Home » Aptitude » Area

A square's side is measured 2% too large. What is the resulting percentage error in the computed area?

Difficulty: Easy

Correct Answer: 4.04%

Explanation:

Problem restatement
When a square's side is measured 2% in excess, the calculated area uses the inflated side. Find the percentage error in area.


Given data

  • True side = s.
  • Measured side = 1.02s (2% excess).

Concept/Approach
Area scales with the square of the side. Percentage error in area = [(measured area − true area) ÷ true area] × 100%.


Step-by-Step calculation
True area = s2Measured area = (1.02s)2 = 1.0404 s2Percentage error = (1.0404 − 1) × 100% = 4.04%


Verification/Alternative
Using binomial approximation: (1 + x)2 ≈ 1 + 2x + x2. With x = 0.02 ⇒ 1 + 0.04 + 0.0004 = 1.0404, confirming 4.04%.


Common pitfalls
Doubling the 2% to 4% and ignoring the small x2 term, which here contributes 0.04%.


Final Answer
4.04%

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion