Math calculators

Simplify Calculator

Updated Sep 1, 2026 By Infinity Calculator
Rate Formulas

Expression to Simplify

Allowed: + − × ÷ ^ ( ) variables like x, y, a. Constants like 3, 0.5. Negative exponents like x^-2. Implicit multiplication supported (e.g., 2x, 3(x+1)).
Operation
Display Options

Quick Picks

No results yet. Enter an expression above and click Calculate.

Check Your Answer

Type your own answer and we will check whether it is equivalent to the computed result.

Examples


Introduction

This Simplify Calculator makes messy math look neat. Type in an algebraic expression like 2(5x+4)-3x, press Calculate, and you get the simplified answer right away. It works with numbers, variables, fractions, powers, roots, and parentheses.

The tool does more than give an answer. It shows the steps, so you can see how the work is done:

  • Simplify: expands, combines, factors, and cancels to give the shortest form.
  • Combine Like Terms: only adds up terms that match, with no factoring.
  • Step-by-step solution: each move is listed in order, with a short explanation.
  • Domain warnings: tells you which values a variable cannot be.

You can also plug in numbers for x or y to get a value, drag a slider to watch the answer change, and see a graph of the expression. If you already solved the problem yourself, type your answer in the "Check Your Answer" box and the calculator will tell you if it matches.

Use it to check homework, study for a test, or learn how simplifying algebraic expressions really works. When you need to go a step further and find a value for the variable, the Solve For X Calculator takes over from there.

How to use our Simplify Calculator

Type an algebra expression, pick how you want it simplified, and the calculator shows the simplified answer, the steps, and any domain rules.

Algebraic expression: Type the expression you want to simplify, like 2(5x+4)-3x. You can use + − × ÷ ^ ( ) numbers, and letters like x, y, or a. Typing 2x or 3(x+1) works too.

Operation: Choose Simplify to fully simplify, including factoring and cancelling. Choose Combine Like Terms if you only want like terms added together.

Show step-by-step: Keep this checked to see each step, from distributing to the final answer. Uncheck it if you only want the answer.

Show domain warnings: Keep this checked to see values the variable cannot equal, such as x ≠ 0 when x sits in a denominator.

Pretty output: Keep this checked to see the answer in clean math notation. Uncheck it to see plain text you can copy into other tools.

Calculate: Click this to get your simplified result. You can also press Enter in the expression box.

Clear: Click this to empty the box and remove all results so you can start over.

Show Keypad: Click this to open the math keyboard with buttons for squares, roots, pi, log, numbers, and letters.

Quick Picks and Examples: Click any expression to load it into the box and solve it right away.

Evaluate with specific values: Enter a number for each variable, then click Evaluate to get a numeric answer. Use the slider to change values fast and watch the graph move.

Your simplified form: Type your own answer here and click Verify. The calculator tells you if your answer matches the correct one.

What Does It Mean to Simplify an Expression?

To simplify an algebraic expression means to rewrite it in the shortest, cleanest form that still has the same value. You do not solve for a variable, because an expression has no equals sign. You just tidy it up. For example, 2(5x + 4) - 3x becomes 7x + 8. Both forms give the same answer for every value of x, but the second one is easier to read and use.

The Main Rules for Simplifying

  • Order of operations (PEMDAS): do parentheses first, then exponents, then multiply and divide, then add and subtract.
  • Distributive property: a number outside parentheses multiplies everything inside. So 3(x + 2) = 3x + 6.
  • Combine like terms: terms are "like" when they have the same variable with the same exponent. You can add 5x + 3x = 8x, but 5x and 5x² are not like terms and stay apart.
  • Exponent rules: x² · x³ = x⁵ and x⁵ ÷ x² = x³. A negative exponent means a fraction, so x⁻² = 1/x².
  • Factor and cancel: in a fraction, factor the top and bottom, then cancel matching factors. For example, (x² − 1)/(x + 1) becomes x − 1.

Like Terms vs. Unlike Terms

Think of like terms as the same kind of object. Three apples plus four apples is seven apples. In algebra, 3y + 4y = 7y. But apples and oranges cannot be added into one number, and neither can 3y and 4z. Only the coefficients (the numbers in front) get added or subtracted. The variable part never changes when you combine like terms.

Working With Fractions Inside Expressions

Many expressions mix fractions with variables, like 5x/6 + 3x/2. The calculator finds the common denominator for you and reduces the result.

Why Domain Restrictions Matter

You can never divide by zero. So if a variable sits in the bottom of a fraction, some values are not allowed. In 1/(x − 3), the value x = 3 is banned because it would make the bottom zero. When you cancel a factor from a fraction, that banned value still stays banned, even though the shorter answer hides it. Square roots have limits too: what is inside a square root must not be negative. Logarithms need a positive input. If your problem uses inequality signs instead of a plain expression, the Inequality Calculator is the right tool.

Simplify vs. Combine Like Terms

Full simplifying does everything: distribute, combine, factor, and cancel. Combining like terms only adds and subtracts the matching terms and stops there. Teachers sometimes ask for just one of these, so check the directions on your homework.

Common Mistakes to Avoid

  • Forgetting to distribute a minus sign: −2(x − 5) is −2x + 10, not −2x − 10.
  • Adding exponents when you should multiply terms, or the other way around.
  • Combining terms that are not alike, such as writing x + x² = x³.
  • Cancelling single terms across a plus sign. You may only cancel whole factors.
  • Dropping the domain restrictions after cancelling.

Where You Use This

Simplifying is the first step in almost all algebra work. Shorter expressions make it faster to solve equations, graph lines and curves, plug in numbers, and check answers. It also shows up in geometry formulas such as the Pythagorean theorem and slope, in calculus with derivatives and integrals, in science labs, and in money problems where you build one clean formula and then use it many times.


Formulas used

Rational number arithmetic (addition and multiplication of fractions)
\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}, \qquad \frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd}, \qquad \frac{a}{b} \div \frac{c}{d} = \frac{ad}{bc}
Fraction reduction to lowest terms
\frac{n}{d} = \frac{n/\gcd(n,d)}{d/\gcd(n,d)}
Combining like terms (monomials with identical variable part)
c_1 x^{e} + c_2 x^{e} = (c_1 + c_2)\, x^{e}
Distributive property / polynomial product expansion
\left(\sum_i a_i x^{p_i}\right)\left(\sum_j b_j x^{q_j}\right) = \sum_{i}\sum_{j} a_i b_j\, x^{p_i + q_j}
Exponent laws used for monomials
x^{m} \cdot x^{n} = x^{m+n}, \qquad \left(x^{m}\right)^{n} = x^{mn}, \qquad x^{-n} = \frac{1}{x^{n}}
Adding rational expressions and cancelling common factors
\frac{P}{Q} + \frac{R}{S} = \frac{PS + RQ}{QS}, \qquad \frac{F \cdot A}{F \cdot B} = \frac{A}{B},\; F \neq 0
Rational Root Theorem test used for factoring (root p/q of integer polynomial)
P(x) = \sum_{i=0}^{n} c_i x^{i}, \quad P\!\left(\frac{p}{q}\right) = 0 \;\Rightarrow\; P(x) = (qx - p)\,Q(x)
Domain restriction from a linear denominator factor
ax + b \neq 0 \;\Longrightarrow\; x \neq -\frac{b}{a}

Frequently asked questions

Why do I get an error when I type an equals sign?

This tool works on expressions, not equations. An expression has no equals sign, like 3x + 5x. If your problem has one, such as 3x + 5 = 20, use the Equation Calculator or the Solve For X Calculator instead.

How do I type a square root or a cube root?

Type sqrt(16) for a square root and cbrt(27) for a cube root. You can also click Show Keypad and press the √ or ∛ button. The √ symbol also works if you paste it in.

Can I use more than one variable?

Yes. Letters like x, y, a, and b all work in the same expression. For example, 3x + 2y + 4x becomes 7x + 2y. The graph uses the first variable and holds the others at the values you set.

Do I have to type the multiplication sign?

No. The calculator understands hidden multiplication. So 2x, 3(x+1), and xy all work. You can still type * or use the × key if you prefer.

How do I type a negative exponent?

Write it with a minus sign after the caret, like x^-2. The answer comes back as a fraction, 1/x², because a negative exponent means one over that power. See the Exponent Calculator for more on power rules.

Why does it say my expression is already fully simplified?

That note means there is nothing left to expand, combine, or cancel. For example, 3x + 5 is already as short as it gets. Your input was fine. It just needed no work.

What functions can I use besides plus and minus?

You can use sqrt, cbrt, abs, log, ln, exp, sin, cos, tan, and pi. Each function needs parentheses right after it, like log(100).

Why did my answer get marked wrong in Check Your Answer?

The checker compares math value, not looks. So 8 + 7x and 7x + 8 both pass. If yours failed, a sign, an exponent, or a coefficient is likely off. Open the steps to find where your work split from the calculator's.

Why does the answer come out as a fraction instead of a decimal?

Fractions are exact, and decimals often round. So 1/3 stays as 1/3. To get a decimal, put numbers in the Evaluate with Specific Values box and click Evaluate.

Why do domain warnings stay after the fraction cancels?

Cancelling hides the problem but does not remove it. If x = 3 broke the original bottom, it is still banned in the short answer. Teachers usually want that restriction written next to your final answer.