Square — Side Increased by 25%: If the side of a square is increased by 25%, by what percent does the area increase?
Aptitude
Area
Difficulty: Easy
Choose an option
-
A125%
-
B50%
-
C56.25%
-
D53.75%
-
E62.5%
Answer
Correct Answer: 56.25%
Explanation
Introduction / Context:Area scales with the square of a linear dimension. When a square’s side increases by a percentage, the area increases by the square of the scale factor minus 100%. This item tests quick percent-compounding intuition without algebraic complexity.
Given Data / Assumptions:
- Original side = s; new side = 1.25s
- Area formula: A = s^2; new area A' = (1.25s)^2
- Percent increase = ((A' − A)/A) * 100%
Concept / Approach:If a linear dimension scales by k, area scales by k^2. Here k = 1.25. Compute k^2 and convert to a percentage increase relative to the original area. Keep decimals exact to avoid rounding slips.
Step-by-Step Solution:
Scale factor k = 1.25.Area factor = k^2 = 1.25^2 = 1.5625.Increase% = (1.5625 − 1) * 100% = 0.5625 * 100% = 56.25%.Verification / Alternative check:
Let s = 100 ⇒ A = 10000. New side = 125 ⇒ A' = 15625 ⇒ increase = 5625 ⇒ 56.25%.Why Other Options Are Wrong:
- 125% confuses scale factor with increase.
- 50% and 53.75% underestimate the quadratic effect.
- 62.5% overestimates (mixing 1.25 and 1.5).
Common Pitfalls:
- Treating area as linear and adding 25% only once.
Final Answer:56.25%.