Every calculator indexed here handles one specific, everyday math task — the kind that comes up constantly in real life (splitting a bill, figuring out a discount, converting a recipe's fractions, checking a rounded number) but that most people either half-remember how to do by hand or default to typing into a generic calculator app without really trusting the result. Each tool on this hub does the computation instantly and pairs it with a real explanation of the method, so the goal isn't just "get the number" — it's leaving with enough understanding that you could redo the same calculation yourself next time without the tool. The set breaks down into a few natural groups. Percentage tools cover the three most common percentage questions people actually run into: finding what percentage one number is of another (the Percentage Calculator), finding how much something has grown or shrunk in percentage terms (the Percentage Change Calculator), and figuring out a discounted price (the Percent Off / Discount Calculator) — three questions that look similar but use meaningfully different formulas, which is exactly the kind of mix-up that leads to wrong answers when people try to force one mental shortcut to cover all three. Fraction tools cover converting between fractions and decimals in both directions (Fraction to Decimal Converter) and reducing a fraction to its simplest form (Simplify Fractions Calculator) — the latter relying on the same greatest-common-factor logic used in the GCF Calculator, since simplifying a fraction is really just dividing both the numerator and denominator by their GCF. Number-theory tools cover the GCF (Greatest Common Factor) Calculator and LCM (Least Common Multiple) Calculator, both of which draw on the same prime-factorization logic that powers the /factors-of/ pages elsewhere on this site — GCF and LCM aren't isolated tricks, they're direct applications of understanding a number's prime building blocks. Conversion and representation tools include the Roman Numeral Converter (covered in depth on its own hub), the Square & Cube Root Calculator, the Exponent Calculator, and the Scientific Notation Calculator — tools for moving a number between different useful representations depending on what you're doing with it next. Statistics and everyday-arithmetic tools round out the set: the Average Calculator (mean, median, and mode, which are three different — and often confused — measures of "the middle" or "the typical value"), the Ratio Calculator, the Rounding Calculator, and the Long Division Calculator, which shows the full step-by-step working rather than just a quotient, aimed specifically at anyone re-learning or checking the manual method rather than just needing the final number. A design principle across every calculator on this hub: the widget gives you the instant answer, but it's never the whole page. Underneath every calculator sits a genuinely written explanation of what the calculation actually means, a couple of fully worked examples by hand, and the specific mistakes people commonly make with that particular calculation — because the fastest way to actually learn a method is to see it done correctly next to the version most people get wrong. If you're checking a homework answer, that worked-example section is usually the fastest way to spot exactly where a different method diverged from the right one. If a calculator's underlying method is something you want to learn properly rather than just use once, most of these tools have a matching guide over on the Learn hub that goes deeper into the reasoning — the GCF and LCM calculators pair with dedicated "what is GCF" and "what is LCM" guides, the percentage calculators pair with a percentage-calculation guide, and so on. And if what you actually need is money-math rather than pure-number math — payroll, tax brackets, take-home pay — that's a different enough domain that we point you to our sister site FinAdministrator, which handles salary and tax calculations specifically; this hub stays focused on general numeric and percentage math rather than duplicating that specialized ground. A concrete look at why the three percentage tools solve genuinely different problems rather than variations on one formula: finding what percent 45 is of 180 uses (part ÷ whole) × 100, giving (45 ÷ 180) × 100 = 25% — that's the Percentage Calculator's job. Finding the percentage change from a price of 80 up to 100 uses a different formula, ((new − old) ÷ old) × 100, giving ((100 − 80) ÷ 80) × 100 = 25% — a coincidentally identical result to the first example, which is exactly the kind of overlap that convinces people the two calculations are interchangeable when they aren't; run it the other direction, from 100 down to 80, and the percentage change is −20%, not −25%, because the base you divide by changes even though the raw difference stays 20. Applying a 25% discount to a $100 item uses yet another arrangement of the same numbers — $100 × (1 − 0.25) = $75 — which is the Percent Off Calculator's job. Three different formulas, three different questions — conflating them is, on its own, probably the single most common source of wrong answers in everyday percentage math. On the fraction side, converting 5/8 to a decimal is straightforward division: 5 ÷ 8 = 0.625, handled instantly by the Fraction to Decimal Converter, which also works in reverse — turning 0.625 back into a fraction by writing it over the matching power of ten (625/1000) and simplifying. That simplification step is exactly what the Simplify Fractions Calculator does on its own: 625/1000 shares a GCF of 125 with its denominator, so dividing both top and bottom by 125 returns 5/8 — the same round trip, worked from the other direction. That shared dependency on GCF is why the fraction tools and the GCF Calculator aren't really separate skills; simplifying any fraction always comes down to finding the GCF of its numerator and denominator, then dividing both by it. The conversion and representation tools handle a different everyday need — moving a number between forms depending on what comes next in a calculation. The Square & Cube Root Calculator answers, for instance, that √225 = 15 exactly (since 15 × 15 = 225) and that the cube root of 343 is 7 (since 7 × 7 × 7 = 343), both without needing to guess-and-check by hand. The Exponent Calculator handles the reverse direction and beyond — 6³ = 216, or a fractional and negative exponent together like 4^(−1/2), which equals 1 ÷ √4 = 0.5, a case that trips people up because it stacks two rules at once (a negative exponent means "take the reciprocal," a fractional exponent means "take a root"). The Scientific Notation Calculator converts unwieldy numbers like 0.0000047 into 4.7 × 10⁻⁶, a form that's far easier to compare and multiply by hand once several such values are in play at once, genuinely useful for anyone working with very large or very small measurements rather than just a classroom exercise. On the statistics side, a small data set makes the mean/median/mode distinction concrete: for the values 3, 5, 5, 7, 20, the mean (add everything, divide by the count) is 40 ÷ 5 = 8; the median (the middle value once sorted) is 5; and the mode (the most frequent value) is also 5 — the mean gets pulled well above the other two by the single outlier, 20, which is exactly why "average" answers can be misleading for skewed data and why the Average Calculator reports all three rather than just one. The Ratio Calculator handles the same simplifying logic as the fraction tools applied to a different notation — 24:36 shares a GCF of 12 with itself, so it simplifies to 2:3. The Rounding Calculator is explicit about which convention it applies to a boundary case like 47.5 (rounding half up to 48, the convention taught in most schools, rather than "round half to even," a different convention some statistical software uses instead). And the Long Division Calculator shows every intermediate step of, say, 987 ÷ 7 = 141, not just the quotient — useful for anyone re-learning the manual method or checking exactly where a homework answer went wrong. The GCF and LCM calculators are worth a full worked example of their own, since number-theory tools get used less intuitively than the percentage or fraction ones. For 18 and 24: 18 = 2 × 3², and 24 = 2³ × 3. The GCF takes the lowest shared power of each common prime — 2¹ and 3¹ — giving 2 × 3 = 6, the largest number dividing evenly into both. The LCM takes the highest power of every prime present in either number — 2³ and 3² — giving 8 × 9 = 72, the smallest number both divide into evenly. A quick sanity check ties the two together: for any two numbers, their GCF multiplied by their LCM always equals the product of the two original numbers — 6 × 72 = 432, and 18 × 24 = 432 as well. That relationship isn't a coincidence; it falls directly out of how prime factorization works, and it's a genuinely useful way to double-check a GCF or LCM calculation by hand without redoing the whole factorization from scratch. A last note on rounding conventions, since it's a more contested topic than it first appears: the Rounding Calculator rounds a value exactly at the halfway point (like 2.5, or 47.5) up, which is the "round half up" convention taught in most primary and secondary schools. Some statistical and scientific software instead defaults to "round half to even" (also called banker's rounding), where 2.5 rounds to 2 and 3.5 also rounds to 2, specifically to avoid a small systematic upward bias when a large batch of values is rounded and then summed. Neither convention is mathematically "more correct" than the other — they're different deliberate choices for different purposes — but it matters which one a given tool uses, since the two conventions can genuinely disagree on the same boundary input, and this hub is explicit about which one applies rather than leaving it ambiguous.
Calculators
Everyday math calculators — percentages, fractions, ratios, rounding, and more.
- Percentage Calculator
- Percentage Change Calculator
- Percent Off / Discount Calculator
- Fraction to Decimal Converter
- Simplify Fractions Calculator
- GCF (Greatest Common Factor) Calculator
- LCM (Least Common Multiple) Calculator
- Roman Numeral Converter
- Square & Cube Root Calculator
- Exponent Calculator
- Average Calculator (Mean, Median, Mode)
- Ratio Calculator
- Rounding Calculator
- Scientific Notation Calculator
- Long Division (Step-by-Step) Calculator