Advertisement
← Back to Numerical Reasoning · Guides
Compound Percentage
Calculate the result of applying multiple percentage changes in sequence.
Learn
Calculate the result of applying multiple percentage changes in sequence.
Compound percentage problems involve applying multiple percentage changes one after another. Each change is applied to the result of the previous change, not the original value. A 10% increase followed by a 10% increase is NOT a 20% total increase—it's 1.10 × 1.10 = 1.21, or 21%.
After changes of X% then Y%: Final = Original × (1 + X/100) × (1 + Y/100)
- 100 increased by 10% then 20%: 100 × 1.10 × 1.20 = 132 (not 130)
- 200 up 25% then down 20%: 200 × 1.25 × 0.80 = 200 (back to start)
- Price up 50% then down 50%: Not zero! 100 × 1.50 × 0.50 = 75
How to recognize it
- Multiple percentage changes applied in sequence
- Each change applies to the result of the previous
- Keywords: 'then', 'followed by', 'successive'
Common mistakes
- Adding percentages together (10% + 20% = 30%, wrong!)
- Thinking opposite changes cancel out (up 50%, down 50% ≠ original)
- Applying both percentages to the original value
Step-by-step walkthrough
A price of $200 increases by 20%, then decreases by 10%. What is the final price?
- Calculate the multiplier for 20% increase: 1 + 0.20 = 1.20
- Calculate the multiplier for 10% decrease: 1 - 0.10 = 0.90
- Apply both multipliers in sequence: $200 x 1.20 x 0.90
- Calculate step by step: $200 x 1.20 = $240, then $240 x 0.90 = $216
Answer: $216
Practice guidance
Advertisement