We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

Guías de estudio > College Algebra CoRequisite Course

Rules for Exponents

Learning Outcomes

  • Use the product rule for exponents.
  • Use the quotient rule for exponents.
  • Use the power rule for exponents.
Consider the product x3x4{x}^{3}\cdot {x}^{4}. Both terms have the same base, x, but they are raised to different exponents. Expand each expression, and then rewrite the resulting expression.
\begin{align}x^{3}\cdot x^{4}&=\stackrel{\text{3 factors }}{(x\cdot x\cdot x)} \stackrel{\text{ 4 factors}}{(x\cdot x\cdot x\cdot x)} \\ & =\stackrel{7 \text{ factors}}{x\cdot x\cdot x\cdot x\cdot x\cdot x\cdot x} \\ & =x^{7}\end{align}
The result is that x3x4=x3+4=x7{x}^{3}\cdot {x}^{4}={x}^{3+4}={x}^{7}. Notice that the exponent of the product is the sum of the exponents of the terms. In other words, when multiplying exponential expressions with the same base, we write the result with the common base and add the exponents. This is the product rule of exponents.
aman=am+n{a}^{m}\cdot {a}^{n}={a}^{m+n}
Now consider an example with real numbers.
2324=23+4=27{2}^{3}\cdot {2}^{4}={2}^{3+4}={2}^{7}
We can always check that this is true by simplifying each exponential expression. We find that 23{2}^{3} is 8, 24{2}^{4} is 16, and 27{2}^{7} is 128. The product 8168\cdot 16 equals 128, so the relationship is true. We can use the product rule of exponents to simplify expressions that are a product of two numbers or expressions with the same base but different exponents.

A General Note: The Product Rule of Exponents

For any real number aa and natural numbers mm and nn, the product rule of exponents states that
aman=am+n{a}^{m}\cdot {a}^{n}={a}^{m+n}

Example: Using the Product Rule

Write each of the following products with a single base. Do not simplify further.
  1. t5t3{t}^{5}\cdot {t}^{3}
  2. (3)5(3)\left(-3\right)^{5}\cdot \left(-3\right)
  3. x2x5x3{x}^{2}\cdot {x}^{5}\cdot {x}^{3}

Answer: Use the product rule to simplify each expression.

  1. t5t3=t5+3=t8{t}^{5}\cdot {t}^{3}={t}^{5+3}={t}^{8}
  2. (3)5(3)=(3)5(3)1=(3)5+1=(3)6{\left(-3\right)}^{5}\cdot \left(-3\right)={\left(-3\right)}^{5}\cdot {\left(-3\right)}^{1}={\left(-3\right)}^{5+1}={\left(-3\right)}^{6}
  3. x2x5x3{x}^{2}\cdot {x}^{5}\cdot {x}^{3}
At first, it may appear that we cannot simplify a product of three factors. However, using the associative property of multiplication, begin by simplifying the first two.
x2x5x3=(x2x5)x3=(x2+5)x3=x7x3=x7+3=x10{x}^{2}\cdot {x}^{5}\cdot {x}^{3}=\left({x}^{2}\cdot {x}^{5}\right)\cdot {x}^{3}=\left({x}^{2+5}\right)\cdot {x}^{3}={x}^{7}\cdot {x}^{3}={x}^{7+3}={x}^{10}
Notice we get the same result by adding the three exponents in one step.
x2x5x3=x2+5+3=x10{x}^{2}\cdot {x}^{5}\cdot {x}^{3}={x}^{2+5+3}={x}^{10}

Try It

Write each of the following products with a single base. Do not simplify further.
  1. k6k9{k}^{6}\cdot {k}^{9}
  2. (2y)4(2y){\left(\dfrac{2}{y}\right)}^{4}\cdot \left(\dfrac{2}{y}\right)
  3. t3t6t5{t}^{3}\cdot {t}^{6}\cdot {t}^{5}

Answer:

  1. k15{k}^{15}
  2. (2y)5{\left(\dfrac{2}{y}\right)}^{5}
  3. t14{t}^{14}

[embed]
In the following video we show more examples of how to use the product rule to simplify an expression with exponents. https://youtu.be/P0UVIMy2nuI

Using the Quotient Rule of Exponents

The quotient rule of exponents allows us to simplify an expression that divides two numbers with the same base but different exponents. In a similar way to the product rule, we can simplify an expression such as ymyn\dfrac{{y}^{m}}{{y}^{n}}, where m>nm>n. Consider the example y9y5\dfrac{{y}^{9}}{{y}^{5}}. Perform the division by canceling common factors.
\begin{align}\frac{y^{9}}{y^{5}} &=\frac{y\cdot y\cdot y\cdot y\cdot y\cdot y\cdot y}{y\cdot y\cdot y\cdot y\cdot y} \\[1mm] &=\frac{\cancel{y}\cdot\cancel{y}\cdot\cancel{y}\cdot\cancel{y}\cdot\cancel{y}\cdot y\cdot y\cdot y\cdot y}{\cancel{y}\cdot\cancel{y}\cdot\cancel{y}\cdot\cancel{y}\cdot\cancel{y}} \\[1mm] & =\frac{y\cdot y\cdot y\cdot y}{1} \\[1mm] & =y^{4}\\ \text{ }\end{align}

Recall

When simplifying fractions, "canceling out" always leaves a 1 behind because aa=1\dfrac{a}{a}=1.
Notice that the exponent of the quotient is the difference between the exponents of the divisor and dividend.
aman=amn\dfrac{{a}^{m}}{{a}^{n}}={a}^{m-n}
In other words, when dividing exponential expressions with the same base, we write the result with the common base and subtract the exponents.
y9y5=y95=y4\dfrac{{y}^{9}}{{y}^{5}}={y}^{9 - 5}={y}^{4}
For the time being, we must be aware of the condition m>nm>n. Otherwise, the difference mnm-n could be zero or negative. Those possibilities will be explored shortly. Also, instead of qualifying variables as nonzero each time, we will simplify matters and assume from here on that all variables represent nonzero real numbers.

A General Note: The Quotient Rule of Exponents

For any real number aa and natural numbers mm and nn, such that m>nm>n, the quotient rule of exponents states that
aman=amn\dfrac{{a}^{m}}{{a}^{n}}={a}^{m-n}

Example: Using the Quotient Rule

Write each of the following products with a single base. Do not simplify further.
  1. (2)14(2)9\dfrac{{\left(-2\right)}^{14}}{{\left(-2\right)}^{9}}
  2. t23t15\dfrac{{t}^{23}}{{t}^{15}}
  3. (z2)5z2\dfrac{{\left(z\sqrt{2}\right)}^{5}}{z\sqrt{2}}

Answer: Use the quotient rule to simplify each expression.

  1. (2)14(2)9=(2)149=(2)5\dfrac{{\left(-2\right)}^{14}}{{\left(-2\right)}^{9}}={\left(-2\right)}^{14 - 9}={\left(-2\right)}^{5}
  2. t23t15=t2315=t8\dfrac{{t}^{23}}{{t}^{15}}={t}^{23 - 15}={t}^{8}
  3. (z2)5z2=(z2)51=(z2)4\dfrac{{\left(z\sqrt{2}\right)}^{5}}{z\sqrt{2}}={\left(z\sqrt{2}\right)}^{5 - 1}={\left(z\sqrt{2}\right)}^{4}

Try It

Write each of the following products with a single base. Do not simplify further.
  1. s75s68\dfrac{{s}^{75}}{{s}^{68}}
  2. (3)63\dfrac{{\left(-3\right)}^{6}}{-3}
  3. (ef2)5(ef2)3\dfrac{{\left(e{f}^{2}\right)}^{5}}{{\left(e{f}^{2}\right)}^{3}}

Answer:

  1. s7{s}^{7}
  2. (3)5{\left(-3\right)}^{5}
  3. (ef2)2{\left(e{f}^{2}\right)}^{2}

[embed] [embed]
Watch this video to see more examples of how to use the quotient rule for exponents. https://youtu.be/xy6WW7y_GcU

Using the Power Rule of Exponents

Suppose an exponential expression is raised to some power. Can we simplify the result? Yes. To do this, we use the power rule of exponents. Consider the expression (x2)3{\left({x}^{2}\right)}^{3}. The expression inside the parentheses is multiplied twice because it has an exponent of 2. Then the result is multiplied three times because the entire expression has an exponent of 3.
\begin{align} {\left({x}^{2}\right)}^{3}& = \stackrel{{3\text{ factors}}}{{{\left({x}^{2}\right)\cdot \left({x}^{2}\right)\cdot \left({x}^{2}\right)}}} \\ & = \stackrel{{3\text{ factors}}}{\overbrace{{\left(\stackrel{{2\text{ factors}}}{{\overbrace{x\cdot x}}}\right)\cdot \left(\stackrel{{2\text{ factors}}}{{\overbrace{x\cdot x}}}\right)\cdot \left(\stackrel{{2\text{ factors}}}{{\overbrace{x\cdot x}}}\right)}}}\\ & = x\cdot x\cdot x\cdot x\cdot x\cdot x\hfill \\ & = {x}^{6} \end{align}
The exponent of the answer is the product of the exponents: (x2)3=x23=x6{\left({x}^{2}\right)}^{3}={x}^{2\cdot 3}={x}^{6}. In other words, when raising an exponential expression to a power, we write the result with the common base and the product of the exponents.
(am)n=amn{\left({a}^{m}\right)}^{n}={a}^{m\cdot n}
Be careful to distinguish between uses of the product rule and the power rule. When using the product rule, different terms with the same bases are raised to exponents. In this case, you add the exponents. When using the power rule, a term in exponential notation is raised to a power. In this case, you multiply the exponents.
Product RulePower Rule
53545^{3}\cdot5^{4}= 53+45^{3+4}=575^{7}but(53)4\left(5^{3}\right)^{4}=5345^{3\cdot4}=5125^{12}
x5x2x^{5}\cdot x^{2}=x5+2x^{5+2}=x7x^{7}but(x5)2\left(x^{5}\right)^{2}= x52x^{5\cdot2}=x10x^{10}
(3a)7(3a)10\left(3a\right)^{7}\cdot\left(3a\right)^{10} =(3a)7+1\left(3a\right)^{7+1-} =(3a)17\left(3a\right)^{17}but((3a)7)10\left(\left(3a\right)^{7}\right)^{10} =(3a)710\left(3a\right)^{7\cdot10} =(3a)70\left(3a\right)^{70}

A General Note: The Power Rule of Exponents

For any real number aa and positive integers mm and nn, the power rule of exponents states that
(am)n=amn{\left({a}^{m}\right)}^{n}={a}^{m\cdot n}

Example: Using the Power Rule

Write each of the following products with a single base. Do not simplify further.
  1. (x2)7{\left({x}^{2}\right)}^{7}
  2. ((2t)5)3{\left({\left(2t\right)}^{5}\right)}^{3}
  3. ((3)5)11{\left({\left(-3\right)}^{5}\right)}^{11}

Answer: Use the power rule to simplify each expression.

  1. (x2)7=x27=x14{\left({x}^{2}\right)}^{7}={x}^{2\cdot 7}={x}^{14}
  2. ((2t)5)3=(2t)53=(2t)15{\left({\left(2t\right)}^{5}\right)}^{3}={\left(2t\right)}^{5\cdot 3}={\left(2t\right)}^{15}
  3. ((3)5)11=(3)511=(3)55{\left({\left(-3\right)}^{5}\right)}^{11}={\left(-3\right)}^{5\cdot 11}={\left(-3\right)}^{55}

Try It

Write each of the following products with a single base. Do not simplify further.
  1. ((3y)8)3{\left({\left(3y\right)}^{8}\right)}^{3}
  2. (t5)7{\left({t}^{5}\right)}^{7}
  3. ((g)4)4{\left({\left(-g\right)}^{4}\right)}^{4}

Answer:

  1. (3y)24{\left(3y\right)}^{24}
  2. t35{t}^{35}
  3. (g)16{\left(-g\right)}^{16}

[embed] [embed] [embed]
The following video gives more examples of using the power rule to simplify expressions with exponents. https://youtu.be/VjcKU5rA7F8

Licenses & Attributions