Difficulty: Medium
Correct Answer: 40 cm
Explanation:
Introduction / Context:This is a classic algebraic geometry problem linking dimensional changes to area differences. The relationship among original dimensions, their changes, and the resulting area increase yields a linear equation for the unknown breadth, and hence the original length (given length is twice breadth).
Given Data / Assumptions:
Concept / Approach:Compute the new area and subtract the old area. The difference equals 75. Substitute L = 2B to reduce to a single variable equation in B. Solve B, then obtain L = 2B. This approach avoids guessing and ensures consistency with the percentage-free, exact arithmetic setup.
Step-by-Step Solution:
Original area A = L * B = 2B^2.New area A' = (L − 5)(B + 5) = (2B − 5)(B + 5) = 2B^2 + 5B − 25.Increase: A' − A = (2B^2 + 5B − 25) − 2B^2 = 5B − 25 = 75.Solve 5B − 25 = 75 ⇒ 5B = 100 ⇒ B = 20 cm.Original length L = 2B = 40 cm.Verification / Alternative check:
Old area: 40 * 20 = 800 cm^2; new area: 35 * 25 = 875 cm^2; increase = 75 cm^2 (matches).Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:40 cm.
Discussion & Comments