Difficulty: Hard
Correct Answer: 40 cm
Explanation:
Introduction / Context:This question tests algebraic modelling of rectangle area changes. You are given a relationship between length and breadth (length = 2 * breadth) and a change scenario that increases area. The right approach is to represent breadth as b and length as 2b, write original area and new area after modifications, then use the given area increase of 75 sq cm to form and solve an equation.
Given Data / Assumptions:
Concept / Approach:Original area = (2b)*b = 2b^2. New area = (2b - 5)(b + 5). Expand, subtract original, set equal to 75, solve for b, then compute length = 2b.
Step-by-Step Solution:
Step 1: Original area = 2b^2 Step 2: New area = (2b - 5)(b + 5) = 2b^2 + 10b - 5b - 25 = 2b^2 + 5b - 25 Step 3: Increase = (2b^2 + 5b - 25) - (2b^2) = 5b - 25 Step 4: Given increase is 75: 5b - 25 = 75 Step 5: 5b = 100 => b = 20 cm Step 6: Length = 2b = 40 cmVerification / Alternative check:Original: l = 40, b = 20, area = 800. New: l = 35, b = 25, area = 875. Increase = 875 - 800 = 75 sq cm, matches exactly, so 40 cm is correct.
Why Other Options Are Wrong:
30 cm or 20 cm: would imply smaller breadth values that do not produce a 75 sq cm increase under the given ±5 changes. 10 cm: far too small and would not satisfy the increase condition. 50 cm: would produce a different area change, not 75.Common Pitfalls:Common errors include using (l+5)(b-5) instead of the given changes, expanding incorrectly, or forgetting that length is twice breadth from the start. Another pitfall is solving for length directly without first expressing everything in one variable b.
Final Answer:40 cm
Discussion & Comments