Skip to main content

Section 6.1 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.

Subsection 6.1.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 other foundational concept is that if an 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 6.1.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.

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

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 is our first 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{pLZ}\tag{6.1.1} \end{equation}
Checkpoint 6.1.2.
Power to a Power Rule.

The second rule is an extension of the first 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{.}\)

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

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{.}\)

We have our second 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 6.1.4.
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\) and multiplication between all of the parentheses, 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 essentially applied the outer exponent to each factor inside the parentheses.

Example 6.1.5.

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 is our third 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 6.1.6.
List 6.1.7. Summary of the Rules of Exponents for Multiplication

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

Product Rule

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

Power to a Power Rule

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

Product to a Power Rule

\(\displaystyle (ab)^{n} = a^{n} \cdot b^{n}\)

Many examples we'll come across 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 6.1.8.

Simplify the following expressions.

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

  2. \(\displaystyle \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 out 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*}
  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 6.1.9.

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.

Subsection 6.1.3 Rules of Exponents and Simplifying

In this section, we will continue to use these rules to simplify expressions. Sometimes, students incorrectly apply β€œrules” of exponents where they have misremembered the actual rule. Let's summarize what we can and cannot do.

When we add/subtract two expressions, we can only combine like terms. For example:

  • \(\displaystyle 3x-x=2x\)

  • \(\displaystyle t^2+t^2=2t^2\)

  • \(q^2+q\) cannot be combined.

However, we can multiply two expressions regardless of whether or not they are like terms. For example:

  • \(\displaystyle x\cdot x=x^2\)

  • \(\displaystyle t^2\cdot t^3=t^5\)

  • \(\displaystyle (q^2)(q)=q^3\)

Consider:

  • When we combine like terms that have a variable, the exponent doesn't change, as in \(x^2+x^2=2x^2\text{.}\)

  • When we multiply powers of a variable that use the same variable, the exponent will change, as in \((x^2)(x^2)=x^4\text{.}\)

  • We cannot combine β€œunlike terms,” as something like \(x^2+x\) is as simplified as it can be.

  • We can multiply powers with different exponents, as in \((x^2)(x)=x^3\text{.}\)

The next few examples test your understanding of these concepts.

Example 6.1.10.

Simplify the following expressions using the rules of exponents and the distributive property.

  1. \(\displaystyle 3x^2+2x+x^2\)

  2. \(\displaystyle (3x^2)(2x)(x^2)\)

  3. \(\displaystyle 2x(3x+4)\)

  4. \(\displaystyle x^3-3x^2(5x-2)\)

Explanation
  1. We will combine like terms \(3x^2\) and \(x^2\text{:}\)

    \begin{align*} 3x^2+2x+x^2\amp=4x^2+2x \end{align*}
  2. We will apply the product to sum rule:

    \begin{align*} (3x^2)(2x)(x^2)\amp=6x^5 \end{align*}
  3. To simplify \(2x(3x+4)\text{,}\) we want to first distribute \(2x\text{,}\) and then we can apply the product to sum rule:

    \begin{align*} 2x(3x+4)\amp=2x(3x)+2x(4)\\ \amp=6x^2+8x \end{align*}
  4. We will use the distributive property first, apply the product to sum rule, and combine like terms:

    \begin{align*} x^3-3x^2(5x-2)\amp=x^3-3x^2(5x)-(-3x^2)(2)\\ \amp=x^3-15x^3+6x^2\\ \amp=-14x^3+6x^2 \end{align*}

Exercises 6.1.4 Exercises

Review and Warmup
1.

Evaluate the following.

  1. \(5^{2}\)

  2. \(4^{3}\)

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

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

2.

Evaluate the following.

  1. \(5^{2}\)

  2. \(2^{3}\)

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

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

3.

Evaluate the following.

  1. \(1^{5}\)

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

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

  4. \(0^{19}\)

4.

Evaluate the following.

  1. \(1^{6}\)

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

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

  4. \(0^{18}\)

5.

Evaluate the following.

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

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

6.

Evaluate the following.

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

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

7.

Evaluate the following.

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

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

8.

Evaluate the following.

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

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

Exponent Rules
9.

Use the properties of exponents to simplify the expression.

\({8}\cdot{8^{8}}\)

10.

Use the properties of exponents to simplify the expression.

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

11.

Use the properties of exponents to simplify the expression.

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

12.

Use the properties of exponents to simplify the expression.

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

13.

Use the properties of exponents to simplify the expression.

\({t^{5}}\cdot{t^{8}}\)

14.

Use the properties of exponents to simplify the expression.

\({y^{8}}\cdot{y^{2}}\)

15.

Use the properties of exponents to simplify the expression.

\({y^{10}}\cdot{y^{14}}\cdot{y^{17}}\)

16.

Use the properties of exponents to simplify the expression.

\({x^{12}}\cdot{x^{8}}\cdot{x^{6}}\)

17.

Use the properties of exponents to simplify the expression.

\(\left({14^{10}}\right)^{7}\)

18.

Use the properties of exponents to simplify the expression.

\(\left({16^{7}}\right)^{2}\)

19.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left(y^{11}\right)^{5}}\)

20.

Use the properties of exponents to simplify the expression.

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

21.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left(4y\right)^2}\)

22.

Use the properties of exponents to simplify the expression.

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

23.

Use the properties of exponents to simplify the expression.

\(\left(5xy\right)^2\)

24.

Use the properties of exponents to simplify the expression.

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

25.

Use the properties of exponents to simplify the expression.

\(\left(5r^{7}\right)^2\)

26.

Use the properties of exponents to simplify the expression.

\(\left(3y^{9}\right)^4\)

27.

Use the properties of exponents to simplify the expression.

\(\displaystyle{({-8x^{16}})\cdot({-4x^{11}})}\)

28.

Use the properties of exponents to simplify the expression.

\(\displaystyle{({4x^{18}})\cdot({5x^{4}})}\)

29.

Use the properties of exponents to simplify the expression.

\(\displaystyle{\left({\frac{x^{20}}{8}}\right) \cdot \left({-\frac{x^{17}}{4}}\right)}\)

30.

Use the properties of exponents to simplify the expression.

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

31.

Use the properties of exponents to simplify the expression.

\(\left(-6t^{4}\right)^2\)

32.

Use the properties of exponents to simplify the expression.

\(\left(-2r^{5}\right)^3\)

33.

Use the properties of exponents to simplify the expression.

\(({-4t^{10}})\cdot({4t^{9}})\cdot({5t^{4}})\)

34.

Use the properties of exponents to simplify the expression.

\(({-2x^{12}})\cdot({8x^{3}})\cdot({-x^{8}})\)

35.

Use the properties of exponents to simplify the expression.

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

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

36.

Use the properties of exponents to simplify the expression.

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

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

These exercises involve rules of exponents and combining like terms.

37.

Simplify the following expressions if possible.

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

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

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

  4. \(\displaystyle{ (p)(p^4)=}\)

38.

Simplify the following expressions if possible.

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

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

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

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

39.

Simplify the following expressions if possible.

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

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

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

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

40.

Simplify the following expressions if possible.

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

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

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

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

41.

Simplify the following expressions if possible.

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

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

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

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

42.

Simplify the following expressions if possible.

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

  2. \(\displaystyle{ (-2b)(-4b)=}\)

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

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

43.

Simplify the following expressions if possible.

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

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

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

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

44.

Simplify the following expressions if possible.

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

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

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

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

45.

Simplify the following expressions if possible.

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

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

46.

Simplify the following expressions if possible.

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

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

47.

Simplify the following expression.

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

48.

Simplify the following expression.

\(\displaystyle{ {-2y\!\left(-2y^{4}\right)^{4}}=}\)

49.

Simplify the following expression.

\(\displaystyle{ {3r^{5}n^{5}\!\left(2rn^{5}\right)^{5}}=}\)

50.

Simplify the following expression.

\(\displaystyle{ {2a^{4}b^{4}\!\left(-2ab^{4}\right)^{4}}=}\)

51.

Simplify the following expression.

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

52.

Simplify the following expression.

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

53.

Simplify the following expression.

\(\displaystyle{ (3c^{5})\left(c^{4}\right)^{3}-(5c)(4c^{8})=}\)

54.

Simplify the following expression.

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

55.

Simplify the following expression.

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

56.

Simplify the following expression.

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

These exercises involve the distributive property and rules of exponents.

57.

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

58.

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

59.

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

60.

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

61.

Use the distributive property to simplify \({8+9q\!\left(3+2q\right)}\) completely.

62.

Use the distributive property to simplify \({5+5a\!\left(9+7a\right)}\) completely.

63.

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

64.

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

65.

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

66.

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

67.

Fully simplify \({-2\!\left(6x-5\right)-6\!\left(8x+2\right)}\text{.}\)

68.

Fully simplify \({3\!\left(2x+9\right)+6\!\left(-2x-5\right)}\text{.}\)

69.

Fully simplify \({-4\!\left(9x-3\right)+7\!\left(-5x-8\right)}\text{.}\)

70.

Fully simplify \({-5\!\left(6x+8\right)-8\!\left(x-3\right)}\text{.}\)

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. *I encourage you to 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\) \(= {2x^{70}}\)