Home › Guides › Math & Statistics
Part of the CalcProMaster guides library · Updated September 2026
Math guides earn their keep when the mental shortcut matches the exact formula — and when you know where the shortcut breaks. These two cover the calculations with the widest everyday reach.
Percentages are one relationship, Percentage = Part ÷ Whole × 100, rearranged three ways for the three questions people actually ask (what percent, what part, what whole). The traps are all about the base: a 50% rise and 50% fall don't cancel (100 → 150 → 75), and a discount followed by another discount multiplies rather than adds — 30% then 20% off leaves 56% of the original price, a 44% total discount. The percentage guide works each trap through with numbers.
Randomness is the other half: a uniform generator gives every value in the range identical odds, draws are independent (no memory — the gambler's fallacy is mathematically wrong, not just unlucky), and repeats are expected, not a malfunction. The random numbers guide separates PRNGs from crypto-grade sources, explains seeds, and shows when unique-pick mode is the right tool.
A practical habit ties both together: estimate before you calculate. A 15% tip on $46 is 10% ($4.60) plus half of that ($2.30) — about $6.90, done before the phone unlocks. Estimating first does two things: it catches input errors (a calculator answer of $69 for that tip means a slipped decimal), and it builds the number sense that makes the exact tools faster to use. Every guide here pairs the exact formula with the mental version that survives a checkout line.
The three percentage questions, reverse-percentage, and percentage change — with the mental math that works in a checkout line.
PRNG vs true randomness, seeds, and what crypto.getRandomValues actually gives you — plus the dice-roll example.
Percentage Calculator Statistics Calculator Random Number Generator