Most of the maths adult life actually demands fits on an index card: percentages, a tip, a discount, the days between two dates, and the occasional formula like BMI or GPA. None of it is hard — but each one has a classic mistake that catches smart people daily, usually because they were taught the mechanics without the trap.
This guide covers the everyday calculations in one place: the formula, a worked example with numbers that genuinely check out, and the specific way each one goes wrong. Read it once and you will be able to do all of these on paper; bookmark it and you will never wonder whether a "40% off" sign was telling the truth.
Percentages: the one skill behind everything else
A percentage is just a fraction of 100 wearing convenient clothing. "15%" means 15/100, which means 0.15. Every percentage calculation starts by converting to that decimal.
Finding a percentage of a number: multiply by the decimal.
15% of 80 → 0.15 × 80 = 12
Finding what percentage one number is of another: divide and multiply by 100.
12 is what % of 80? → 12 ÷ 80 = 0.15 → 15%
Those two moves — decimal in, ×100 out — cover most percentage problems you will ever meet. Everything below is a variation.
Percentage change: the formula people half-remember
Percentage change compares a new value to an old one, and it always divides by the old value:
% change = (new − old) ÷ old × 100
Your electricity bill rose from $250 to $290:
- Difference: 290 − 250 = 40
- Divide by the old value: 40 ÷ 250 = 0.16
- A 16% increase
Dividing by the new value (40 ÷ 290 ≈ 13.8%) is the half-remembered version, and it understates every increase. The reference point is always where you started.
The asymmetry trap: down 20% then up 20% is not break-even
Percentage changes do not cancel, because the second change applies to a new base. Start with $100:
- Down 20%: 100 × 0.80 = 80
- Up 20% from there: 80 × 1.20 = 96
You are still 4% short of where you began. This asymmetry is why "the market dropped 50% then rallied 50%" leaves you at 75, not 100 — a 50% loss needs a 100% gain to repair. Any time changes are chained, multiply the factors; never add the percentages.
Percent vs percentage points
If a rate moves from 10% to 12%, two different true statements describe it:
- It rose by 2 percentage points (the simple difference: 12 − 10).
- It rose by 20 percent (the relative change: 2 ÷ 10 × 100).
Headlines love to swap these because "20% increase" sounds bigger than "2 points". When you see a change in anything already measured in percent — interest rates, poll numbers, battery health — check which one is being claimed.
Tips: two mental moves, no phone required
A tip is a percentage of a number, so the machinery above applies. The dinner bill is $62 and you want to tip 18%:
0.18 × 62 = $11.16, for a total of 62 + 11.16 = $73.16
The mental shortcut is to anchor on 10%, which is just the decimal point moved one place: 10% of $62 is $6.20. From that anchor:
- 20% = double it → $12.40
- 15% = the anchor plus half of it → 6.20 + 3.10 = $9.30
- 18% = 20% minus a little — call it $11 and change
One habit worth building: check whether a service charge is already on the bill before adding a tip on top. No formula rescues a percentage applied to the wrong base.
Discounts: what "40% off" really leaves you paying
The fastest way to compute a discount is to compute what you still pay. "30% off" means you pay 70%:
A $45 jacket at 30% off → 45 × 0.70 = $31.50
Multiplying by the remaining fraction is one step instead of two and eliminates the subtract-in-your-head error.
The stacked-discount trap: "an extra 10% off already-reduced items" does not add to the first discount. A $100 item at 20% off, then a further 10% off:
- After the first: 100 × 0.80 = 80
- After the second: 80 × 0.90 = 72
That is 28% off in total, not 30% — the second discount applied to an already-smaller number. Multiply the remaining fractions (0.80 × 0.90 = 0.72) and you will always know the real price before the till does.
Dates and ages: where off-by-one lives
Date arithmetic has no formula to memorise, just two decisions people make inconsistently:
- Inclusive or exclusive counting? From the 10th to the 15th is 5 days if you count the gap (exclusive), 6 if you count both endpoints (inclusive). Hotel nights are exclusive; medication days are usually inclusive. Decide which question you are asking before you count.
- Leap years. Any span crossing 29 February is one day longer than the same-looking span in another year. A year is 365 or 366 days, which is why "days between dates" cannot be done reliably as months × 30.
Age has its own subtlety: your age in years increments only when your birthday arrives. Someone born in March 1998 was still 27 in January 2026, turning 28 that March — subtracting the years alone (2026 − 1998 = 28) overstates the age for anyone whose birthday has not yet passed this year. A date calculator does the calendar walking for you, leap days included.
BMI: what the formula says — and what it doesn't
Body mass index divides weight by height squared:
BMI = weight (kg) ÷ height (m)²
For someone 1.75 m tall weighing 70 kg:
- 1.75² = 3.0625
- 70 ÷ 3.0625 = 22.857…
- BMI ≈ 22.9
Two things worth knowing. First, the units matter: the formula wants kilograms and metres, so imperial measurements must be converted first (or use the imperial variant, weight in pounds ÷ height in inches² × 703). Second, BMI is a screening ratio, not a verdict — it cannot distinguish muscle from fat, and it says nothing about where weight is carried. It is one number a professional interprets in context; this article explains the arithmetic, not what any value means for your health.
GPA: a weighted average in disguise
A GPA weights each grade by its credit hours, then divides by total hours:
GPA = Σ(grade points × credits) ÷ Σ(credits)
Say you earned an A (4.0) in a 3-credit course and a B (3.0) in a 4-credit course:
- Quality points: (4.0 × 3) + (3.0 × 4) = 12 + 12 = 24
- Total credits: 3 + 4 = 7
- 24 ÷ 7 = 3.4285…
- GPA ≈ 3.43
The trap is averaging the grades alone — (4.0 + 3.0) ÷ 2 = 3.5 — which ignores that the B carried more credit weight. Any time values come with different weights (grades, portfolio returns, blended prices), the weighted version is the honest one.
Three habits that catch most everyday-math errors
- Estimate before you calculate. 18% of $62 must land near $11 (because 20% is $12.40). If your answer says $18, a step slipped.
- Name the base. Every percentage is "of" something. Most percentage errors — tip on the taxed total, change divided by the new value, discount on the wrong price — are base errors, not arithmetic errors.
- Recompute the other direction. Got $31.50 for 30% off $45? Check: 31.50 ÷ 45 = 0.70. You paid 70%, so the discount was 30%. Confirmed.
FAQ
How do I calculate a percentage of a number quickly?
Convert the percentage to a decimal and multiply: 15% of 80 is 0.15 × 80 = 12. For mental math, anchor on 10% (move the decimal point one place left) and scale: 10% of 80 is 8, so 15% is 8 + 4 = 12.
What is the percentage change formula?
(new − old) ÷ old × 100. Going from 250 to 290: (290 − 250) ÷ 250 × 100 = 16% increase. Always divide by the old value — the starting point is the reference — and remember a negative result simply means a decrease.
Why don't two discounts add together?
Because the second discount applies to the already-reduced price. 20% off then 10% off leaves 0.80 × 0.90 = 0.72 of the original — a 28% total discount, not 30%. Multiply the remaining fractions to get the true combined discount.
Is the BMI formula different for pounds and inches?
Same idea, extra constant: BMI = weight (lb) ÷ height (in)² × 703. The 703 converts the imperial units into the metric ratio. Either version yields the same number for the same person — and either way it is a screening figure, not a medical assessment.
Let the calculator do the repetition — with the formula in view
Now that you can do each of these on paper, the free everyday calculators on Wapuula Tools exist for the other 364 days of the year. Use the percentage calculator for change and reverse-percentage problems, the tip and discount calculators at the till, and the date-difference and age calculators when the calendar gets involved — every result shows the exact formula it used, so you can check the working, not just the answer. Try the free everyday calculators on Wapuula Tools.