Module 1.2 – Exponent Rules

Learning Objectives

In this section, you will:

  • Review the product rule for exponents.
  • Review the quotient rule for exponents.
  • Review the power rule for exponents.
  • Review the zero exponent rule.
  • Review the negative exponent rule.
  • Find powers of products and quotients.
  • Simplify exponential expressions.

Mathematicians, scientists, and economists commonly encounter very large and very small numbers. But it may not be obvious how common such figures are in everyday life. For instance, a pixel is the smallest unit of light that can be perceived and recorded by a digital camera. A particular camera might record an image that is 2,048 pixels by 1,536 pixels, which is a very high resolution picture. It can also perceive a color depth (gradations in colors) of up to 48 bits per frame, and can shoot the equivalent of 24 frames per second. The maximum possible number of bits of information used to film a one-hour (3,600-second) digital film is then an extremely large number.

Using a calculator, we enter $2,048 \cdot 1,536 \cdot 48 \cdot 24 \cdot 3,600$ and press ENTER. The calculator displays 1.304596316E13. What does this mean? The “E13” portion of the result represents the exponent 13 of ten, so there are a maximum of approximately $1.3 \cdot 10^{13}$ bits of data in that one-hour film. In this section, we review rules of exponents first and then apply them to calculations involving very large or small numbers.

Summary of Exponent Rules

Here we gather a list of exponent rules for quick reference. Read on for descriptions, explanations, and examples of each rule.

Exponent Rules

For any non-zero real numbers $a$ and $b$, and integers $m$ and $n$, we have

\begin{align*}

a^{m} \cdot a^{n} &= a^{m+n}   &   \text{the product rule for exponents} \\

\dfrac{a^{m}}{a^{n}} &= a^{m-n}   &   \text{the quotient rule for exponents} \\

(a^{m})^{n} &= a^{m \cdot n}   &   \text{the power rule for exponents} \\

a^{0} &= 1   &   \text{the zero exponent rule} \\

a^{-n} &= a^{n}   &   \text{the negative exponent rule} \\

(ab)^{n} &= a^{n} b^{n}   &   \text{the power of a product rule} \\

\left( \dfrac{a}{b} \right)^{n} &= \dfrac{a^{n}}{b^{n}}   &   \text{the power of a quotient rule} \\

\end{align*}

Using the Product Rule of Exponents

Consider the product $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.

\[

x^{3} \cdot x^{4} = (x \cdot x \cdot x) \cdot (x \cdot x \cdot x \cdot x) = x \cdot x \cdot x \cdot x \cdot x \cdot x \cdot x = x^{7}

\]

The result is that $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.

\[

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

\]

Now consider an example with real numbers.

\[

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 $2^{3}$ is 8, $2^{4}$ is 16, and $2^{7}$ is 128. The product $8 \cdot 16$ equals 128, so the relationship holds. 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.

the product rule of exponents
For any real number $a$ and natural numbers $m$ and $n$, the product rule of exponents states that
\[
a^{m} \cdot a^{n} = a^{m+n}
\]

Example 1  Using the Product Rule

Write each of the following products with a single base. Do not simplify further.

  1. $t^{5} \cdot t^{3}$
  2. $(-3)^{5} \cdot (-3)$
  3. $x^{2} \cdot x^{5} \cdot x^{3}$

Solution  Use the product rule to simplify each expression.

  1. $t^{5} \cdot t^{3} = t^{5+3} = t^{8}$
  2. $(-3)^{5} \cdot (-3) = (-3)^{5} \cdot (-3)^{1} = (-3)^{5+1} = (-3)^{6}$
  3. $x^{2} \cdot x^{5} \cdot x^{3} = (x^{2} \cdot x^{5}) \cdot x^{3} = x^{2+5} \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: $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. $k^{6} \cdot k^{9}$
  2. $\left(\frac{2}{y}\right)^{4} \cdot \left(\frac{2}{y}\right)$
  3. $t^{3} \cdot t^{6} \cdot t^{5}$

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 $\dfrac{a^{m}}{a^{n}}$, where $m > n$. Consider the example $\dfrac{a^{9}}{a^{5}}$. Perform the division by canceling common factors.

\begin{align*}

\dfrac{a^{9}}{a^{5}} &= \dfrac{a \cdot a \cdot a \cdot a \cdot a \cdot a \cdot a \cdot a \cdot a}{a \cdot a \cdot a \cdot a \cdot a} \\

&= \dfrac{a \cdot a \cdot a \cdot a}{1}   &   \text{after canceling common factors}\\

&= a^{4}

\end{align*}

Notice that the exponent of the quotient is the difference between the exponents of the divisor and dividend.

\[

\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.

\[

\dfrac{a^{9}}{a^{5}} = a^{9-5} = a^{4}

\]

For the time being, we must be aware of the condition $m > n$. Otherwise, the difference $m − 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.

the quotient rule of exponents
For any non-zero real number $a$ and natural numbers $m$ and $n$, such that $m > n$, the quotient rule of exponents states that
\[
\dfrac{a^{m}}{a^{n}} = a^{m-n}
\]

Example 2  Using the Quotient Rule

Write each of the following products with a single base. Do not simplify further.

  1. $\dfrac{(-2)^{14}}{(-2)^{9}}$
  2. $\dfrac{t^{23}}{t^{15}}$
  3. $\dfrac{(z\sqrt{2})^{5}}{z\sqrt{2}}$

Solution  Use the quotient rule to simplify each expression.

  1. $\dfrac{(-2)^{14}}{(-2)^{9}} = (-2)^{14-9} = (-2)^{5}$
  2. $\dfrac{t^{23}}{t^{15}} = t^{23-15} = t^{8}$
  3. $\dfrac{(z\sqrt{2})^{5}}{z\sqrt{2}} = \dfrac{(z\sqrt{2})^{5}}{(z\sqrt{2})^{1}} = (z\sqrt{2})^{5-1} = (z\sqrt{2})^{4}$

Try It

Write each of the following products with a single base. Do not simplify further.

  1. $\dfrac{s^{75}}{s^{68}}$
  2. $\dfrac{(-3)^{6}}{-3}$
  3. $\dfrac{(ef^{2})^{5}}{(ef^{2})^{3}}$

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 $(x^{2})^{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*}

(x^{2})^{3} &= (x^{2}) \cdot (x^{2}) \cdot (x^{2}) \\

&= (x \cdot x) \cdot (x \cdot x) \cdot (x \cdot x) \\

&= x \cdot x \cdot x \cdot x \cdot x \cdot x \\

&= x^{6}

\end{align*}

The exponent of the answer is the product of the exponents: $(x^{2})^{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.

\[

(a^{m})^{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 Rule Power Rule
\[

5^{3} \cdot 5^{4} = 5^{3+4} = 5^{7}

\]

but \[

(5^{3})^{4} &= 5^{3 \cdot 4} = 5^{12}

\]

\[

x^{5} \cdot x^{2} = x^{5+2} = x^{7}

\]

but \[

(x^{5})^{2} &= x^{5 \cdot 2} = x^{10}

\]

\[

(3a)^{7} \cdot (3a)^{10} = (3a)^{7+10} = (3a)^{17}

\]

but \[

((3a)^{7})^{10} &= (3a)^{7 \cdot 10} = (3a)^{70}

\]

the power rule of exponents
For any real number $a$ and positive integers $m$ and $n$, the power rule of exponents states that
\[
(a^{m})^{n} = a^{m \cdot n}
\]

Example 3  Using the Power Rule

Write each of the following products with a single base. Do not simplify further.

  1. $(x^{2})^{7}$
  2. $((2t)^{5})^{3}$
  3. $((-3)^{5})^{11}$

Solution   Use the power rule to simplify each expression.

  1. $(x^{2})^{7} = x^{2 \cdot 7} = x^{14}$
  2. $((2t)^{5})^{3} = (2t)^{5 \cdot 3} = (2t)^{15}$
  3. $((-3)^{5})^{11} = (-3)^{5 \cdot 11} = (-3)^{55}$

Try It

Write each of the following products with a single base. Do not simplify further.

  1. $((3y)^{8})^{3}$
  2. $(t^{5})^{7}$
  3. $((-g)^{4})^{4}$

Using the Zero Exponent Rule of Exponents

Return to the quotient rule. We made the condition that $m > n$ so that the difference $m − n$ would never be zero or negative. What would happen if $m = n$? In this case, we would use the zero exponent rule of exponents to simplify the expression to 1. To see how this is done, let us begin with an example.

\[

\dfrac{t^{8}}{t^{8}} = 1

\]

If we were to simplify the original expression using the quotient rule, we would have

\[

\dfrac{t^{8}}{t^{8}} = t^{8-8} = t^{0}

\]

If we equate the two answers, the result is $t^{0} = 1$. This is true for any nonzero real number, or any variable representing a real number.

\[

a^{0} = 1

\]

The sole exception is the expression $0^{0}$. This appears later in more advanced courses, but for now, we will consider the value to be undefined.

the zero exponent rule of exponents
For any non-zero real number $a$, the zero exponent rule of exponents states that
\[
a^{0} = 1
\]

Example 4  Using the Zero Exponent Rule

Simplify each expression using the zero exponent rule of exponents.

  1. $\dfrac{c^{3}}{c^{3}}$
  2. $\dfrac{-3x^{5}}{x^{5}}$
  3. $\dfrac{(j^{2}k)^{4}}{(j^{2}k) \cdot (j^{2}k)^{3}}$
  4. $\dfrac{5(rs^{2})^{2}}{(rs^{2})^{2}}$

Solution  Use the zero exponent and other rules to simplify each expression.

  1. $\dfrac{c^{3}}{c^{3}} = c^{3-3} = c^{0} = 1$
  2. $\dfrac{-3x^{5}}{x^{5}} = -3 \cdot \dfrac{x^{5}}{x^{5}} = -3 \cdot x^{5-5} = -3 \cdot x^{0} = -3 \cdot 1 = -3$
  3. $\dfrac{(j^{2}k)^{4}}{(j^{2}k) \cdot (j^{2}k)^{3}} = \dfrac{(j^{2}k)^{4}}{(j^{2}k)^{1+3}} = \dfrac{(j^{2}k)^{4}}{(j^{2}k)^{4}} = (j^{2}k)^{4-4} = (j^{2}k)^{0} = 1$
  4. $\dfrac{5(rs^{2})^{2}}{(rs^{2})^{2}} = 5 \cdot \dfrac{(rs^{2})^{2}}{(rs^{2})^{2}} = 5 \cdot (rs^{2})^{2-2} = 5 \cdot (rs^{2})^{0} = 5 \cdot 1 = 5$

Try It

Simplify each expression using the zero exponent rule of exponents.

  1. $\dfrac{t^{7}}{t^{7}}$
  2. $\dfrac{(de^{2})^{11}}{2(de^{2})^{11}}$
  3. $\dfrac{w^{4} \cdot w^{2}}{w^{6}}$
  4. $\dfrac{t^{3} \cdot t^{4}}{t^{2} \cdot t^{5}}$

Using the Negative Rule of Exponents

Another useful result occurs if we relax the condition that $m > n$ in the quotient rule even further. For example, can we simplify $\dfrac{h^{3}}{h^{5}}$? When $m < n$ — that is, where the difference $m − n$ is negative — we can use the negative rule of exponents to simplify the expression to its reciprocal.

Divide one exponential expression by another with a larger exponent. Use our example, $\dfrac{h^{3}}{h^{5}}$.

\begin{align*}

\dfrac{h^{3}}{h^{5}} &= \dfrac{h \cdot h \cdot h}{h \cdot h \cdot h \cdot h \cdot h} \\

&= \dfrac{1}{h \cdot h}   &   \text{after canceling common factors}\\

&= \dfrac{1}{h^{2}}

\end{align*}

If we were to simplify the original expression using the quotient rule, we would have

\[

\dfrac{h^{3}}{h^{5}} = h^{3-5} = h^{-2}

\]

Putting the answers together, we have $h^{-2} = \dfrac{1}{h^{2}}$. This is true for any nonzero real number, or any variable representing a nonzero real number.

A factor with a negative exponent becomes the same factor with a positive exponent if it is moved across the fraction bar—from numerator to denominator or vice versa.

\[

a^{-n} = \dfrac{1}{a^{n}} \quad\text{and}\quad a^{n} = \dfrac{1}{a^{-n}}

\]

We have shown that the exponential expression $a^{n}$ is defined when $n$ is a natural number, 0, or the negative of a natural number. That means that an is defined for any integer $n$. Also, the product and quotient rules and all of the rules we will look at soon hold for any integer $n$.

the negative rule of exponents
For any non-zero real number $a$ and integer $n$, the negative rule of exponents states that
\[
a^{-n} = \dfrac{1}{a^{n}}
\]

Example 5  Using the Negative Exponent Rule

Write each of the following quotients with a single base. Do not simplify further. Write answers with positive exponents.

  1. $\dfrac{\theta^{3}}{\theta^{10}}$
  2. $\dfrac{z^{2} \cdot z}{z^{4}}$
  3. $\dfrac{(-5t^{3})^{4}}{(-5t^{3})^{8}}$

Solution

  1. $\dfrac{\theta^{3}}{\theta^{10}} = \theta^{3-10} = \theta^{-7} = \dfrac{1}{\theta^{7}}$
  2. $\dfrac{z^{2} \cdot z}{z^{4}} = \dfrac{z^{2+1}}{z^{4}} = \dfrac{z^{3}}{z^{4}} = z^{3-4} = z^{-1} = \dfrac{1}{z}$
  3. $\dfrac{(-5t^{3})^{4}}{(-5t^{3})^{8}} = (-5t^{3})^{4-8} = (-5t^{3})^{-4} = \dfrac{1}{(-5t^{3})^{4}}$

Try It

Write each of the following quotients with a single base. Do not simplify further. Write answers with positive exponents.

  1. $\dfrac{(-3t)^{2}}{(-3t)^{8}}$
  2. $\dfrac{f^{47}}{f^{49} \cdot f}$
  3. $\dfrac{2k^{4}}{5k^{7}}$

Example 6  Using the Product and Quotient Rules

Write each of the following products with a single base. Do not simplify further. Write answers with positive exponents.

  1. $b^{2} \cdot b^{-8}$
  2. $(-x)^{5} \cdot (-x)^{-5}$
  3. $\dfrac{-7z}{(-7z)^{5}}$

Solution

  1. $b^{2} \cdot b^{-8} = b^{2 + (-8)} = b^{2-8} = b^{-6} = \dfrac{1}{b^{6}}$
  2. $(-x)^{5} \cdot (-x)^{-5} = (-x)^{5 + (-5)} = (-x)^{5-5} = (-x)^{0} = 1$
  3. $\dfrac{-7z}{(-7z)^{5}} = \dfrac{(-7z)^{1}}{(-7z)^{5}} = (-7z)^{1-5} = (-7z)^{-4} = \dfrac{1}{(-7z)^{4}}$

Try It

Write each of the following products with a single base. Do not simplify further. Write answers with positive exponents.

  1. $t^{-11} \cdot t^{6}$
  2. $\dfrac{25^{12}}{25^{13}}$

Finding the Power of a Product

To simplify the power of a product of two exponential expressions, we can use the power of a product rule of exponents, which breaks up the power of a product of factors into the product of the powers of the factors. For instance, consider $(pq)^{3}$. We begin by using the associative and commutative properties of multiplication to regroup the factors.

\begin{align*}

(pq)^{3} &= (pq) \cdot (pq) \cdot (pq) \\

&= p \cdot q \cdot p \cdot q \cdot p \cdot q \\

&= (p \cdot p \cdot p) \cdot (q \cdot q \cdot q) \\

&= p^{3} \cdot q^{3}

\end{align*}

In other words, $(pq)^{3} = p^{3} \cdot q^{3}$.

the power of a product rule of exponents
For any non-zero real numbers $a$ and $b$, and integer $n$, the power of a product rule of exponents states that
\[
(ab)^{n} = a^{n} b^{n}
\]

Example 7  Using the Power of a Product Rule

Simplify each of the following products as much as possible using the power of a product rule. Write answers with positive exponents.

  1. $(ab^{2})^{3}$
  2. $(2t)^{15}$
  3. $(-2w^{3})^{3}$
  4. $\dfrac{1}{(-7z)^{4}}$
  5. $(e^{-2}f^{2})^{7}$

Solution  Use the product and quotient rules and the new definitions to simplify each expression.

  1. $(ab^{2})^{3} = a^{3} \cdot (b^{2})^{3} = a^{3} b^{2 \cdot 3} = a^{3} b^{6}$
  2. $(2t)^{15} = 2^{15} \cdot t^{15} = 32,768t^{15}$
  3. $(-2w^{3})^{3} = (-2)^{3} \cdot (w^{3})^{3} = -8 \cdot w^{3 \cdot 3} = -8w^{9}$
  4. $\dfrac{1}{(-7z)^{4}} = \dfrac{1}{(-7)^{4}} \cdot z^{4}} = \dfrac{1}{2,401z^{4}}$
  5. $(e^{-2}f^{2})^{7} = (e^{-2})^{7} \cdot (f^{2})^{7} = e^{-2 \cdot 7} \cdot f^{2 \cdot 7} = e^{-14} f^{14} = \dfrac{1}{e^{14}} \cdot f^{14} = \dfrac{f^{14}}{e^{14}}$

Try It

Simplify each of the following products as much as possible using the power of a product rule. Write answers with positive exponents.

  1. $(g^{2} h^{3})^{5}$
  2. $(5t)^{3}$
  3. $(-3y^{5})^{3}$
  4. $\dfrac{1}{(a^{6} b^{7})^{3}}$
  5. $(r^{3} s^{-2})^{4}$

Finding the Power of a Quotient

To simplify the power of a quotient of two expressions, we can use the power of a quotient rule, which states that the power of a quotient of factors is the quotient of the powers of the factors. For example, let’s look at the following example.

\[

(e^{-2} f^{2})^{7} = \dfrac{f^{14}}{e^{14}}

\]

Let’s rewrite the original problem differently and look at the result.

\begin{align*}

(e^{-2} f^{2})^{7} &= \left( \dfrac{1}{e^{2}} \cdot f^{2} \right)^{7} \\

&= \left( \dfrac{f^{2}}{e^{2}} \right)^{7}

\end{align*}

Thus, $\left( \dfrac{f^{2}}{e^{2}} \right)^{7} = \dfrac{f^{14}}{e^{14}}$, and it appears that we can use the power of a product rule as a power of a quotient rule.

\begin{align*}

\left( \dfrac{f^{2}}{e^{2}} \right)^{7} &= \dfrac{(f^{2})^{7}}{(e^{2})^{7}} \\

&= \dfrac{f^{2 \cdot 7}}{e^{2 \cdot 7}} \\

&= \dfrac{f^{14}}{e^{14}}

\end{align*}

the power of a quotient rule of exponents
For any non-zero real numbers $a$ and $b$ and any integer $n$, the power of a quotient rule of exponents states that
\[
\left( \dfrac{a}{b} \right)^{n} = \dfrac{a^{n}}{b^{n}}
\]

Example 8  Using the Power of a Quotient Rule

Simplify each of the following quotients as much as possible using the power of a quotient rule. Write answers with positive exponents.

  1. $\left( \dfrac{4}{z^{11}} \right)^{3}$
  2. $\left( \dfrac{p}{q^{3}} \right)^{6}$
  3. $\left( \dfrac{-1}{t^{2}} \right)^{27}$
  4. $(j^{3} k^{-2})^{4}$
  5. $(m^{-2} n^{-2})^{3}$

Solution

  1. $\quad$
    \[
    \left( \dfrac{4}{z^{11}} \right)^{3} = \dfrac{4^{3}}{(d^{11})^{3}} = \dfrac{4^{3}}{d^{11 \cdot 3}} = \dfrac{64}{d^{33}}
    \]
  2. $\quad$
    \[
    \left( \dfrac{p}{q^{3}} \right)^{6} = \dfrac{p^{6}}{(q^{3})^{6}} = \dfrac{p^{6}}{q^{3 \cdot 6}} = \dfrac{p^{6}}{q^{18}}
    \]
  3. $\quad$
    \[
    \left( \dfrac{-1}{t^{2}} \right)^{27} = \dfrac{(-1)^{27}}{(t^{2})^{27}} = \dfrac{-1}{t^{2 \cdot 27}} = – \dfrac{1}{t^{54}}
    \]
  4. $\quad$
    \[
    (j^{3} k^{-2})^{4} = \left( \dfrac{j^{3}}{k^{2}} \right)^{4} = \dfrac{(j^{3})^{4}}{(k^{2})^{4}} = \dfrac{j^{3 \cdot 4}}{k^{2 \cdot 4}} = \dfrac{j^{12}}{k^{8}}
    \]
  5. $\quad$
    \begin{align*}
    (m^{-2} n^{-2})^{3} &= \left( \dfrac{1}{m^{2} n^{2}} \right)^{3} \\
    &= \dfrac{(1)^{3}}{(m^{2} n^{2})^{3}} \\
    &= \dfrac{1}{(m^{2})^{3} (n^{2})^{3})} \\
    &= \dfrac{1}{m^{2 \cdot 3} \cdot n^{2 \cdot 3}} \\
    &= \dfrac{1}{m^{6} n^{6}}
    \end{align*}

Try It

Simplify each of the following quotients as much as possible using the power of a quotient rule. Write answers with positive exponents.

  1. $\left( \dfrac{b^{5}}{c} \right)^{3}$
  2. $\left( \dfrac{5}{u^{8}} \right)^{4}$
  3. $\left( \dfrac{-1}{w^{3}} \right)^{35}$
  4. $(p^{-4} q^{3})^{8}$
  5. $(c^{-5} d^{-3})^{4}$

Simplifying Exponential Expressions

Recall that to simplify an expression means to rewrite it by combing terms or exponents; in other words, to write the expression more simply with fewer terms. The rules for exponents may be combined to simplify expressions.

Example 9  Simplifying Exponential Expressions

Simplify each expression and write the answer with positive exponents only.

  1. $(6m^{2}n^{-1})^{3}$
  2. $17^{5} \cdot 17^{-4} \cdot 17^{-3}$
  3. $\left( \dfrac{u^{-1}v}{v^{-1}} \right)^{2}$
  4. $(-2a^{3}b^{-1})(5a^{-2}b^{2})$
  5. $(x^{2} \sqrt{2})^{4} (x^{2} \sqrt{2})^{-4}$
  6. $\dfrac{(3w^{2})^{5}}{(6w^{-2})^{2}}$

Solution

  1. $\quad$
    \begin{align*}
    (6m^{2}n^{-1})^{3} &= (6)^{3} \cdot (m^{2})^{3} \cdot (n^{-1})^{3}   &   \text{the power of a product rule} \\
    &= 216m^{2 \cdot 3}n^{-1 \cdot 3}   &   \text{the power rule} \\
    &= 216m^{6}n^{-3}   &   \text{simplify} \\
    &= \dfrac{216m^{6}}{n^{3}}   &   \text{the negative exponent rule}
    \end{align*}
  2. $\quad$
    \begin{align*}
    17^{5} \cdot 17^{-4} \cdot 17^{-3} &= 17^{5 + (-4) + (-3)}   &   \text{the product rule} \\
    &= 17^{-2}   &   \text{simplify} \\
    &= \dfrac{1}{17^{2}}   &   \text{the negative exponent rule} \\
    &= \dfrac{1}{289}   &   \text{evaluate}
    \end{align*}
  3. $\quad$
    \begin{align*}
    \left( \dfrac{u^{-1}v}{v^{-1}} \right)^{2} &= \dfrac{(u^{-1}v)^{2}}{(v^{-1})^{2}}   &   \text{the power of a quotient rule} \\
    &= \dfrac{u^{-2} v^{2}}{v^{-2}}   &   \text{the power of a product rule} \\
    &= u^{-2} v^{2 – (-2)}   &   \text{the quotient rule} \\
    &= u^{-2} v^{4}   &   \text{simplify} \\
    &= \dfrac{v^{4}}{u^{2}}   &   \text{the negative exponent rule}
    \end{align*}
  4. $\quad$
    \begin{align*}
    &(-2a^{3}b^{-1})(5a^{-2}b^{2}) \\
    &= (-2 \cdot 5) \cdot (a^{3} \cdot a^{-2}) \cdot (b^{-1} \cdot b^{2})   &   \text{rearrange multiplication} \\
    &= -10 \cdot a^{3 + (-2)} \cdot b^{-1 + 2}   &   \text{the product rule} \\
    &= -10ab   &   \text{simplify}
    \end{align*}
  5. $\quad$
    \begin{align*}
    (x^{2} \sqrt{2})^{4} (x^{2} \sqrt{2})^{-4} &= (x^{2} \sqrt{2})^{4 + (-4)}   &   \text{the product rule} \\
    &= (x^{2} \sqrt{2})^{0}   &   \text{simplify} \\
    &= 1   &   \text{the zero exponent rule}
    \end{align*}
  6. $\quad$
    \begin{align*}
    \dfrac{(3w^{2})^{5}}{(6w^{-2})^{2}} &= \dfrac{(3)^{5} \cdot (w^{2})^{5}}{(6)^{2} \cdot (w^{-2})^{2}}   &   \text{the power of a product rule} \\
    &= \dfrac{243w^{10}}{36w^{-4}}   &   \text{the power rule} \\
    &= \dfrac{243}{36} \cdot w^{10 – (-4)}   &   \text{the quotient rule} \\
    &= \dfrac{27}{4} \cdot w^{14}   &   \text{simplify} \\
    &= \dfrac{27w^{14}}{4}
    \end{align*}

Try It

Simplify each expression and write the answer with positive exponents only.

  1. $(2uv^{-2})^{-3}$
  2. $x^{8} \cdot x^{-12} \cdot x$
  3. $\left( \dfrac{e^{2} f^{-3}}{f^{-1}} \right)^{2}$
  4. $(9r^{-5}s^{3})(3r^{6}s^{-4})$
  5. $\left( \dfrac{4}{9} tw^{-2} \right)^{-3} \left( \dfrac{4}{9} tw^{-2} \right)^{3}$
  6. $\dfrac{(2h^{2}k)^{4}}{(7h^{-1}k^{2})^{2}}$

 

License

Mathematics for Business Copyright © by Jonathan Brucks. All Rights Reserved.

Share This Book