Difficulty: Medium
Correct Answer: 28 1/8%
Explanation:
Introduction / Context:This is a weighted-percentage increase problem. Different items contribute differently to the total expense, so their price hikes must be combined using the original spending weights.
Given Data / Assumptions:
Concept / Approach:Let original spends be 12x, 17x, and 3x (total 32x). After the increases, new spends are 12x*1.20, 17x*1.30, and 3x*1.50. Sum these to get the new total and compare with 32x.
Step-by-Step Solution:
Original total = 12x + 17x + 3x = 32xNew total = 12x*1.20 + 17x*1.30 + 3x*1.50= 14.4x + 22.1x + 4.5x = 41.0xIncrease factor = 41.0x / 32x = 1.28125Percentage increase = (1.28125 − 1) * 100 = 28.125% = 28 1/8%Verification / Alternative check:Compute weighted average of increases using weights 12, 17, and 3 over 32 total. Weighted increase = (12*20% + 17*30% + 3*50%) / 32 = (240 + 510 + 150) / 32% = 900/32% = 28.125%.
Why Other Options Are Wrong:23 1/3%, 27 1/8%, and 25 1/7% result from incorrect weights or arithmetic; 30% is the largest single-item increase, not the weighted total.
Common Pitfalls:Taking a simple average of 20%, 30%, 50% or using the largest increase directly instead of a weighted calculation.
Final Answer:28 1/8%
Discussion & Comments