Percent of a Number
“What is p% of N?” Use: N × (p ÷ 100). Example: 15% of 80 = 80 × 0.15 = 12.
Percent Increase
From old to new, the increase % is: ((new − old) ÷ old) × 100%.
- Example: Price goes from 50 to 60 → increase = (60−50)÷50×100% = 20%.
- To apply a percent increase directly: new = old × (1 + p) where p is the decimal (e.g., 0.20 for 20%).
Percent Decrease
From old to new, the decrease % is: ((old − new) ÷ old) × 100%.
- Example: From 60 down to 45 → decrease = (60−45)÷60×100% = 25%.
- Apply directly: new = old × (1 − p) where p is the decimal (e.g., 0.25 for 25%).
Common Mistakes (and Easy Fixes)
- Wrong base: Always divide by the original value when computing change. If a shirt goes 40 → 50, the increase is 10 ÷ 40 = 25%, not 10 ÷ 50.
- Reversing changes: A 25% increase followed by a 25% decrease does not return to the starting value (it lands lower). See compound change below.
- Percent points vs percent: If a rate moves from 5% to 7%, that’s a 2 percentage-point rise, which is a 40% increase relative to 5%.
Compound Change (Back-to-Back Percentages)
Back-to-back changes multiply, they don’t add. Use this rule:
final = start × (1 + p1) × (1 + p2) × (1 + p3) …
- Example: +10% then −10% → start × 1.10 × 0.90 = start × 0.99 (down 1%).
- Example: +20% then +30% → start × 1.20 × 1.30 = start × 1.56 (up 56%, not 50%).
Discounts & Sales Tax
- Sale price: price × (1 − discount). A 25% discount is × 0.75.
- Tax after discount: Apply tax to the discounted price: price × (1 − d) × (1 + t).
- Stacked coupons: 20% off then 10% off is × 0.8 × 0.9 = × 0.72 (overall 28% off).
Percent of Total (Proportions)
To find what portion a part is of a whole: part ÷ whole × 100%. Example: 18 out of 60 = 18 ÷ 60 × 100% = 30%.
Quick Reference Table
Task | Formula | Example |
p% of N | N × (p ÷ 100) | 15% of 80 = 12 |
% increase | ((new−old) ÷ old) × 100% | 50→60 = 20% |
% decrease | ((old−new) ÷ old) × 100% | 60→45 = 25% |
apply increase | new = old × (1 + p) | +12% → × 1.12 |
apply decrease | new = old × (1 − p) | −30% → × 0.70 |
compound | start × Π(1 + pi) | +10%, −10% → ×0.99 |
Speed Tips
- 10% of a number is the number ÷ 10; 5% is half of that.
- To find a 15% tip fast: 10% + 5% (half of 10%).
- For mental math, round to a friendly number, estimate, then adjust.
Related: Percentage Calculator · Track Exchange Rates · Currency Converter