Difficulty: Easy
Correct Answer: 4.04%
Explanation:
Problem restatementWhen a square's side is measured 2% in excess, the calculated area uses the inflated side. Find the percentage error in area.
Given data
Concept/ApproachArea scales with the square of the side. Percentage error in area = [(measured area − true area) ÷ true area] × 100%.
Step-by-Step calculationTrue area = s2Measured area = (1.02s)2 = 1.0404 s2Percentage error = (1.0404 − 1) × 100% = 4.04%
Verification/AlternativeUsing binomial approximation: (1 + x)2 ≈ 1 + 2x + x2. With x = 0.02 ⇒ 1 + 0.04 + 0.0004 = 1.0404, confirming 4.04%.
Common pitfallsDoubling the 2% to 4% and ignoring the small x2 term, which here contributes 0.04%.
Final Answer4.04%
Discussion & Comments