Math Calculators
Scientific, algebra & calculus calculators
Math and number 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
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:
- 1A stock price rose from $48.50 to $63.75. Calculate the percentage increase.
- 2Percentage Change = (New − Old) / Old × 100% = (63.75 − 48.50) / 48.50 × 100%.
- 3= 15.25 / 48.50 × 100% = 0.3144 × 100% = 31.44%.
- 4The stock increased by 31.44%. To verify: $48.50 × 1.3144 = $63.75 ✓.
Add Mixed Number Fractions
Solution Steps:
- 1Calculate 2¾ + 1⅔. Convert to improper fractions: 2¾ = (2×4+3)/4 = 11/4. 1⅔ = (1×3+2)/3 = 5/3.
- 2Find common denominator: LCM(4, 3) = 12. Convert: 11/4 = 33/12 and 5/3 = 20/12.
- 3Add: 33/12 + 20/12 = 53/12.
- 4Convert back to mixed number: 53 ÷ 12 = 4 remainder 5. Result = 4 5/12.
Solve a Quadratic Equation
Solution Steps:
- 1Solve: 2x² − 5x − 3 = 0. Identify: a = 2, b = −5, c = −3.
- 2Discriminant = b² − 4ac = (−5)² − 4(2)(−3) = 25 + 24 = 49.
- 3√49 = 7. Apply quadratic formula: x = (−(−5) ± 7) / (2×2) = (5 ± 7) / 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
Sources & References
Last updated: 2026-06-15
Help us improve!
How would you rate the Math Calculators?