Skip to main content

Section 5.2 Introduction to Exponent Rules

In this section, we will look at some rules or properties we use when simplifying expressions that involve multiplication and exponents.

Figure 5.2.1. Alternative Video Lesson

Subsection 5.2.1 Exponent Basics

Before we discuss any exponent rules, we need to quickly remind ourselves of some important concepts and vocabulary.

When working with expressions with exponents, we have the following vocabulary:

\begin{equation*} \text{base}^{\text{exponent}} = \text{power} \end{equation*}

For example, when we calculate \(8^{2} = 64\text{,}\) the base is \(8\text{,}\) the exponent is \(2\text{,}\) and the expression \(8^{2}\) is called the 2nd power of 8.

The foundational understanding of exponents is that when the exponent is a positive integer, the power can be rewritten as repeated multiplication of the base. For example, the 4th power of \(3\) can be written as \(4\) factors of \(3\) like so:

\begin{equation*} 3^{4} = 3 \cdot 3 \cdot 3 \cdot 3 \end{equation*}

Subsection 5.2.2 Exponent Rules

Product Rule.

If we write out \(3^5\cdot 3^2\) without using exponents, we'd have:

\begin{equation*} 3^5 \cdot 3^2 = \left(3 \cdot 3\cdot 3\cdot 3\cdot 3\right) \cdot \left(3 \cdot 3\right) \end{equation*}

If we then count how many \(3\)s are being multiplied together, we find we have \(5+2=7\text{,}\) a total of seven \(3\)s. So \(3^5\cdot 3^2\) simplifies like this:

\begin{align*} 3^5\cdot 3^2 \amp= 3^{5+2}\\ \amp= 3^7 \end{align*}
Example 5.2.2.

Simplify \(x^2\cdot x^3\text{.}\)

To simplify \(x^2\cdot x^3\text{,}\) we write this out in its expanded form, as a product of \(x\)'s, we have

\begin{align*} x^2\cdot x^3 \amp=(x\cdot x)(x \cdot x \cdot x)\\ \amp=x\cdot x\cdot x \cdot x \cdot x\\ \amp=x^5 \end{align*}

Note that we obtained the exponent of \(5\) by adding \(2\) and \(3\text{.}\)

This demonstrates our first exponent rule, the Product Rule: when multiplying two expressions that have the same base, we can simplify the product by adding the exponents.

\begin{equation} x^m \cdot x^n = x^{m+n}\label{oSB}\tag{5.2.1} \end{equation}
Checkpoint 5.2.3.

Recall that \(x=x^1\text{.}\) It helps to remember this when multiplying certain expressions together.

Example 5.2.4.

Multiply \(x(x^3+2)\) by using the distributive property.

According to the distributive property,

\begin{equation*} x(x^3+2)=x\cdot x^3 + x\cdot2 \end{equation*}

How can we simplify that term \(x\cdot x^3\text{?}\) It's really the same as \(x^1\cdot x^3\text{,}\) so according to the Product Rule, it is \(x^4\text{.}\) So we have:

\begin{align*} x(x^3+2)\amp=x\cdot x^3 + x\cdot2\\ \amp=x^4+2x \end{align*}
Power to a Power Rule.

If we write out \(\left(3^5\right)^2\) without using exponents, we'd have \(3^5\) multiplied by itself:

\begin{align*} \left(3^5\right)^2 \amp= \left(3^5\right)\cdot \left(3^5\right)\\ \amp= \left(3\cdot 3\cdot 3\cdot 3 \cdot 3 \right) \cdot \left(3 \cdot 3\cdot 3\cdot 3\cdot 3\right) \end{align*}

If we again count how many \(3\)s are being multiplied, we have a total of two groups each with five \(3\)s. So we'd have \(2\cdot 5=10\) instances of a \(3\text{.}\) So \(\left(3^5\right)^2\) simplifies like this:

\begin{align*} \left(3^5\right)^2 \amp= 3^{2\cdot 5}\\ \amp= 3^{10} \end{align*}
Example 5.2.5.

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

To simplify \(\left(x^2\right)^3\text{,}\) we write this out in its expanded form, as a product of \(x\)'s, we have

\begin{align*} \left(x^2\right)^3 \amp=\left(x^2\right) \cdot \left(x^2\right)\cdot\left(x^2\right)\\ \amp=(x \cdot x)\cdot (x \cdot x)\cdot (x \cdot x)\\ \amp=x^6 \end{align*}

Note that we obtained the exponent of \(6\) by multiplying \(2\) and \(3\text{.}\)

This demonstrates our second exponent rule, the Power to a Power Rule: when a base is raised to an exponent and that expression is raised to another exponent, we multiply the exponents.

\begin{equation*} \left(x^m\right)^n = x^{m \cdot n} \end{equation*}
Checkpoint 5.2.6.
Product to a Power Rule.

The third exponent rule deals with having multiplication inside a set of parentheses and an exponent outside the parentheses. If we write out \(\left(3t\right)^5\) without using an exponent, we'd have \(3t\) multiplied by itself five times:

\begin{equation*} (3t)^5= (3t)(3t)(3t)(3t)(3t) \end{equation*}

Keeping in mind that there is multiplication between every \(3\) and \(t\text{,}\) and multiplication between all of the parentheses pairs, we can reorder and regroup the factors:

\begin{align*} \left(3t\right)^5 \amp= (3\cdot t)\cdot (3\cdot t)\cdot (3\cdot t)\cdot (3\cdot t)\cdot (3\cdot t)\\ \amp= \left(3\cdot 3\cdot 3\cdot 3\cdot 3 \right) \cdot \left(t \cdot t \cdot t \cdot t \cdot t\right)\\ \amp= 3^5 t^5 \end{align*}

We could leave it written this way if \(3^5\) feels especially large. But if you are able to evaluate \(3^5=243\text{,}\) then perhaps a better final version of this expression is \(243t^5\text{.}\)

We essentially applied the outer exponent to each factor inside the parentheses. It is important to see how the exponent \(5\) applied to both the \(3\) and the \(t\text{,}\) not just to the \(t\text{.}\)

Example 5.2.7.

Simplify \((xy)^5\text{.}\)

To simplify \((xy)^5\text{,}\) we write this out in its expanded form, as a product of \(x\)'s and \(y\)'s, we have

\begin{align*} (xy)^5 \amp=(x \cdot y) \cdot (x \cdot y) \cdot (x \cdot y) \cdot (x \cdot y) \cdot (x \cdot y)\\ \amp=(x \cdot x \cdot x \cdot x \cdot x) \cdot (y \cdot y \cdot y \cdot y \cdot y)\\ \amp=x^5 y^5 \end{align*}

Note that the exponent on \(xy\) can simply be applied to both \(x\) and \(y\text{.}\)

This demonstrates our third exponent rule, the Product to a Power Rule: when a product is raised to an exponent, we can apply the exponent to each factor in the product.

\begin{equation*} \left(x\cdot y\right)^n = x^{n}\cdot y^{n} \end{equation*}
Checkpoint 5.2.8.
List 5.2.9. Summary of the Rules of Exponents for Multiplication

If \(a\) and \(b\) are real numbers, and \(m\) and \(n\) are positive integers, then we have the following rules:

Product Rule

\(a^{m} \cdot a^{n} = a^{m+n}\)

Power to a Power Rule

\((a^{m})^{n} = a^{m\cdot n}\)

Product to a Power Rule

\((ab)^{m} = a^{m} \cdot b^{m}\)

Many examples will make use of more than one exponent rule. In deciding which exponent rule to work with first, it's important to remember that the order of operations still applies.

Example 5.2.10.

Simplify the following expressions.

  1. \(\left(3^7r^5\right)^4\)

  2. \(\left(t^3\right)^2\cdot \left(t^4\right)^5\)

Explanation
  1. Since we cannot simplify anything inside the parentheses, we'll begin simplifying this expression using the Product to a Power Rule. We'll apply the outer exponent of 4 to each factor inside the parentheses. Then we'll use the Power to a Power Rule to finish the simplification process.

    \begin{align*} \left(3^7r^5\right)^4 \amp= \left(3^7\right)^4 \cdot \left(r^5\right)^4\\ \amp= 3^{7\cdot4} \cdot r^{5\cdot 4}\\ \amp= 3^{28}r^{20} \end{align*}

    Note that \(3^{28}\) is too large to actually compute, even with a calculator, so we leave it written as \(3^{28}\text{.}\)

  2. According to the order of operations, we should first simplify any exponents before carrying out any multiplication. Therefore, we'll begin simplifying this by applying the Power to a Power Rule and then finish using the Product Rule.

    \begin{align*} \left(t^3\right)^2\cdot \left(t^4\right)^5 \amp= t^{3\cdot2}\cdot t^{4\cdot5}\\ \amp= t^6 \cdot t^{20}\\ \amp= t^{6+20}\\ \amp= t^{26} \end{align*}
Remark 5.2.11.

We cannot simplify an expression like \(x^2y^3\) using the Product Rule, as the factors \(x^2\) and \(y^3\) do not have the same base.

Reading Questions 5.2.3 Reading Questions

1.

How many exponent rules are discussed in this section? Write an example of each rule in action.

2.

The order of operations say that operations inside parentheses should get the highest priority. But with \((5x)^3\text{,}\) you cannot actually do anything with the \(5\) and the \(x\text{.}\) Which exponent rule allows you to sidestep the order of operations and still simplify this expression a little?

Exercises 5.2.4 Exercises

Review and Warmup
1.

Evaluate the following.

  1. \(2^{2}\)

  2. \(3^{3}\)

  3. \((-4)^{2}\)

  4. \((-3)^{3}\)

2.

Evaluate the following.

  1. \(2^{2}\)

  2. \(5^{3}\)

  3. \((-2)^{2}\)

  4. \((-5)^{3}\)

3.

Evaluate the following.

  1. \(1^{6}\)

  2. \((-1)^{13}\)

  3. \((-1)^{14}\)

  4. \(0^{20}\)

4.

Evaluate the following.

  1. \(1^{7}\)

  2. \((-1)^{11}\)

  3. \((-1)^{16}\)

  4. \(0^{19}\)

5.

Evaluate the following.

  1. \((-5)^{2}\)

  2. \(-2^{2}\)

6.

Evaluate the following.

  1. \((-3)^{2}\)

  2. \(-4^{2}\)

7.

Evaluate the following.

  1. \((-2)^{3}\)

  2. \(-4^{3}\)

8.

Evaluate the following.

  1. \((-1)^{3}\)

  2. \(-4^{3}\)

Exponent Rules
9.

Use the properties of exponents to simplify the expression.

\({9}\cdot{9^{7}}\)

10.

Use the properties of exponents to simplify the expression.

\({2}\cdot{2^{3}}\)

11.

Use the properties of exponents to simplify the expression.

\({3^{9}}\cdot{3^{7}}\)

12.

Use the properties of exponents to simplify the expression.

\({4^{6}}\cdot{4^{2}}\)

13.

Use the properties of exponents to simplify the expression.

\({y^{9}}\cdot{y^{5}}\)

14.

Use the properties of exponents to simplify the expression.

\({t^{11}}\cdot{t^{17}}\)

15.

Use the properties of exponents to simplify the expression.

\({r^{13}}\cdot{r^{11}}\cdot{r^{7}}\)

16.

Use the properties of exponents to simplify the expression.

\({y^{15}}\cdot{y^{4}}\cdot{y^{15}}\)

17.

Use the properties of exponents to simplify the expression.

\(\left({18^{9}}\right)^{3}\)

18.

Use the properties of exponents to simplify the expression.

\(\left({20^{5}}\right)^{6}\)

19.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left(t^{2}\right)^{2}}\)

20.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left(y^{3}\right)^{10}}\)

21.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left(3t\right)^2}\)

22.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left(2x\right)^3}\)

23.

Use the properties of exponents to simplify the expression.

\(\left(4ry\right)^3\)

24.

Use the properties of exponents to simplify the expression.

\(\left(3xy\right)^3\)

25.

Use the properties of exponents to simplify the expression.

\(\left(3t^{10}\right)^2\)

26.

Use the properties of exponents to simplify the expression.

\(\left(5r^{11}\right)^3\)

27.

Use the properties of exponents to simplify the expression.

\(\displaystyle{({-4r^{20}})\cdot({5r^{7}})}\)

28.

Use the properties of exponents to simplify the expression.

\(\displaystyle{({8r^{3}})\cdot({-3r^{20}})}\)

29.

Use the properties of exponents to simplify the expression.

\(\left(-9r^{3}\right)^3\)

30.

Use the properties of exponents to simplify the expression.

\(\left(-6y^{5}\right)^2\)

31.

Use the properties of exponents to simplify the expression.

\(({-2y^{9}})\cdot({7y^{19}})\cdot({-2y^{10}})\)

32.

Use the properties of exponents to simplify the expression.

\(({-6r^{11}})\cdot({-2r^{12}})\cdot({2r^{5}})\)

33.

Use the properties of exponents to simplify the expression.

  1. \(\displaystyle{{\left(-10t^{3}\right)^{2}}=}\)

  2. \(\displaystyle{{-\left(10t^{3}\right)^{2}}=}\)

34.

Use the properties of exponents to simplify the expression.

  1. \(\displaystyle{{\left(-8m^{5}\right)^{2}}=}\)

  2. \(\displaystyle{{-\left(8m^{5}\right)^{2}}=}\)

35.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left({-\frac{y^{17}}{7}}\right) \cdot \left({\frac{y^{11}}{4}}\right)}\)

36.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left({\frac{y^{20}}{3}}\right) \cdot \left({-\frac{y^{5}}{3}}\right)}\)

37.

Use the distributive property to write an equivalent expression to \({-3x\!\left(6x-1\right)}\) that has no grouping symbols.

38.

Use the distributive property to write an equivalent expression to \({-6r\!\left(3r+8\right)}\) that has no grouping symbols.

39.

Use the distributive property to write an equivalent expression to \({-9t^{4}\!\left(t-4\right)}\) that has no grouping symbols.

40.

Use the distributive property to write an equivalent expression to \({-3b^{3}\!\left(b+4\right)}\) that has no grouping symbols.

41.

Use the distributive property to simplify \({3+5c\!\left(2+6c\right)}\) completely.

42.

Use the distributive property to simplify \({6+2y\!\left(2+10y\right)}\) completely.

43.

Use the distributive property to simplify \({8m-2m\!\left(7-9m^{3}\right)}\) completely.

44.

Use the distributive property to simplify \({5n-7n\!\left(1-10n^{4}\right)}\) completely.

45.

Use the distributive property to simplify \({2q^{2}-3q^{2}\!\left(-5-10q^{3}\right)}\) completely.

46.

Use the distributive property to simplify \({8x^{2}-9x^{2}\!\left(-10-10x^{4}\right)}\) completely.

47.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {r^{2}+r^{2}}=}\)

  2. \(\displaystyle{ (r^2)(r^2)=}\)

  3. \(\displaystyle{ {r^{2}+r^{3}}=}\)

  4. \(\displaystyle{ (r^2)(r^3)=}\)

48.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {t+t}=}\)

  2. \(\displaystyle{ (t)(t)=}\)

  3. \(\displaystyle{ {t+t^{2}}=}\)

  4. \(\displaystyle{ (t)(t^2)=}\)

49.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {b^{3}+b^{3}}=}\)

  2. \(\displaystyle{ (b^3)(b^3)=}\)

  3. \(\displaystyle{ {b^{3}+b^{2}}=}\)

  4. \(\displaystyle{ (b^3)(b^2)=}\)

50.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {c^{2}+c^{2}}=}\)

  2. \(\displaystyle{ (c^2)(c^2)=}\)

  3. \(\displaystyle{ {c^{2}+c^{4}}=}\)

  4. \(\displaystyle{ (c^2)(c^4)=}\)

51.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {-2q^{2}+q^{2}}=}\)

  2. \(\displaystyle{ (-2q^{2})(q^{2})=}\)

  3. \(\displaystyle{ {-2q^{2}+4q^{3}}=}\)

  4. \(\displaystyle{ (-2q^{2})(4q^{3})=}\)

52.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {m^{4}+2m^{4}}=}\)

  2. \(\displaystyle{ (m^{4})(2m^{4})=}\)

  3. \(\displaystyle{ {m^{4}-m^{3}}=}\)

  4. \(\displaystyle{ (m^{4})(-m^{3})=}\)

53.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {-2n^{4}-3n^{4}}=}\)

  2. \(\displaystyle{ (-2n^{4})(-3n^{4})=}\)

  3. \(\displaystyle{ {-2n^{4}-4n^{2}}=}\)

  4. \(\displaystyle{ (-2n^{4})(-4n^{2})=}\)

54.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {4q^{4}+3q^{4}}=}\)

  2. \(\displaystyle{ (4q^{4})(3q^{4})=}\)

  3. \(\displaystyle{ {4q^{4}+4q^{3}}=}\)

  4. \(\displaystyle{ (4q^{4})(4q^{3})=}\)

55.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {x^{2}+4x+4x^{2}}=}\)

  2. \(\displaystyle{ (x^{2})(4x)(4x^{2})=}\)

56.

Simplify the following expressions if possible.

  1. \(\displaystyle{ {-2r^{4}-r-2r^{4}}=}\)

  2. \(\displaystyle{ (-2r^{4})(-r)(-2r^{4})=}\)

57.

Simplify the following expression.

\(\displaystyle{ {-3t^{5}\!\left(-4t^{5}\right)^{2}}=}\)

58.

Simplify the following expression.

\(\displaystyle{ {3b^{3}\!\left(-2b^{2}\right)^{2}}=}\)

59.

Simplify the following expression.

\(\displaystyle{ {3c^{4}r^{3}\!\left(2c^{2}r^{4}\right)^{3}}=}\)

60.

Simplify the following expression.

\(\displaystyle{ {5nx^{2}\!\left(-2n^{5}x\right)^{2}}=}\)

61.

Simplify the following expression.

\(\displaystyle{ (-3m^{4})(5m^{3})+(3m^{4})(-3m^{3})=}\)

62.

Simplify the following expression.

\(\displaystyle{ (n^{3})(3n^{4})+(5n)(5n^{6})=}\)

63.

Simplify the following expression.

\(\displaystyle{ (-4q^{4})\left(2q^{4}\right)^{4}+(3q^{2})(-2q^{6})=}\)

64.

Simplify the following expression.

\(\displaystyle{ (3x^{2})\left(x^{3}\right)^{2}+(5x^{2})(-4x^{3})=}\)

65.

Simplify the following expression.

\(\displaystyle{ (2r^{3})\left(r^{2}\right)^{2} + \left(-5r\right)^{2}(4r^{5})=}\)

66.

Simplify the following expression.

\(\displaystyle{ (3t^{5})\left(2t^{3}\right)^{4}+\left(3t^{2}\right)^{2}(-t^{13})=}\)

67.

Simplify the following expression.

\(\displaystyle{ {\left(-2b\right)^{4}q^{10}-3\!\left(b^{2}q^{5}\right)^{2}}=}\)

68.

Simplify the following expression.

\(\displaystyle{ {\left(4c^{3}\right)^{2}x^{10}-5\!\left(c^{3}x^{5}\right)^{2}}=}\)

Challenge
69.
  1. Let \(x^{11}\cdot x^{a}=x^{28}\text{.}\) Let’s say that \(a\) is a natural number. How many possibilities are there for \(a\text{?}\)

  2. Let \(x^{b}\cdot x^{c}=x^{90}\text{.}\) Let’s say that \(b\) and \(c\) are natural numbers. How many possibilities are there for \(b\text{?}\)

  3. Let \(x^{d}\cdot x^{e}=x^{1450}\text{.}\) Let’s say that \(d\) and \(e\) are natural numbers. How many possibilities are there for \(d\text{?}\)

70.

Choose the correct inequality or equal sign to make the relation true.

\(3^{400}\)

  • <

  • >

  • =

\(4^{300}\)

71.

Fill in the blanks with algebraic expressions that make the equation true. You may not use \(0\) or \(1\) in any of the blank spaces.

Here is an example: \(\mathord{?} + \mathord{?} = 8x \text{.}\)

One possible answer is: \(3x + 5x = 8x \text{.}\)

There are infinitely many correct answers to this problem. Be creative. After finding a correct answer, see if you can come up with a different answer that is also correct.

  1. \(+\) \(= {-13x}\)

  2. \(+\) \(= {-15x^{25}}\)

  3. \(\cdot\) \(\cdot\) \(= {5x^{55}}\)