Learn
Calculate the result after increasing or decreasing a value by a percentage.
Percentage change problems involve applying an increase or decrease to a starting value. For an increase of X%, multiply by (1 + X/100). For a decrease of X%, multiply by (1 - X/100). This is more direct than reverse percentage since you're moving forward from the original to the final value.
Increase: Final = Original × (1 + X/100). Decrease: Final = Original × (1 - X/100)
- 100 increased by 20% = 100 × 1.20 = 120
- 80 decreased by 25% = 80 × 0.75 = 60
- 150 increased by 10% = 150 × 1.10 = 165
How to recognize it
- Given a starting value and a percentage change
- Asked for the new/final value
- Keywords: 'increases by', 'decreases by', 'goes up', 'goes down'
Common mistakes
- Adding/subtracting the percentage instead of using a multiplier
- Confusing 'increased by 20%' with 'increased to 120%'
- Using the wrong direction (1.20 for increase, 0.80 for 20% decrease)
Step-by-step walkthrough
A shirt costs $60. It goes on sale for 30% off. What is the sale price?
- Identify this as a percentage decrease: 30% off
- Calculate the multiplier for a 30% decrease: 1 - 30/100 = 0.70
- Multiply the original price by the multiplier: $60 x 0.70
- Calculate: $60 x 0.70 = $42
Answer: $42