Math Calculators

Scientific, algebra & calculus calculators

Arithmetic and number calculators A-F 🔢

Arithmetic and number calculators G-P 🔢

Arithmetic and number calculators P-T 🔢

More math calculators A-L 🔢

More math calculators L-S 🔢

Calculus and analysis calculators B-L 🔢

Discrete math and graph calculators 🔢

Algebra and equation calculators A-D 🔢

Algebra and equation calculators E-P 🔢

Calculus and analysis calculators L-Z 🔢

Linear algebra and matrix calculators 🔢

Number theory calculators 🔢

Algebra and equation calculators P-S 🔢

Geometry and measurement calculators A-E 🔢

Geometry and measurement calculators E-V 🔢

Complex numbers and transforms 🔢

Trigonometry calculators 🔢

Home and property calculators 🏠

Sports and training calculators 🏃

Tax and income calculators 🧾

Math Calculators

Math calculators cover the full breadth of mathematical operations, from everyday arithmetic like percentages and fractions, to algebra (quadratic equations, systems of equations), to more advanced topics like logarithms, exponents, and combinatorics. These tools are designed for students at all levels, educators, and anyone who encounters mathematical problems in daily life or professional work.

Mathematics is the language of science, engineering, finance, and computing. Even "everyday" math — calculating percentage changes, splitting numbers into fractions, computing square roots — requires precision that mental arithmetic or rough estimates can't always provide. Our math calculators give exact or high-precision answers along with step-by-step solutions so you can understand the method, not just get the answer.

Percentage calculations appear in nearly every domain of life: sales taxes, discounts, grade scoring, statistical comparisons, financial returns, and survey results. Yet many people find percentage arithmetic counterintuitive — especially percentage increase vs. percentage difference, or compound percentage growth. Our percentage calculator clarifies these concepts with clear formulas and worked examples.

Fractions, decimals, and their interconversions form the backbone of arithmetic. Adding, subtracting, multiplying, and dividing fractions requires finding common denominators and simplifying results — operations that are easy to get wrong under time pressure. Our fraction calculator handles all these operations and shows each step, making it useful both as a tool and as a learning resource.

Percentage Calculations

Percentages express a number as a fraction of 100. "20 percent" means 20 out of every 100, or 0.20 as a decimal. Three fundamental percentage problems appear in practice: (1) What is X% of Y? (2) X is what percent of Y? (3) X is Y% of what number? Each has a straightforward formula, but it's easy to confuse which division goes in which direction.

Percentage change (increase or decrease) compares a new value to an original: Percentage Change = (New − Old) / Old × 100%. A price rising from $40 to $52 is a 30% increase. A price falling from $52 to $40 is a −23.1% decrease — note the asymmetry: these are different percentages because the base (denominator) is different in each case.

Percentage point change is different from percentage change: if an interest rate rises from 3% to 5%, it has risen by 2 percentage points (absolute change) or by 66.7% (relative change). Confusing these two measures is a common source of misunderstanding in media reporting and everyday communication.

Core Percentage Formulas

Part = (Percent / 100) × Whole | Percent = (Part / Whole) × 100 | Whole = Part / (Percent / 100)

Where:

  • Part= The portion of the whole being described (e.g., 30 in '30 is what percent of 150?')
  • Percent= The percentage value (e.g., 20 in '20%')
  • Whole= The total or reference value (e.g., 150 in '30 is what percent of 150?')

Fraction Arithmetic

Fractions represent division: a/b means a divided by b, where b ≠ 0. Operations on fractions follow specific rules. Addition and subtraction require a common denominator: a/b + c/d = (ad + bc) / bd. Multiplication is straightforward: (a/b) × (c/d) = ac/bd. Division inverts the second fraction: (a/b) ÷ (c/d) = (a/b) × (d/c) = ad/bc.

Simplification (reducing to lowest terms) divides both numerator and denominator by their greatest common divisor (GCD). For example, 12/18 has GCD(12,18) = 6, so 12/18 = 2/3. Mixed numbers like 2¾ combine a whole number with a proper fraction; they convert to improper fractions as (2 × 4 + 3) / 4 = 11/4 for calculation purposes.

Exponents and Logarithms

Exponentiation (raising a base to a power) and logarithms (the inverse operation) are fundamental to science, finance, and computing. 2¹⁰ = 1,024; log₂(1024) = 10. The natural logarithm (base e, where e ≈ 2.71828) and common logarithm (base 10) appear throughout science and engineering.

Key exponent rules: aᵐ × aⁿ = a^(m+n); aᵐ / aⁿ = a^(m−n); (aᵐ)ⁿ = a^(mn); a⁰ = 1 (for a ≠ 0); a^(−n) = 1/aⁿ; a^(1/n) = ⁿ√a (the nth root). These rules are essential for simplifying expressions and solving exponential equations.

Logarithms convert multiplication to addition and exponentiation to multiplication — the properties that made logarithm tables so valuable for calculation before computers. Today, logarithms are used in information theory (bits = log₂ of possibilities), decibel scales, pH calculations, Richter scale magnitudes, musical intervals, and compound growth problems.

Algebraic Equations

Algebra deals with mathematical expressions containing variables — letters representing unknown or variable quantities. Solving an equation means finding the value(s) of the variable that make the equation true. Linear equations (degree 1) have one solution; quadratic equations (degree 2) have zero, one, or two real solutions; polynomial equations of degree n have at most n real solutions.

The quadratic formula solves any equation of the form ax² + bx + c = 0: x = [−b ± √(b² − 4ac)] / 2a. The discriminant b² − 4ac determines the nature of the solutions: if positive, two distinct real solutions; if zero, one repeated real solution; if negative, two complex (no real) solutions.

Systems of linear equations — two or more equations with two or more variables — can be solved by substitution, elimination, or matrix methods (Gaussian elimination, Cramer's rule). Our algebra calculators show the full solution process for each method.

Worked Examples

Percentage Increase Calculation

Solution Steps:

  1. 1A stock price rose from $48.50 to $63.75. Calculate the percentage increase.
  2. 2Percentage Change = (New − Old) / Old × 100% = (63.75 − 48.50) / 48.50 × 100%.
  3. 3= 15.25 / 48.50 × 100% = 0.3144 × 100% = 31.44%.
  4. 4The stock increased by 31.44%. To verify: $48.50 × 1.3144 = $63.75 ✓.

Add Mixed Number Fractions

Solution Steps:

  1. 1Calculate 2¾ + 1⅔. Convert to improper fractions: 2¾ = (2×4+3)/4 = 11/4. 1⅔ = (1×3+2)/3 = 5/3.
  2. 2Find common denominator: LCM(4, 3) = 12. Convert: 11/4 = 33/12 and 5/3 = 20/12.
  3. 3Add: 33/12 + 20/12 = 53/12.
  4. 4Convert back to mixed number: 53 ÷ 12 = 4 remainder 5. Result = 4 5/12.

Solve a Quadratic Equation

Solution Steps:

  1. 1Solve: 2x² − 5x − 3 = 0. Identify: a = 2, b = −5, c = −3.
  2. 2Discriminant = b² − 4ac = (−5)² − 4(2)(−3) = 25 + 24 = 49.
  3. 3√49 = 7. Apply quadratic formula: x = (−(−5) ± 7) / (2×2) = (5 ± 7) / 4.
  4. 4x₁ = (5 + 7) / 4 = 12/4 = 3. x₂ = (5 − 7) / 4 = −2/4 = −½. Solutions: x = 3 or x = −0.5.

Tips & Best Practices

  • When solving percentage problems, convert percent to decimal first (divide by 100) before multiplying — it avoids arithmetic errors.
  • Double-check fraction arithmetic by converting to decimals: 2/3 + 3/4 = 0.667 + 0.75 = 1.417. Now verify your fraction answer converts to the same decimal.
  • For quadratic equations, always check your solutions by substituting back into the original equation.
  • Remember the PEMDAS/BODMAS order of operations — forgetting that multiplication and division are left-to-right is a common arithmetic error.
  • Scientific notation (1.23 × 10ⁿ) is essential when working with very large or very small numbers — it prevents transcription errors from counting zeros.
  • When finding the LCM for fraction addition, the LCM of two numbers = (number1 × number2) / GCD(number1, number2).
  • Natural logarithm ln(x) = log₁₀(x) / log₁₀(e) ≈ log₁₀(x) / 0.4343 — useful for converting between log bases.
  • The 'Rule of 72' for exponential doubling: years to double ≈ 72 / annual growth rate percent. This works for finance, population growth, and any exponential process.

Frequently Asked Questions

Percentage change expresses how much a value changed relative to the original: (New−Old)/Old × 100%. Percentage point change is the simple arithmetic difference between two percentages. If unemployment rises from 4% to 6%, it rose by 2 percentage points (arithmetic difference) or by 50% (relative change: 2/4 × 100%). Politicians and commentators sometimes confuse these to make changes appear larger or smaller. Always clarify which measure is being cited.
The Euclidean algorithm efficiently finds the GCD of two numbers. To find GCD(48, 36): divide 48 by 36, remainder 12. Divide 36 by 12, remainder 0. The GCD is the last non-zero remainder: GCD(48, 36) = 12. Then 48/36 = (48÷12)/(36÷12) = 4/3. Alternatively, list all factors of each number and find the largest factor they share.
The discriminant (Δ = b² − 4ac) determines the nature and number of real solutions to ax² + bx + c = 0. If Δ > 0: two distinct real solutions (the parabola crosses the x-axis at two points). If Δ = 0: exactly one real solution, called a repeated root (the parabola touches the x-axis at its vertex). If Δ < 0: no real solutions — the solutions are complex numbers (the parabola doesn't cross the x-axis).
Division by a fraction is equivalent to multiplication by its reciprocal. Consider 6 ÷ ½: how many halves fit in 6? The answer is 12. So 6 ÷ ½ = 6 × 2 = 12 — the fraction is inverted (reciprocal). This works because a/b × b/a = 1 (a fraction times its reciprocal equals 1), so multiplying by b/a is the same as dividing by a/b. This 'keep, change, flip' method is the standard procedure for fraction division.
The standard order of operations (often remembered by the acronym PEMDAS in the US, or BODMAS in the UK) dictates the sequence for evaluating mathematical expressions: Parentheses/Brackets first, then Exponents/Orders, then Multiplication and Division (left to right, equal precedence), then Addition and Subtraction (left to right, equal precedence). Crucially, multiplication and division have equal precedence and are evaluated left to right — as are addition and subtraction.
Logarithms are the inverse of exponentiation: if bˣ = y, then log_b(y) = x. For example, since 10³ = 1,000, log₁₀(1,000) = 3. The natural logarithm (ln) uses the base e ≈ 2.718. Key properties: log(xy) = log(x) + log(y); log(x/y) = log(x) − log(y); log(xⁿ) = n log(x); log_b(b) = 1; log_b(1) = 0. These properties make logarithms useful for solving exponential equations and for turning multiplicative relationships into additive ones.

Sources & References

Last updated: 2026-06-15

💡

Help us improve!

How would you rate the Math Calculators?