Exponent Rules

Exponent rules — also called laws of exponents — are the seven properties that govern how powers are simplified, multiplied, divided, and raised to other powers. Every algebra course tests them, every platform checks for fully simplified answers, and the rules appear again in polynomials, rational expressions, radicals, and exponential functions. This guide covers all seven rules with worked examples, the intuition behind each one, and the specific errors that cost students the most points.

Seven Exponent Rules at a Glance

1. Product rule: aᵐ × aⁿ = aᵐ⁺ⁿ — add exponents when multiplying same base

2. Quotient rule: aᵐ / aⁿ = aᵐ⁻ⁿ — subtract exponents when dividing same base

3. Power of a power: (aᵐ)ⁿ = aᵐⁿ — multiply exponents

4. Power of a product: (ab)ⁿ = aⁿbⁿ — exponent distributes to every factor

5. Power of a quotient: (a/b)ⁿ = aⁿ/bⁿ — exponent applies to numerator and denominator

6. Zero exponent: a⁰ = 1 — any nonzero base to the zero power equals 1

7. Negative exponent: a⁻ⁿ = 1/aⁿ — move to the other side of the fraction line



1) The Seven Exponent Rules

An exponent tells you how many times to multiply a base by itself. In 2³, the base is 2 and the exponent is 3, meaning 2 × 2 × 2 = 8. The seven exponent rules describe what happens when expressions with exponents are combined — multiplied, divided, raised to another power, or reduced to special cases like zero and negative exponents.

Two conditions apply to all rules: the base must be the same to use the product and quotient rules, and the base cannot equal zero when the exponent is zero or negative. The reference card below shows all seven rules with formulas, examples, and the most common wrong answer for each.

Seven-row exponent rules reference card. Each row shows rule name, formula, example, and common error. Row 1 product rule: a to the m times a to the n equals a to the m plus n, example x cubed times x to the fourth equals x to the seventh, error is multiplying not adding exponents. Row 2 quotient rule: a to the m over a to the n equals a to the m minus n. Row 3 power of a power: open paren a to the m close paren to the n equals a to the mn. Row 4 power of a product: open paren ab close paren to the n equals a to the n times b to the n, error is not applying to every factor. Row 5 power of a quotient: open paren a over b close paren to the n equals a to the n over b to the n. Row 6 zero exponent: a to the zero equals 1, error is writing zero. Row 7 negative exponent: a to the negative n equals 1 over a to the n, error is writing a negative number.
Keep this reference card open during homework. The Watch Out column shows the wrong answer that MyMathLab and ALEKS most commonly see for each rule.

Back to Top



2) Product and Quotient Rules

The product and quotient rules only apply when the bases are identical. If the bases differ — say x³ × y² — there is no rule to simplify further and the expression stays as is. This is the most important prerequisite for both rules.

Product rule: aᵐ × aⁿ = aᵐ⁺ⁿ

When multiplying two powers with the same base, add the exponents and keep the base. The base does not change and does not get multiplied.

x⁴ × x⁵ = x⁴⁺⁵ = x⁹

(2x³)(5x²) = (2 × 5)(x³ × x²) = 10x⁵
Multiply coefficients separately, add exponents on x.

a²b³ × a⁴b = a²⁺⁴ · b³⁺¹ = a⁶b⁴
Apply the rule to each variable independently.

✗ Wrong: x³ × x&sup4; = x¹² — exponents were multiplied instead of added.

✓ Correct: x³ × x&sup4; = x&sup7; — add the exponents.

Quotient rule: aᵐ / aⁿ = aᵐ⁻ⁿ

When dividing two powers with the same base, subtract the bottom exponent from the top exponent. Order matters — it is always top minus bottom, never bottom minus top.

x⁸ / x³ = x⁸⁻³ = x⁵

12x⁶ / 4x² = (12/4)(x⁶/x²) = 3x⁴
Divide coefficients separately, subtract exponents on x.

x³ / x⁷ = x³⁻⁷ = x⁻⁴ = 1/x⁴
When the bottom exponent is larger, the result is negative — apply the negative exponent rule.

What if the bases are different?

x³ × y² cannot be simplified using the product rule — different bases. x³ + x² cannot be simplified using any exponent rule — it’s addition, not multiplication. Exponent rules only apply to multiplication and division of same-base terms.

Multi-step example: combining rules

Real homework problems chain multiple rules in one expression. The approach is always the same: work from the inside out, applying one rule at a time. Here the power of a product rule, power of a power rule, quotient rule, and negative exponent rule all appear in sequence.

Simplify: (2x³y⁻²)⁴ / (4x²y)

Step 1 — Power of a product: apply the outer exponent 4 to every factor
(2x³y⁻²)⁴ = 2⁴ · x³×⁴ · y⁻²×⁴ = 16x¹²y⁻⁸

Step 2 — Rewrite with denominator
16x¹²y⁻⁸ / (4x²y)

Step 3 — Quotient rule: divide coefficients and subtract exponents
(16/4) · x¹²⁻² · y⁻⁸⁻¹ = 4x¹⁰y⁻⁹

Step 4 — Negative exponent: move y⁻⁹ to denominator
= 4x¹⁰ / y⁹

Back to Top



3) Power Rules

The three power rules describe what happens when an entire expression inside parentheses is raised to an exponent. In every case, the outer exponent distributes to each component inside. The key distinction from the product rule: here you multiply exponents, not add them.

Power of a power: (aᵐ)ⁿ = aᵐⁿ

When a power is raised to another power, multiply the exponents. The base stays the same.

(x³)⁴ = x³×⁴ = x¹²

(2³)² = 2⁶ = 64

((x²)³)² = x²×³×² = x¹²
Apply repeatedly for nested powers — multiply all exponents together.

Power of a product: (ab)ⁿ = aⁿbⁿ

When a product inside parentheses is raised to a power, the exponent applies to every factor inside — including coefficients. This is where students most often apply the rule to only one factor and leave the other unchanged.

(2x)³ = 2³ · x³ = 8x³
The 2 gets cubed too — (2x)³ ≠ 2x³

(3x²y)⁴ = 3⁴ · x²×⁴ · y⁴ = 81x⁸y⁴
Apply to every factor: coefficient, each variable.

✗ Wrong: (2x)³ = 2x³ — exponent applied to x only.

✓ Correct: (2x)³ = 8x³ — 2³ = 8.

Power of a quotient: (a/b)ⁿ = aⁿ/bⁿ

When a fraction inside parentheses is raised to a power, the exponent applies to both the numerator and the denominator separately.

(x/4)² = x²/4² = x²/16

(2x²/3y)³ = (2x²)³ / (3y)³ = 8x⁶ / 27y³
Apply power of a product to numerator and denominator separately.

Power rules do not apply to addition or subtraction

(a + b)² ≠ a² + b². This is one of the most common algebra errors at every level. To expand (a + b)², you must FOIL: (a + b)(a + b) = a² + 2ab + b². The middle term 2ab is lost when the rule is incorrectly applied to a sum.

Back to Top



4) Zero and Negative Exponents

These two rules produce more wrong answers than any other exponent topic. The reason is intuitive: students expect a zero exponent to give zero and a negative exponent to give a negative number. Neither is correct. The visual below shows why both rules work and the exact wrong answers to avoid.

Two-card explainer for zero and negative exponents. Left card: zero exponent a to the zero equals 1. Pattern shows 2 to the fourth equals 16 down to 2 to the first equals 2, each step divides by 2, so 2 to the zero equals 1. Examples: 5 to the zero equals 1, the quantity x squared y cubed to the zero equals 1, negative 7 to the zero equals 1. Wrong answers box: x to the zero equals 0 is wrong — result is 1, not zero; zero to the zero is undefined. Right card: negative exponent a to the negative n equals 1 over a to the n. Pattern shows 2 to the negative 1 equals one half, 2 to the negative 2 equals one quarter. Shortcut: move to the other side of the fraction line and exponent becomes positive. Wrong answers: x to the negative 3 equals negative x cubed is wrong, 2 to the negative 3 equals negative 8 is wrong — result is one eighth.
Neither rule produces a negative number. A zero exponent always gives 1. A negative exponent always gives a positive fraction.

Zero exponent: a⁰ = 1

Any nonzero base raised to the zero power equals 1. This follows directly from the quotient rule: a³ / a³ = a³⁻³ = a⁰, and any nonzero number divided by itself equals 1. The entire expression — including any coefficient or multiple variables — collapses to 1.

7⁰ = 1
(x²y⁵)⁰ = 1
(-4)⁰ = 1 ← the negative base doesn’t matter: (-4)⁰ = 1
-4⁰ = -(4⁰) = -1 ← note: the negative is outside, so only 4⁰ = 1, then negate

Negative exponent: a⁻ⁿ = 1/aⁿ

A negative exponent means the base belongs on the other side of the fraction line. Moving it there makes the exponent positive. The base itself does not become negative — only its position in the fraction changes.

x⁻⁴ = 1/x⁴
2⁻³ = 1/2³ = 1/8
5x⁻² = 5 · (1/x²) = 5/x² ← only x moves, the 5 stays
1/x⁻³ = x³ ← moving from denominator to numerator, exponent becomes positive

Back to Top



5) Rational Exponents

A rational exponent is a fraction used as an exponent. The denominator of the fraction indicates a root and the numerator indicates a power. Rational exponents appear in College Algebra and Algebra II courses, particularly on ALEKS and MyMathLab modules that bridge exponents and radicals.

The connection to radicals

a^(1/n) = ⁿ√a. The denominator of the rational exponent becomes the index of the radical. When the exponent is m/n, the expression equals either (ⁿ√a)ᵐ or ⁿ√(aᵐ) — both are equivalent and either form is acceptable on most platforms.

x^(1/2) = √x ← square root
x^(1/3) = ∛x ← cube root
8^(1/3) = ∛8 = 2

x^(3/2) = (√x)³ = x√x or √(x³)
27^(2/3) = (∛27)² = 3² = 9 ← take root first, then power (easier with numbers)

Converting between forms

Write √x³ with a rational exponent: x^(3/2)
Write x^(2/5) as a radical: ⁵√(x²)
Simplify 16^(3/4): (⁴√16)³ = 2³ = 8

When working with numbers, take the root first and then apply the power. Taking the power first and then the root produces the same answer but often involves larger numbers that are harder to simplify by hand. On MyMathLab, enter rational exponents using the exponent button with a fraction: x^(3/2) not x^1.5.

✗ Wrong: Reading x^(2/3) as “square root then cubed” — treating 2 as the root and 3 as the power.

✓ Correct: x^(2/3) means cube root then squared. Denominator is always the root index. 27^(2/3) = (³√27)² = 3² = 9.

Five-row conversion table for rational exponents and radicals. Row 1: square root of x equals x to the one-half. Row 2: cube root of x equals x to the one-third. Row 3: nth root of x equals x to the one-over-n. Row 4: square root of x cubed or cube of square root of x equals x to the three-halves — numerical example 4 to the three-halves equals 8. Row 5: cube root of x squared or square of cube root of x equals x to the two-thirds — numerical example 27 to the two-thirds equals 9. Bottom warning bar: most common error is swapping numerator and denominator — denominator is always the root index.
The bottom row of the table shows the most common error on ALEKS rational exponent modules: swapping which number is the root and which is the power. The denominator is always the root index without exception.

Back to Top



6) Where Students Lose Points

Exponent errors follow six predictable patterns across MyMathLab, ALEKS, Hawkes Learning, and Knewton Alta.

Multiplying exponents when the product rule applies

The product rule adds exponents; the power of a power rule multiplies them. Mixing these up is the most common single error in this unit.

✗ Wrong: x³ × x&sup4; = x¹² — product rule was confused with power of a power.

✓ Correct: x³ × x&sup4; = x&sup7; — add exponents when multiplying same-base terms.

Applying a power to only part of the expression

When the power of a product or quotient rule applies, the outer exponent must reach every factor inside the parentheses — including the coefficient.

✗ Wrong: (3x²)³ = 3x&sup6; — coefficient 3 was not cubed.

✓ Correct: (3x²)³ = 27x&sup6; — 3³ = 27.

Writing a negative result for a negative exponent

A negative exponent produces a positive fraction, not a negative number. This is the single most tested concept in the zero and negative exponent unit.

✗ Wrong: 2&sup-3; = −8 — negative exponent was treated as a negative number.

✓ Correct: 2&sup-3; = 1/2³ = 1/8.

Treating a⁰ as 0

Any nonzero expression raised to the zero power equals 1, not 0. The confusion comes from the fact that multiplying by zero gives zero — but exponentiation and multiplication are different operations.

✗ Wrong: (5x³)&sup0; = 0 — zero exponent was confused with multiplying by zero.

✓ Correct: (5x³)&sup0; = 1.

Confusing a negative base with a negative exponent

(-x)ⁿ and -(xⁿ) are different expressions that produce different answers. When the negative sign is inside the parentheses it gets raised to the power. When it is outside, only x is raised to the power and the result is negated afterward. This is heavily tested on ALEKS and appears frequently in simplification problems.

✗ Wrong: (-2)&sup4; = −16 — the negative was ignored or treated as being outside the parentheses.

✓ Correct: (-2)&sup4; = (-2)(-2)(-2)(-2) = +16. The negative is inside the parentheses so it gets raised to the fourth power. An even exponent always produces a positive result.

✓ Also correct: -2&sup4; = -(2&sup4;) = -16. Here the negative is outside, so only 2 is raised to the fourth power and the negative is applied after.

Applying exponent rules to sums and differences

Exponent rules apply to products and quotients only. They do not distribute over addition or subtraction inside parentheses.

✗ Wrong: (x + 3)² = x² + 9 — exponent incorrectly distributed over addition.

✓ Correct: (x + 3)² = (x + 3)(x + 3) = x² + 6x + 9. FOIL required, not the power rule. See the Factoring guide for expanding products of binomials.

Back to Top



7) How FMMC Can Help

Exponent rules appear in every algebra course across MyMathLab, ALEKS, Hawkes Learning, Knewton Alta, Sophia Learning, and WebAssign. If this unit or any other algebra module is holding up your grade, FMMC handles every assignment with an A/B guarantee.

Algebra Homework

Every exponent module handled accurately and on time. See our algebra homework help page.

Proctored Exams

Algebra exams on Honorlock and Respondus supported. See our proctored exam page.

Full Course Help

Week 1 through final exam. A or B guaranteed — see our guarantee.

Exponent unit coming up or already behind? Tell us your course, platform, and next due date.

Get Help Now →

Other guides in this series

Factoring  • 
Solving Quadratic Equations  • 
Algebra Homework Help

Back to Top



FAQ: Exponent Rules

What are the seven exponent rules?

The seven rules are: product rule (aᵐ × aⁿ = aᵐ⁺ⁿ), quotient rule (aᵐ / aⁿ = aᵐ⁻ⁿ), power of a power ((aᵐ)ⁿ = aᵐⁿ), power of a product ((ab)ⁿ = aⁿbⁿ), power of a quotient ((a/b)ⁿ = aⁿ/bⁿ), zero exponent (a⁰ = 1), and negative exponent (a⁻ⁿ = 1/aⁿ). All assume the base is nonzero.

When do you add exponents and when do you multiply them?

Add exponents when multiplying two powers with the same base: x³ × x&sup4; = x&sup7;. Multiply exponents when raising a power to another power: (x³)&sup4; = x¹². This distinction is the most tested concept in the exponent rules unit and the source of the most common errors.

What does a negative exponent mean?

A negative exponent means the base belongs on the other side of the fraction line. x&sup-3; = 1/x³. The result is always a positive fraction — never a negative number. Moving the base across the fraction line makes the exponent positive. If the base is already in the denominator, moving it to the numerator makes the exponent positive: 1/x&sup-3; = x³.

Why does anything to the zero power equal 1?

It follows from the quotient rule: any nonzero number divided by itself equals 1. Using the quotient rule: a³ / a³ = a³&sup-3; = a&sup0;. Since a³ / a³ = 1, a&sup0; must equal 1. The pattern also works by observing that each decrease in exponent divides by the base: 2&sup4;=16, 2³=8, 2²=4, 2¹=2, 2&sup0;=1.

Do exponent rules apply to addition inside parentheses?

No. Exponent rules only apply to multiplication and division. (x + y)² ≠ x² + y². To expand (x + y)², FOIL the expression: (x + y)(x + y) = x² + 2xy + y². Applying the power rule to a sum produces an incomplete answer that drops the middle term.

What is a rational exponent?

A rational exponent is a fractional exponent. The denominator indicates a root and the numerator indicates a power: a^(m/n) = ⁿ√(aᵐ). For example, 8^(2/3) = (³√8)² = 2² = 4. Rational exponents connect the exponent rules to radical expressions and appear in College Algebra and Algebra II.

Can FMMC help with exponent homework on MyMathLab or ALEKS?

Yes. FMMC handles algebra homework, quizzes, and proctored exams across MyMathLab, ALEKS, Hawkes Learning, and more. See our algebra homework help page or get a free quote.

Back to Top

Exponent Unit Holding Up Your Grade?

Tell us your course, platform, and next due date. FMMC’s algebra experts handle every assignment — A/B guaranteed or your money back.

Get Your Free Quote

Or email: info@finishmymathclass.com  •  A/B Guarantee  •  Algebra Help