Difficulty: Easy
Correct Answer: 300%
Explanation:
Introduction / Context:Circle area depends on the square of a linear dimension (radius or diameter). Doubling the diameter doubles the radius as well, so the area multiplies by 2^2 = 4. Converting that factor to a percentage increase distinguishes absolute area from relative change.
Given Data / Assumptions:
Concept / Approach:Compute the factor by which area changes: A'/A = (r'^2)/(r^2) = (D^2)/(D^2/4) = 4. A factor of 4 corresponds to a 300% increase because Increase% = (new − old)/old * 100% = (4A − A)/A * 100% = 300%.
Step-by-Step Solution:
Original area A = π(D/2)^2 = πD^2/4.New area A' = π(D)^2 = πD^2.Ratio A'/A = (πD^2) / (πD^2/4) = 4 ⇒ Increase% = (4 − 1)*100% = 300%.Verification / Alternative check:
Numeric example: Let D = 10 ⇒ A = 78.54. New D = 20 ⇒ A' = 314.16. Increase = 235.62 ≈ 300% of 78.54.Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:300% increase.
Discussion & Comments