How do I calculate 20% of a number quickly? ▾
Find 10% by moving the decimal left one place, then double it. Example: 20% of 85 → 10% = 8.5 → 20% = 17.
What's the difference between percentage and percentage points? ▾
If interest rates go from 4% to 6%, that's a 2 percentage point increase, but a 50% increase in relative terms. "Percentage points" measures absolute difference; "percent change" measures relative change.
How do I reverse a percentage (find original before % was added)? ▾
Divide by (1 + percentage). Example: a price is $108 after a 8% tax → original = 108 ÷ 1.08 = $100. Or for a 20% markup: original = price ÷ 1.20.
How do I calculate a percentage decrease? ▾
Use the same percentage change formula: ((New – Old) / Old) × 100. If Old = 80 and New = 60, result = ((60–80)/80) × 100 = –25%. The negative sign means a 25% decrease.