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
Table of Contents
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.
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.
(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.
✓ 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.
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.
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⁹
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.
(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.
The 2 gets cubed too — (2x)³ ≠ 2x³
(3x²y)⁴ = 3⁴ · x²×⁴ · y⁴ = 81x⁸y⁴
Apply to every factor: coefficient, each variable.
✓ 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.
(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.
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.
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.
(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.
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
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/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^(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.
✓ Correct: x^(2/3) means cube root then squared. Denominator is always the root index. 27^(2/3) = (³√27)² = 3² = 9.
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.
✓ 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.
✓ 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.
✓ 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.
✓ 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.
✓ 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.
✓ 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.
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.
Other guides in this series
Factoring •
Solving Quadratic Equations •
Algebra Homework Help
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.
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.
Or email: info@finishmymathclass.com • A/B Guarantee • Algebra Help