Algebra

Exponent Rules

Last updated: March 2026 · Beginner
Real-world applications
⚑
Electrical

Voltage drop, wire sizing, load balancing

πŸ’Š
Nursing

Medication dosages, IV drip rates, vital monitoring

An exponent tells you how many times to multiply a base by itself. In the expression ana^n, the number aa is the base and nn is the exponent (or power). Instead of writing 2Γ—2Γ—2Γ—22 \times 2 \times 2 \times 2, you write 24=162^4 = 16. Once you move beyond basic computation, you need a set of rules that let you simplify expressions with exponents quickly and reliably.

These rules β€” often called the laws of exponents β€” appear everywhere in algebra, science, and the trades. They are the foundation for working with polynomials, scientific notation, and exponential growth.

The Product Rule

When you multiply two powers with the same base, add the exponents:

amβ‹…an=am+na^m \cdot a^n = a^{m+n}

Why it works: ama^m means mm copies of aa multiplied together, and ana^n means nn more copies. Combined, you have m+nm + n copies total.

Example 1: Simplify x3β‹…x5x^3 \cdot x^5

Both factors have the same base xx. Add the exponents:

x3β‹…x5=x3+5=x8x^3 \cdot x^5 = x^{3+5} = x^8

Answer: x8x^8

Example 2: Simplify 24β‹…232^4 \cdot 2^3

24β‹…23=24+3=27=1282^4 \cdot 2^3 = 2^{4+3} = 2^7 = 128

Answer: 27=1282^7 = 128

The Quotient Rule

When you divide two powers with the same base, subtract the exponents:

aman=amβˆ’n(aβ‰ 0)\frac{a^m}{a^n} = a^{m-n} \quad (a \neq 0)

Why it works: Dividing cancels out common factors. If you have 7 copies of aa on top and 3 on the bottom, 3 cancel, leaving 4 copies.

Example 3: Simplify y9y4\dfrac{y^9}{y^4}

y9y4=y9βˆ’4=y5\frac{y^9}{y^4} = y^{9-4} = y^5

Answer: y5y^5

Example 4: Simplify 106102\dfrac{10^6}{10^2}

106102=106βˆ’2=104=10,000\frac{10^6}{10^2} = 10^{6-2} = 10^4 = 10{,}000

Answer: 104=10,00010^4 = 10{,}000

The Power Rule

When you raise a power to another power, multiply the exponents:

(am)n=amβ‹…n(a^m)^n = a^{m \cdot n}

Why it works: (am)n(a^m)^n means nn groups of mm copies of aa, which is mΓ—nm \times n copies total.

Example 5: Simplify (x2)4(x^2)^4

(x2)4=x2β‹…4=x8(x^2)^4 = x^{2 \cdot 4} = x^8

Answer: x8x^8

Example 6: Simplify (32)3(3^2)^3

(32)3=32β‹…3=36=729(3^2)^3 = 3^{2 \cdot 3} = 3^6 = 729

Answer: 36=7293^6 = 729

Power of a Product and Power of a Quotient

When a product or quotient is raised to a power, the exponent distributes to each factor:

(ab)n=anβ‹…bn(ab)^n = a^n \cdot b^n

(ab)n=anbn(b≠0)\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n} \quad (b \neq 0)

Example 7: Simplify (2x)3(2x)^3

(2x)3=23β‹…x3=8x3(2x)^3 = 2^3 \cdot x^3 = 8x^3

Answer: 8x38x^3

Example 8: Simplify (x5)2\left(\dfrac{x}{5}\right)^2

(x5)2=x252=x225\left(\frac{x}{5}\right)^2 = \frac{x^2}{5^2} = \frac{x^2}{25}

Answer: x225\dfrac{x^2}{25}

The Zero Exponent Rule

Any nonzero base raised to the power of zero equals 1:

a0=1(a≠0)a^0 = 1 \quad (a \neq 0)

Why it works: Using the quotient rule, anan=anβˆ’n=a0\dfrac{a^n}{a^n} = a^{n-n} = a^0. But any nonzero number divided by itself equals 1. Therefore a0=1a^0 = 1.

Example 9: Evaluate 707^0

70=17^0 = 1

Example 10: Simplify (5x3y)0(5x^3y)^0

As long as the entire expression inside is nonzero:

(5x3y)0=1(5x^3y)^0 = 1

Answer: 11

Negative Exponents

A negative exponent means β€œtake the reciprocal”:

aβˆ’n=1an(aβ‰ 0)a^{-n} = \frac{1}{a^n} \quad (a \neq 0)

Equivalently, 1aβˆ’n=an\dfrac{1}{a^{-n}} = a^n. A negative exponent does not make the result negative β€” it moves the base from numerator to denominator (or vice versa).

Example 11: Evaluate 2βˆ’32^{-3}

2βˆ’3=123=182^{-3} = \frac{1}{2^3} = \frac{1}{8}

Answer: 18\dfrac{1}{8}

Example 12: Simplify xβˆ’4x^{-4}

xβˆ’4=1x4x^{-4} = \frac{1}{x^4}

Answer: 1x4\dfrac{1}{x^4}

Example 13: Simplify 5yβˆ’2\dfrac{5}{y^{-2}}

Move the negative exponent to the numerator by flipping it to positive:

5yβˆ’2=5β‹…y2=5y2\frac{5}{y^{-2}} = 5 \cdot y^2 = 5y^2

Answer: 5y25y^2

Combining Multiple Rules

Real problems often require applying several rules in sequence.

Example 14: Simplify (x3)2β‹…x4x5\dfrac{(x^3)^2 \cdot x^4}{x^5}

Step 1 β€” Apply the power rule to the numerator:

(x3)2=x6(x^3)^2 = x^6

Step 2 β€” Apply the product rule in the numerator:

x6β‹…x4=x10x^6 \cdot x^4 = x^{10}

Step 3 β€” Apply the quotient rule:

x10x5=x5\frac{x^{10}}{x^5} = x^5

Answer: x5x^5

Example 15: Simplify (2x3yβˆ’1)2(2x^3y^{-1})^2

Step 1 β€” Distribute the exponent to each factor:

22β‹…(x3)2β‹…(yβˆ’1)2=4β‹…x6β‹…yβˆ’22^2 \cdot (x^3)^2 \cdot (y^{-1})^2 = 4 \cdot x^6 \cdot y^{-2}

Step 2 β€” Rewrite with positive exponents:

4x6yβˆ’2=4x6y24x^6 y^{-2} = \frac{4x^6}{y^2}

Answer: 4x6y2\dfrac{4x^6}{y^2}

Real-World Application: Electrician β€” Resistors in Parallel Circuits

When an electrician connects identical resistors in a parallel circuit, the total resistance is found using powers and reciprocals. For nn identical resistors each with resistance RR in parallel:

Rtotal=RnR_{\text{total}} = \frac{R}{n}

But the formula for combining different resistors uses negative exponents. The general formula for two resistors R1R_1 and R2R_2 in parallel is:

Rtotal=(R1βˆ’1+R2βˆ’1)βˆ’1R_{\text{total}} = (R_1^{-1} + R_2^{-1})^{-1}

This means β€œtake the reciprocal of each resistance, add them, then take the reciprocal of the result.”

For a 100-ohm and a 200-ohm resistor in parallel:

Rtotal=(1100+1200)βˆ’1=(2200+1200)βˆ’1=(3200)βˆ’1=2003β‰ˆ66.7Β ohmsR_{\text{total}} = \left(\frac{1}{100} + \frac{1}{200}\right)^{-1} = \left(\frac{2}{200} + \frac{1}{200}\right)^{-1} = \left(\frac{3}{200}\right)^{-1} = \frac{200}{3} \approx 66.7 \text{ ohms}

Answer: The combined resistance is approximately 66.7 ohms. Understanding negative exponents as reciprocals helps electricians read and apply these formulas confidently.

Common Mistakes to Avoid

  1. Multiplying exponents when you should add them. The product rule says x3β‹…x4=x7x^3 \cdot x^4 = x^7, not x12x^{12}. You add exponents when multiplying same bases.
  2. Adding exponents when you should multiply them. The power rule says (x3)4=x12(x^3)^4 = x^{12}, not x7x^7. You multiply exponents when raising a power to a power.
  3. Thinking a negative exponent makes the answer negative. 2βˆ’3=182^{-3} = \frac{1}{8}, not βˆ’8-8. The negative exponent means β€œreciprocal,” not β€œnegative number.”
  4. Applying the product rule to different bases. x3β‹…y4x^3 \cdot y^4 cannot be simplified β€” the bases are different. The product rule only works with the same base.
  5. Forgetting that a0=1a^0 = 1, not 00. Any nonzero base to the zero power is 1.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Simplify x5β‹…x3x^5 \cdot x^3

Apply the product rule β€” add the exponents:

x5β‹…x3=x5+3=x8x^5 \cdot x^3 = x^{5+3} = x^8

Answer: x8x^8

Problem 2: Simplify a10a3\dfrac{a^{10}}{a^3}

Apply the quotient rule β€” subtract the exponents:

a10a3=a10βˆ’3=a7\frac{a^{10}}{a^3} = a^{10-3} = a^7

Answer: a7a^7

Problem 3: Simplify (y4)3(y^4)^3

Apply the power rule β€” multiply the exponents:

(y4)3=y4β‹…3=y12(y^4)^3 = y^{4 \cdot 3} = y^{12}

Answer: y12y^{12}

Problem 4: Evaluate (βˆ’3)0+5βˆ’2(-3)^0 + 5^{-2}

(βˆ’3)0=1(-3)^0 = 1 (any nonzero base to the zero power is 1)

5βˆ’2=1255^{-2} = \dfrac{1}{25}

1+125=2525+125=26251 + \frac{1}{25} = \frac{25}{25} + \frac{1}{25} = \frac{26}{25}

Answer: 2625\dfrac{26}{25}

Problem 5: Simplify (2x2)34x4\dfrac{(2x^2)^3}{4x^4}

Step 1 β€” Expand the numerator:

(2x2)3=23β‹…(x2)3=8x6(2x^2)^3 = 2^3 \cdot (x^2)^3 = 8x^6

Step 2 β€” Divide:

8x64x4=84β‹…x6βˆ’4=2x2\frac{8x^6}{4x^4} = \frac{8}{4} \cdot x^{6-4} = 2x^2

Answer: 2x22x^2

Problem 6: A nurse is calculating a dosage that depends on body surface area. The formula includes the term (1.73)βˆ’1(1.73)^{-1} to normalize the dose. Express this as a fraction rounded to two decimal places.

(1.73)βˆ’1=11.73β‰ˆ0.58(1.73)^{-1} = \frac{1}{1.73} \approx 0.58

Answer: Approximately 0.580.58. The nurse uses this reciprocal value as a conversion factor in the dosage calculation.

Key Takeaways

  • The product rule (amβ‹…an=am+na^m \cdot a^n = a^{m+n}) applies when multiplying same bases β€” add the exponents
  • The quotient rule (am/an=amβˆ’na^m / a^n = a^{m-n}) applies when dividing same bases β€” subtract the exponents
  • The power rule ((am)n=amn(a^m)^n = a^{mn}) applies when raising a power to a power β€” multiply the exponents
  • Zero exponent: a0=1a^0 = 1 for any nonzero aa
  • Negative exponent: aβˆ’n=1/ana^{-n} = 1/a^n β€” it means reciprocal, not a negative number
  • These rules are the building blocks for all polynomial and scientific notation work

Return to Algebra for more topics in this section.

Last updated: March 29, 2026