Mathovia

Algebra / Preliminaries

Exponent Rules

Integer Exponents and Rational Exponents each build their rules from scratch; this lesson skips the derivations and puts every rule from both — product, quotient, power, zero, negative, and fractional — on one page, then focuses entirely on the skill those two lessons don't have room for: applying several rules in the correct order within a single problem.

Practice Problems
M
Written by
Mathovia Team
Editorial Team

Integer Exponents and Rational Exponents each build their rules up from scratch and explain why every rule is true. This lesson assumes that groundwork is already done and does something those two don’t have room for: puts every rule on one page, side by side, and then works through the harder skill of combining several of them correctly in a single problem.

If a rule below looks unfamiliar, the two lessons linked above derive it in full. This page is the fast-reference version, plus the strategy for using the table instead of just reading it.

The Complete Exponent Rule Table

Assume \(a\) and \(b\) are nonzero real numbers, and \(m\), \(n\) are any rational numbers (integers included) for which every expression below is defined.

RuleStatementExample
Product Rule\(a^{m} \cdot a^{n} = a^{m+n}\)\(x^{5} \cdot x^{3} = x^{8}\)
Quotient Rule\(\dfrac{a^{m}}{a^{n}} = a^{m-n}\)\(\dfrac{x^{7}}{x^{2}} = x^{5}\)
Power Rule\(\left(a^{m}\right)^{n} = a^{mn}\)\(\left(x^{2}\right)^{4} = x^{8}\)
Power of a Product\((ab)^{n} = a^{n}b^{n}\)\((2x)^{3} = 8x^{3}\)
Power of a Quotient\(\left(\dfrac{a}{b}\right)^{n} = \dfrac{a^{n}}{b^{n}}\)\(\left(\dfrac{x}{3}\right)^{2} = \dfrac{x^{2}}{9}\)
Zero Exponent\(a^{0} = 1\)\((-9)^{0} = 1\)
Negative Exponent\(a^{-n} = \dfrac{1}{a^{n}}\)\(x^{-3} = \dfrac{1}{x^{3}}\)
Negative Exponent of a Quotient\(\left(\dfrac{a}{b}\right)^{-n} = \left(\dfrac{b}{a}\right)^{n}\)\(\left(\dfrac{2}{5}\right)^{-1} = \dfrac{5}{2}\)
Rational Exponent (root form)\(a^{1/n} = \sqrt[n]{a}\)\(8^{1/3} = 2\)
Rational Exponent (general form)\(a^{m/n} = \left(\sqrt[n]{a}\right)^{m} = \sqrt[n]{a^{m}}\)\(8^{2/3} = 4\)

Every row is a special case of two ideas: an exponent counts repeated factors, and every other rule follows from adding, subtracting, or multiplying those counts. Nothing in this table is arbitrary — see Integer Exponents for the full derivation of the top eight rows and Rational Exponents for the bottom two.

Applying Several Rules in the Right Order

Most exponent problems worth writing a lesson about combine two, three, or four rules in a single expression. A reliable order avoids most mistakes:

  1. Clear outer parentheses first. Apply the power of a product or power of a quotient rule so the exponent reaches every factor inside.
  2. Combine matching bases. Apply the product or quotient rule to any bases that now appear more than once.
  3. Clean up negative and zero exponents last. Move any remaining negative-exponent factors across the fraction bar, and replace any \(a^{0}\) with \(1\), only once steps 1 and 2 are finished.

$$ \frac{\left(2x^{3}\right)^{2}}{x^{-1}} \;\xrightarrow{\text{step 1}}\; \frac{4x^{6}}{x^{-1}} \;\xrightarrow{\text{step 2}}\; 4x^{6-(-1)} = 4x^{7} $$

Working in this order (outer parentheses, then matching bases, then negative-exponent cleanup) means each step only ever has one job, which is what keeps a four-rule problem from turning into a sign-error minefield.

Worked Example A: Product and Quotient Rules Together

Simplify \(\dfrac{x^{4} \cdot x^{5}}{x^{2}}\).

Step 1 — apply the product rule to the numerator:

$$ x^{4} \cdot x^{5} = x^{9} $$

Step 2 — apply the quotient rule:

$$ \frac{x^{9}}{x^{2}} = x^{7} $$

Answer: \(x^{7}\)

Worked Example B: Power of a Product, Then the Quotient Rule

Simplify \(\dfrac{\left(3x^{2}\right)^{3}}{x^{4}}\).

Step 1 — clear the outer parentheses with the power of a product rule:

$$ \left(3x^{2}\right)^{3} = 27x^{6} $$

Step 2 — apply the quotient rule:

$$ \frac{27x^{6}}{x^{4}} = 27x^{2} $$

Answer: \(27x^{2}\)

Worked Example C: Negative Exponents Mixed with the Power Rule

Simplify \(\left(2x^{-2}y^{3}\right)^{-2}\), leaving no negative exponents.

Step 1 — apply the outer exponent to every factor (power of a product, then the power rule):

$$ \left(2x^{-2}y^{3}\right)^{-2} = 2^{-2}x^{4}y^{-6} $$

Step 2 — clean up the negative-exponent factors last:

$$ 2^{-2}x^{4}y^{-6} = \frac{x^{4}}{2^{2}y^{6}} = \frac{x^{4}}{4y^{6}} $$

Answer: \(\dfrac{x^{4}}{4y^{6}}\)

Worked Example D: Combining Rational and Integer Exponents

Simplify \(x^{1/2} \cdot x^{3/2} \div x^{-1}\).

Step 1 — apply the product rule to the first two factors:

$$ x^{1/2} \cdot x^{3/2} = x^{1/2+3/2} = x^{2} $$

Step 2 — apply the quotient rule, remembering division by \(x^{-1}\) subtracts a negative exponent:

$$ x^{2} \div x^{-1} = x^{2-(-1)} = x^{3} $$

Answer: \(x^{3}\). Rational and integer exponents combine with the exact same product and quotient rules — there’s no separate rule needed just because one exponent is a fraction.

Common Mistakes to Avoid

  • Applying the product rule to different bases. \(x^{3} \cdot y^{2}\) cannot be combined into a single power; the product and quotient rules only work when the base is identical.
  • Cleaning up negative exponents before finishing the outer parentheses. Doing steps out of order (from the strategy above) is the single most common source of a dropped sign in a multi-rule problem.
  • Forgetting the outer exponent reaches the coefficient. \(\left(3x^{2}\right)^{3} = 27x^{6}\), not \(3x^{6}\); the coefficient is a factor inside the parentheses too.
  • Adding exponents when the operation is actually a power of a power. \(\left(x^{2}\right)^{4} = x^{8}\) (multiply), not \(x^{6}\) (add) — the product rule is for two separate factors being multiplied, not one exponent stacked on another.
  • Losing a negative sign when subtracting a negative exponent. \(x^{2-(-1)} = x^{3}\), not \(x^{1}\) — subtracting a negative number always increases the result.
  • Mixing up rational-exponent notation with the negative-exponent rule. \(x^{1/2}\) is a square root, not a reciprocal; only a literal minus sign in the exponent triggers the reciprocal rule.

Where This Shows Up Later

  • Radicals. Every rational-exponent rule in the table above has a matching radical-notation version, since \(a^{1/n}\) and \(\sqrt[n]{a}\) are two notations for the same operation.
  • Scientific notation. Multiplying or dividing measurements written as \(c \times 10^{n}\) uses the product and quotient rules on base \(10\) directly from this table.
  • Polynomials. Multiplying monomials like \(3x^{2}\) and \(5x^{4}\) is the product rule applied once per variable.
  • Rational Expressions. Simplifying a algebraic fraction to lowest terms routinely needs the quotient rule and the negative-exponent cleanup step from this lesson.
  • Calculus. The power-rule derivative shortcut works for negative and fractional exponents precisely because this table already defines what they mean.

Practice Problems

Work each problem yourself before opening the answer.

Problem 1. Simplify \(x^{6} \cdot x^{-2} \cdot x^{3}\).

Show answer

Apply the product rule once, adding all three exponents:

$$ x^{6+(-2)+3} = x^{7} $$

Answer: \(x^{7}\)

Problem 2. Simplify \(\dfrac{\left(2x\right)^{4}}{4x^{2}}\).

Show answer

Step 1 — clear the outer parentheses:

$$ (2x)^{4} = 16x^{4} $$

Step 2 — apply the quotient rule:

$$ \frac{16x^{4}}{4x^{2}} = 4x^{2} $$

Answer: \(4x^{2}\)

Problem 3. Simplify \(\left(x^{2/3}\right)^{6}\).

Show answer

Apply the power rule, multiplying the exponents:

$$ x^{(2/3)(6)} = x^{4} $$

Answer: \(x^{4}\)

Problem 4. Simplify \(\left(3x^{-1}y^{2}\right)^{2}\), leaving no negative exponents.

Show answer

Step 1 — apply the outer exponent to every factor:

$$ 3^{2}x^{-2}y^{4} = 9x^{-2}y^{4} $$

Step 2 — clean up the negative exponent:

$$ \frac{9y^{4}}{x^{2}} $$

Answer: \(\dfrac{9y^{4}}{x^{2}}\)

Problem 5. Simplify \(x^{1/4} \cdot x^{1/4} \cdot x^{1/2}\).

Show answer

Apply the product rule, adding all three exponents (LCD of \(4,4,2\) is \(4\)):

$$ x^{1/4+1/4+1/2} = x^{1} = x $$

Answer: \(x\)

Problem 6. Simplify \(\dfrac{x^{5}y^{-2}}{x^{-1}y^{3}}\), leaving no negative exponents.

Show answer

Apply the quotient rule to each base:

$$ x^{5-(-1)} \cdot y^{-2-3} = x^{6}y^{-5} = \frac{x^{6}}{y^{5}} $$

Answer: \(\dfrac{x^{6}}{y^{5}}\)

Problem 7. Simplify \(\left(\dfrac{x^{3}}{2}\right)^{-2}\).

Show answer

Step 1 — flip the fraction and drop the minus sign:

$$ \left(\frac{2}{x^{3}}\right)^{2} $$

Step 2 — apply the power of a quotient rule:

$$ \frac{4}{x^{6}} $$

Answer: \(\dfrac{4}{x^{6}}\)

Problem 8. Simplify \(x^{2} \cdot x^{1/2} \div x^{-1/2}\).

Show answer

Step 1 — apply the product rule:

$$ x^{2} \cdot x^{1/2} = x^{5/2} $$

Step 2 — apply the quotient rule:

$$ x^{5/2} \div x^{-1/2} = x^{5/2-(-1/2)} = x^{3} $$

Answer: \(x^{3}\)

Problem 9. Simplify \(\left(2x^{2}y^{-3}\right)^{0}\).

Show answer

Apply the zero exponent rule to the entire expression (a nonzero base raised to \(0\)):

$$ 1 $$

Answer: \(1\)

Problem 10. Simplify \(\dfrac{\left(x^{-2}y\right)^{3}}{x^{-4}y^{2}}\), leaving no negative exponents.

Show answer

Step 1 — clear the outer parentheses:

$$ \left(x^{-2}y\right)^{3} = x^{-6}y^{3} $$

Step 2 — apply the quotient rule:

$$ \frac{x^{-6}y^{3}}{x^{-4}y^{2}} = x^{-6-(-4)} \cdot y^{3-2} = x^{-2}y $$

Step 3 — clean up the negative exponent:

$$ \frac{y}{x^{2}} $$

Answer: \(\dfrac{y}{x^{2}}\)

Quick Reference

StepWhat to do
1. Outer parentheses presentDistribute with the power of a product or power of a quotient rule first
2. Matching bases appear more than onceCombine with the product rule (multiplying) or quotient rule (dividing)
3. Any exponent is negativeMove that factor across the fraction bar last, after steps 1 and 2
3. Any exponent is zeroReplace the entire factor with \(1\)
Fractional exponentSame rules as an integer exponent — no special case needed
Different basesThe product and quotient rules don’t apply directly; rewrite one base in terms of the other if possible

This page is meant to be the fast-lookup version of two longer lessons: Integer Exponents derives the top eight rules from scratch, and Rational Exponents derives the bottom two and connects them to radical notation. If a specific rule still feels shaky, Negative Exponents is a full lesson on just that one row. Build speed with the Exponent Rules Generator, the Integer Exponent Generator, and the Rational Exponent Generator, or browse the rest of the Algebra lessons as new ones publish.

Frequently Asked Questions

How is this lesson different from Integer Exponents and Rational Exponents?+

Those two lessons build each rule from the definition of an exponent and explain why it's true. This lesson assumes you already believe the rules and instead focuses on using several of them together, in the right order, inside one messier expression — the skill that shows up on tests far more than any single rule in isolation.

Is there a required order to apply exponent rules in?+

Not a single required order, but a reliable one: clear outer parentheses first (power of a product or quotient), then combine matching bases (product or quotient rule), then clean up any remaining negative exponents last. Working outside-in and saving negative-exponent cleanup for the end avoids most sign errors.

Do the same rules work for rational exponents, or are they different rules?+

The exact same rules, with no changes and no extra cases — \(a^{m/n} \cdot a^{p/q} = a^{m/n+p/q}\) is still just the product rule with fractional exponents. The only genuinely new fact rational exponents add is that \(a^{1/n}=\sqrt[n]{a}\), which lets exponent rules stand in for radical work.

What's the fastest way to check whether I combined two powers correctly?+

Substitute a small number for the base and evaluate both the original expression and your simplified answer separately with a calculator or by hand. If \(a^{3}\cdot a^{2}\) and your simplified \(a^{5}\) don't produce the same number for, say, \(a=2\), a rule was applied incorrectly somewhere.

Why do different bases never combine with the product or quotient rule?+

Those two rules come from counting repeated factors of the same base; \(3^{2}\cdot 4^{3}\) has no shared base to count, so there's nothing to add. Sometimes one base can be rewritten in terms of the other first — \(4=2^{2}\), so \(4^{3}=2^{6}\) — which does create a shared base to combine.

Does the order I apply the rules in change the final answer?+

No — exponent rules are consistent with each other, so any legal order of applying them to the same starting expression lands on the same fully simplified answer. Some orders just take fewer steps than others, which is why this lesson recommends outer-parentheses-first.

Related lessons