Difficulty: Easy
Correct Answer: 28%
Explanation:
Problem restatementCompute the net percentage change in area when dimensions shrink by given percentages.
Given data
Concept/ApproachArea scales as length × breadth, so multiply the scale factors.
Step-by-Step calculation New area factor = 0.8 × 0.9 = 0.72 Percentage decrease = (1 − 0.72) × 100% = 28%
Common pitfalls
Final Answer28%
Discussion & Comments