Difficulty: Hard
Correct Answer: 20 m
Explanation:
Introduction / Context:This question tests translating percentage relationships into algebra and solving for dimensions using area. If length is 15% more than breadth, then length = breadth + 15% of breadth = 1.15 * breadth. Substitute this into the area formula area = length * breadth to get a quadratic in breadth, then solve and choose the physically meaningful positive value.
Given Data / Assumptions:
Concept / Approach:Replace l in A = l*b with 1.15b. Then solve 1.15b^2 = 460 for b. Keep units in metres throughout.
Step-by-Step Solution:
Step 1: l = 1.15b Step 2: Area A = l*b = (1.15b)*b = 1.15b^2 Step 3: 1.15b^2 = 460 Step 4: b^2 = 460 / 1.15 Step 5: 1.15 = 115/100, so 460 / 1.15 = 460 * 100 / 115 = 400 Step 6: b = sqrt(400) = 20 mVerification / Alternative check:If breadth b = 20, then length l = 1.15 * 20 = 23 m. Area = 23 * 20 = 460 sq m, matching perfectly. Also, length is indeed 3 m more than breadth, which is 15% of 20.
Why Other Options Are Wrong:
30 m or 40 m or 50 m: would make the area far larger than 460 when multiplied by 1.15 times the breadth. 25 m: would give l = 28.75 and area 718.75, not 460. Only b = 20 satisfies the exact equation 1.15b^2 = 460.Common Pitfalls:Common mistakes include interpreting “15% more” as “add 15 metres” instead of multiplying by 1.15, or using 0.15b instead of 1.15b for the length. Another error is mishandling 460/1.15; converting 1.15 into a fraction (115/100) makes division cleaner and avoids rounding errors.
Final Answer:20 m
Discussion & Comments