Skip to main content
\(\require{cancel}\newcommand{\abs}[1]{\left\lvert#1\right\rvert} \newcommand{\point}[2]{\left(#1,#2\right)} \newcommand{\highlight}[1]{{\color{blue}{{#1}}}} \newcommand{\highlightr}[1]{{\color{red}{{#1}}}} \newcommand{\highlightg}[1]{{\color{green}{{#1}}}} \newcommand{\highlightp}[1]{{\color{purple}{{#1}}}} \newcommand{\highlightb}[1]{{\color{brown}{{#1}}}} \newcommand{\lowlight}[1]{{\color{lightgray}{#1}}} \newcommand{\attention}[1]{\mathord{\overset{\downarrow}{#1}}} \newcommand{\substitute}[1]{{\color{blue}{{#1}}}} \newcommand{\addright}[1]{{\color{blue}{{{}+#1}}}} \newcommand{\addleft}[1]{{\color{blue}{{#1+{}}}}} \newcommand{\subtractright}[1]{{\color{blue}{{{}-#1}}}} \newcommand{\multiplyright}[2][\cdot]{{\color{blue}{{{}#1#2}}}} \newcommand{\multiplyleft}[2][\cdot]{{\color{blue}{{#2#1{}}}}} \newcommand{\divideunder}[2]{\frac{#1}{{\color{blue}{{#2}}}}} \newcommand{\divideright}[1]{{\color{blue}{{{}\div#1}}}} \newcommand{\apple}{\text{🍎}} \newcommand{\banana}{\text{🍌}} \newcommand{\pear}{\text{🍐}} \newcommand{\cat}{\text{đŸ±}} \newcommand{\dog}{\text{đŸ¶}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section1.4Rules of exponents

Subsection1.4.1Written Examples

Consider the product \(x^2x^4\text{.}\) The expression \(x^2\) contains \(2\) factors of \(x\) while the factor of \(x^4\) contains \(4\) factors of \(x\text{,}\) so altogether the expression \(x^2x^4\) contains \(6\) factors of \(x\text{.}\) Note that \(6\) comes from summing \(2\) and \(4\text{.}\) Writing this out using exponent notation we have:

\begin{align*} x^2x^4\amp=x^{2+4}\\ \amp=x^6 \end{align*}

From the above example we can infer the following rule:

\begin{equation*} \text{The Product Rule for Exponents: }x^mx^n=x^{m+n} \end{equation*}

Note that this rule only applies to exponential expressions with a common base (the thing being raised to a power). For example,

\begin{align*} t^6t^{19}\amp=t^{6+19}\\ \amp=t^{25} \end{align*}

On the other hand, there is no way to combine the exponents in the expression \(x^6y^{19}\text{.}\)

When simplifying products containing exponential expressions, you want to group like factors together. For example:

\begin{align*} (x^3y^8)(x^{11}y^4)\amp=(x^3x^{11})(y^8y^4)\\ \amp=x^{3+11}y^{8+4}\\ \amp=x^{14}y^{12} \end{align*}

Let's make sure that the final result makes sense. In terms of \(x\text{,}\) we started with \(3\) factors and another \(11\) factors, so it makes sense that we ended up with \(14\) factors. As for \(y\text{,}\) we started with \(8\) factors and another \(4\) factors, so there are indeed \(12\) factors in all.

While you may very well be able to just count factors in your head without writing out the rule, I suggest that you write out the rule, at least at first. Down the road you will likely encounter negative exponents and even fractional exponents, and when you get there counting factors won't work. The good news is that the rules of exponents stay the same, no matter how bizarre the exponents become. So if you do forget a rule, you can recreate the rule using small positive exponents and then apply that rule to your strange exponents.

Click here to access some practice problems: Practice problems 1.4.2.1

Consider the expression \((x^2)^4\text{.}\) Inside the parentheses there are two factors of \(x\text{,}\) and raising that expression to the fourth power results in \((x \cdot x)(x \cdot x)(x \cdot x)(x \cdot x)\text{.}\) So all together there are two factor of \(x\text{,}\) four times. That is, there are four times two factors of \(x\text{.}\) From this we can infer that when a power of \(x\) is raised to yet another power, the two exponents are multiplied.

\begin{equation*} \text{The Power to a Power Rule for Exponents: }(x^m)^n=x^{m \cdot n} \end{equation*}

For example:

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

This is verified by following the order of operations.

\begin{align*} (2^3)^2\amp=8^2\\ \amp=64 \end{align*}

While it's good practice to write out the product a few times, it's best to get in the habit of simply multiplying the exponents in your head. Writing out the rule helps with retention, but once you get into multi-step simplification problems, writing out each and every step becomes cumbersome. Look at each of the simplifications below and verify that the new exponent is the product of the two original exponents.

\((x^{12})^3=x^{36}\)

\((y^3)^7=y^{21}\)

\((w^{10})^5=w^{50}\)

Click here to access some practice problems: Practice problems 1.4.2.2

Consider the expression \((xy)^3\text{.}\) The expression is short-hand for \((xy)(xy)(xy)\text{,}\) and because multiplication is both commutative and associative, the latter expression is equivalent to \((x \cdot x \cdot x)(y \cdot y \cdot y)\text{.}\) In short:

\begin{equation*} (xy)^3=x^3y^3\text{.} \end{equation*}

In word, we say that exponents distribute over multiplication. Similarly, exponents distribute over quotients Symbolically:

\begin{equation*} \text{The Product to a Power Rule of Exponents: }(xy)^n=x^ny^n \end{equation*}
\begin{equation*} \text{The Quotient to a Power Rule for Exponents: }(\frac{x}{y})^n=\frac{x^n}{y^n} \end{equation*}

The new rules are supported numerically in the side-by-side examples below.

\begin{align*} (3 \cdot 4)^2\amp=3^2 \cdot 4^2\\ \amp=9 \cdot 16\\ \amp=144 \end{align*}
\begin{align*} (3 \cdot 4)^2\amp=12^2\\ \amp=144 \end{align*}
\begin{align*} (\frac{2}{5})^3\amp=\frac{2^3}{5^3}\\ \amp=\frac{2 \cdot 2 \cdot 2}{5 \cdot 5 \cdot 5}\\ \amp=\frac{8}{125} \end{align*}
\begin{align*} (\frac{2}{5})^3\amp=\frac{2}{5} \cdot \frac{2}{5} \cdot \frac{2}{5}\\ \amp=\frac{2 \cdot 2 \cdot 2}{5 \cdot 5 \cdot 5}\\ \amp=\frac{8}{125} \end{align*}

In the examples below, both the product (or quotient)to a power rule, \((xy)^n=x^ny^n\) and the power to a power rule, \((x^m)^n=x^{mn}\) are applied. Please note the the multiplication involved in the power to a power rule was done in "my head."

\begin{align*} (2x^4)^5\amp=2^5(x^4)^5\\ \amp=32x^{20} \end{align*}
\begin{align*} (-x^4y^2)^6\amp=(-1)^6(x^4)^6(y^2)^6\\ \amp=1 \cdot x^{24}y^{12}\\ \amp=x^{24}y^{12} \end{align*}
\begin{align*} (\frac{s^4}{t^7})^4\amp=\frac{(s^4)^4}{(t^7)^4}\\ \amp=\frac{s^{16}}{t^{28}} \end{align*}

One of the great things about the rules of exponents is that when multiple rules have to be applied, the rules can be applied in any order you like. So long as you execute each applicable rule correctly, and resist the urge to make up new rules, you should end up with the correct simplification. Compare the two paths below.

\begin{align*} (\frac{x^3x^6}{y^5})^4\amp=(\frac{x^9}{y^5})^4\\ \amp=\frac{(x^9)^4}{(y^5)^4}\\ \amp=\frac{x^{36}}{y^{20}} \end{align*}
\begin{align*} (\frac{x^3x^6}{y^5})^4\amp=\frac{(x^3)^4(x^6)^4}{(y^5)^4}\\ \amp=\frac{x^{12}x^{24}}{y^{20}}\\ \amp=\frac{x^{36}}{y^{20}} \end{align*}

Click here to access some practice problems for the product to a power rule: Practice problems 1.4.2.3

Click here to access some practice problems where multiple rules of exponents must be applied: Practice problems 1.4.2.4

Consider the following.

\begin{align*} \frac{x^7}{x^5}\amp=\frac{x \cdot x \cdot x \cdot x \cdot x \cdot x}{x \cdot x \cdot x \cdot x \cdot x}\\ \amp=\frac{x}{x} \cdot \frac{x}{x} \cdot \frac{x}{x} \cdot \frac{x}{x} \cdot \frac{x}{x} \cdot \frac{x \cdot x}{1}\\ \amp=1 \cdot 1 \cdot 1 \cdot 1 \cdot 1 \cdot x^2\\ \amp=x^2 \end{align*}
In words, five of the original seven factors of \(x\) that appeared in the numerator divided to one with the five factors of \(x\) that appeared in the denominator, leaving behind \("7-5"\) factors of \(x\) in the numerator. From this we infer the following rule.
\begin{equation*} \text{The Quotient Rule for Exponents: }\frac{x^m}{x^n}=x^{m-n} \end{equation*}
As with the other rules, it's good to write out the step a few times to help with retention, but in the long run you'll want to perform the subtraction in your head. What follows are three examples where the step is shown, followed by two more complicated examples where the calculations (addition, multiplication, or subtraction) were done in my head.
\begin{align*} \frac{w^{76}}{w^{55}}\amp=w^{76-55}\\ \amp=w^{21} \end{align*}
\begin{align*} \frac{a^{12}b^{21}}{a^7b^{11}}\amp=a^{12-7}b^{21-11}\\ \amp=a^5b^{10} \end{align*}
\begin{align*} \frac{3^8}{3^6}\amp=3^{8-6}\\ \amp=3^2\\ \amp=9 \end{align*}
\begin{align*} (\frac{x^5x^{12}}{x^4})^2\amp=(\frac{x^{17}}{x^4})^2\\ \amp=(x^{13})^2\\ \amp=x^{26} \end{align*}
\begin{align*} \frac{(w^3z^5)^2}{(w^2z^2)^3}\amp=\frac{(w^3)^2(z^5)^2}{(w^2)^3(z^2)^3}\\ \amp=\frac{w^6z^{10}}{w^6z^6}\\ \amp=z^4 \end{align*}

One more thing. Consider \(\frac{3^4}{3^4}\text{.}\) That simplifies to \(\frac{81}{81}\text{,}\) which of course is equal to \(1\text{.}\) But according to the quotient rule for exponents:

\begin{align*} \frac{3^4}{3^4}\amp=3^{4-4}\\ \amp=3^0 \end{align*}

Since \(\frac{3^4}{3^4}\) simplifies to both \(3^0\) and \(1\text{,}\) it must be the case that \(3^0=1\text{.}\) In general:

\begin{equation*} \text{Zero Exponents: }x^0=1, x \neq 0 \end{equation*}

Click here to access some practice problems for the quotient to a power rule: Practice problems 1.4.2.5

Click here to access some practice problems where multiple rules of exponents must be applied: Practice problems 1.4.2.6

Recall the quotient rule of exponents:

\begin{equation*} \frac{x^m}{x^n}=x^{m-n}\text{.} \end{equation*}

When you've applied this rule in the past, it is quite possible that there have always been more factors of \(x\) in the numerator than in the denominator, or at the very least an equal number of factors in both locations. In this discussion, we investigate what occurs when there are more factors of \(x\) in the denominator than in the numerator.

Consider the expression \(\frac{x^2}{x^5}\text{.}\) We can regroup the factors into the product of three fractions and simplify, specifically:

\begin{align*} \frac{x^2}{x^5}\amp=\frac{x}{x}\cdot\frac{x}{x}\cdot\frac{1}{x^3}\\ \amp=\frac{1}{x^3} \end{align*}

On the other hand, if we apply the quotient rule of exponents we get:

\begin{align*} \frac{x^2}{x^5}\amp=x^{2-5}\\ \amp=x^{-3} \end{align*}

Employing the transitive property of equality, we must then conclude that:

\begin{equation*} x^{-n}=\frac{1}{x^n}, x\neq0\text{.} \end{equation*}

For example:

\begin{align*} 2^{-3}\amp=\frac{1}{2^3}\\ \amp=\frac{1}{8} \end{align*}

You can confirm this equivalence on a scientific calculator by showing that both \(2^{-3}\) and \(\frac{1}{8}\) evaluate to \(0.125\text{.}\)

One way you could think of a negative exponent is that it's telling you to move the location of the factor - when the move is made, the exponent becomes positive. So far, the only such move we've discussed is \(x^{-n}=\frac{1}{x^n}\text{.}\) In this context, let's address one common error made with negative exponents.

When a factor with a negative exponent is preceded by a constant factor, many folks like to move the constant factor right along with the factor that has an exponent. For example, many folks will write that \(4x^{-2}\) is equal to \(\frac{1}{4x^2}\text{.}\) Unfortunately this is not correct. According to Order of Operations (PEMDAS), exponents need to be applied before multiplication is performed. For example:

\begin{align*} 4\times 3^2\amp=4\times 9\\ \amp=36 \end{align*}

Similarly:

\begin{align*} 4\times 3^{-2}\amp=4\times\frac{1}{3^2}\\ \amp=4\times\frac{1}{9}\\ \amp=\frac{4}{9} \end{align*}

and

\begin{align*} 4x^{-2}\amp=4\times\frac{1}{x^2}\\ \amp=\frac{4}{x^2} \end{align*}

Click here to access some practice problems: Practice problems 1.4.2.8

We've explored simple expressions of the form \(x^{-n}\) and \(kx^{-n}\text{,}\) where \(k\) is a constant. Now let's explore more complicated expressions, expressions with factors that have negative exponents but the factors appear in various locations of the expressions.

Let's begin with the expression \(\frac{1}{x^{-3}}\text{.}\) There is more than one way to determine an equivalent expression with a positive exponent. I'm going to make the determination by multiplying the expression by \(1\text{.}\) Specifically:

\begin{align*} \frac{1}{x^{-3}}\amp=\frac{1}{x^{-3}}\cdot\frac{x^3}{x^3}\\ \amp=\frac{x^3}{x^0}\\ \amp=\frac{x^3}{1}\\ \amp=x^3 \end{align*}

From this one example, we can infer that \(\frac{1}{x^{-n}}=x^n\text{.}\) If we express our two rules side by side, we both sides of the equation stated as fractions, We should be able to identify a pattern.

\begin{equation*} \frac{x^{-n}}{1}=\frac{1}{x^n} \end{equation*}
\begin{equation*} \frac{1}{x^{-n}}=\frac{x^n}{1} \end{equation*}

One way that we can think of a negative exponent is like one of those annoying light switches where sometimes up means the light is on but at other times up means the light is off (dependent upon the position of another switch connected to the same light). For any given factor in a fractional expression, positioning the factor on one side of the fraction bar corresponds to the factor having a positive exponent and positioning the factor on the other side of the fraction bar corresponds to the factor having a negative exponent. The catch is that you have to determine the arrangement for each individual factor. This is established by the exponents present in the original expression. Regardless of the arrangement, any time a factor with an exponent moves across the fraction bar, the sign on the exponent reverses.

Let's consider the expression \(\frac{x^{-3}}{y^4}\text{.}\) In this expression, both \(x\) and \(y\) will have negative exponents when they are in the numerator and positive exponents in the denominator. When both factors are in the numerator, the remaining denominator is a factor of \(1\) which generally is not written. Below are the four germane equivalent expressions.

\begin{equation*} x^{-3}y^{-4}=\frac{x^{-3}}{y^4}=\frac{y^{-4}}{x^3}=\frac{1}{x^3y^4} \end{equation*}

While all of the manipulative rules of exponents (e.g., \(x^mx^n=x^{m+n}\)) apply equally to both positive and negative exponents, when working with fractional expressions, most people find it easier to begin a simplification process by first rearranging the factors so that all exponents are positive. Doing so not only simplifies the arithmetic, it also makes it much more intuitive as to the ultimate positioning of any given variable so that its exponent is positive.

Consider the expression \(\frac{x^{-7}}{x^{-3}}\text{.}\) When we simplify the expression, we have two objectives: only one occurrence of \(x\) and no negative exponents. While it might be obvious to you where the factor \(x\) needs to reside, most folks feel more secure making that call after first rearranging the factors so that both exponents are positive.

\begin{equation*} \frac{x^{-7}}{x^{-3}}=\frac{x^3}{x^7} \end{equation*}

It is now fairly intuitive that there four more factors of \(x\) in the denominator than in the numerator. Putting it all together, we have:

\begin{align*} \frac{x^{-7}}{x^{-3}}\amp=\frac{x^3}{x^7}\\ \amp=\frac{1}{x^4} \end{align*}

Note that we can infer a rule of exponents from the last example. This new rule is shown below along with a rule established in an earlier lesson.

\begin{equation*} \frac{x^m}{x^n}=\frac{x^{m-n}}{1} \end{equation*}
\begin{equation*} \frac{x^m}{x^n}=\frac{1}{x^{n-m}} \end{equation*}

With our objective being positive exponents, for any given variable we use the rule that results in the variable being positioned on the side of the fraction bar that originally had the greater exponent. Let's reconsider \(\frac{x^{-7}}{x^{-3}}\text{.}\) Because \(-3\) is greater that \(-7\text{,}\) we know that the factor of \(x\) will ultimately reside in the denominator of the expression. Using our new rule we have:

\begin{align*} \frac{x^{-7}}{x^{-3}}\amp=\frac{1}{x^{-3-(-7)}}\\ \amp=\frac{1}{x^{-3+7}}\\ \amp=\frac{1}{x^4} \end{align*}

As mentioned previously, most folks find the entire process easier if they begin by moving factors so that all exponents are positive. That said, work within your own comfort zone. The great thing about simplifying expressions using the rules of exponents is that so long as you have a clear goal in mind and you apply the rules correctly (and don't make up your own rules!), you'll eventually arrive at your goal.

Click here to access some practice problems: Practice problems 1.4.2.9

When simplifying variable expressions that contain negative exponents, you have the choice of first making all exponents positive and then applying the other rules of exponents or rather working with the negative exponents. When evaluating numerical expressions with negative exponents, you have no such choice—you have to start with making the exponents positive and then multiplying together the appropriate number of factors. The three rules you can use are:

\begin{equation*} x^{-n}=\frac{1}{x^n} \end{equation*}
\begin{equation*} \frac{1}{x^{-n}}=x^n \end{equation*}
\begin{equation*} (\frac{a}{b})^n=(\frac{b}{a})^{-n} \end{equation*}

Several examples follow.

\begin{align*} 5^{-2}\amp=\frac{1}{5^2}\\ \amp=\frac{1}{25} \end{align*}
\begin{align*} \frac{3}{2^{-1}}\amp=3\times 2^1\\ \amp=3\times 2\\ \amp=6 \end{align*}
\begin{align*} (\frac{4}{5})^{-2}\amp=(\frac{5}{4})^2\\ \amp=\frac{25}{16} \end{align*}

Click here to access some practice problems: Practice problems 1.4.2.10

  • The Product Rule for Exponents:

    \begin{equation*} x^m \cdot x^n=x^{m+n} \end{equation*}
  • The Power to a Power Rule for Exponents:

    \begin{equation*} (x^m)^n=x^{mn} \end{equation*}
  • The Product to a Power Rule for Exponents:

    \begin{equation*} (xy)^n=x^ny^n \end{equation*}
  • The Quotient to a Power Rule for Exponents:

    \begin{equation*} (\frac{x}{y})^n=\frac{x^n}{y^n} \end{equation*}
  • The Quotient Rules for Exponents:

    \begin{equation*} \frac{x^m}{x^n}=x^{m-n} \text{ and } \frac{x^m}{x^n}=\frac{1}{x^{n-m}} \end{equation*}
  • Zero Exponent:

    \begin{equation*} x^0=1 \text{ for } x \neq 0 \end{equation*}
  • Negative Exponents:

    \begin{equation*} x^{-n}=\frac{1}{x^n} \end{equation*}
  • Properties if Negative Exponents:

    \begin{equation*} \frac{1}{x^{-n}}=x^n \text{ and } (\frac{x}{y})^{-n}=(\frac{y}{x})^n \end{equation*}

Subsection1.4.2Practice Exercises (with step-by-step solutions)

Simplify each of the following expressions. The expression is not simplified unless each variable appears only once and there is only one constant factor. As noted in the examples, I suggest that you write out the Product Rule for Exponents step to help you internalize it. When you get to more complicated examples, you'll probably want to just add appropriate exponents in you head.

  1. \(x^2x^5\)
  2. \(a^3a\)
  3. \(y^3y^3\)
  4. \(w^{27}w^{42}\)
  5. \(x^{44}x^{17}\)
  6. \((a^4b^2)(a^7b)\)
  7. \((3x^6)(-2x^5)\)
  8. \((4y^{12})(\frac{y^{12}}{4})\)

Solution
  1. \(\begin{aligned}[t] x^2x^5\amp=x^{2+5}\\ \amp=x^7 \end{aligned}\)
  2. \(\begin{aligned}[t] a^3a\amp=a^3a^1\\ \amp=a^{3+1}\\ \amp=a^4 \end{aligned}\)
  3. \(\begin{aligned}[t] y^3y^3\amp=y^{3+3}\\ \amp=y^6 \end{aligned}\)
  4. \(\begin{aligned}[t] w^{27}w^{42}\amp=w^{27+42}\\ \amp=w^{69} \end{aligned}\)
  5. \(\begin{aligned}[t] x^{44}x^{17}\amp=x^{44+17}\\ \amp=x^{61} \end{aligned}\)
  6. \(\begin{aligned}[t] (a^4b^2)(a^7b)\amp=a^{4+7}b^{2+1}\\ \amp=a^{11}b^3 \end{aligned}\)
  7. \(\begin{aligned}[t] (3x^6)(-2x^5)\amp=(3 \cdot -2)x^{6+5}\\ \amp=-6x^{11} \end{aligned}\)
  8. \(\begin{aligned}[t] (4y^{12})(\frac{y^{12}}{4})\amp=(4 \cdot \frac{1}{4})y^{12+12}\\ \amp=1 \cdot y^{24}\\ \amp=y^{24} \end{aligned}\)

Simplify each of the following expressions.

  1. \((x^2)^3\)
  2. \((t^4)^2\)
  3. \((w^3)^2\)
  4. \((w^{20})^4\)

Solution
  1. \(\begin{aligned}[t] (x^2)^3\amp=x^{2 \times 3}\\ \amp=x^6 \end{aligned}\)
  2. \(\begin{aligned}[t] (t^4)^2\amp=t^{4 \times 2}\\ \amp=t^8 \end{aligned}\)
  3. \(\begin{aligned}[t] (w^3)^2\amp=w^{3 \times 2}\\ \amp=w^6 \end{aligned}\)
  4. \(\begin{aligned}[t] (w^{20})^4\amp=w^{20 \times 4}\\ \amp=w^{80} \end{aligned}\)

Simplify each of the following expressions.

  1. \((ab)^4\)
  2. \((2a)^3\)
  3. \((-3t)^4\)

Solution
  1. \((ab)^4=a^4b^4\)
  2. \(\begin{aligned}[t] (2a)^3\amp=2^3a^3\\ \amp=8a^3 \end{aligned}\)
  3. \(\begin{aligned}[t] (-3t)^4\amp=(-3)^4t^4\\ \amp=81t^4 \end{aligned}\)

Simplify each of the following expressions.

  1. \((4x^5)^3\)
  2. \((-2w^2)^4\)
  3. \((3t^{12})(-t^{64})\)
  4. \((\frac{1}{2}r^7)^5\)
  5. \((-2s^4t)^7\)
  6. \((-x^2y^4)^2\)

Solution
  1. \(\begin{aligned}[t] (4x^5)^3\amp=4^3(x^5)^3\\ \amp=64x^{15} \end{aligned}\)
  2. \(\begin{aligned}[t] (-2w^2)^4\amp=(-2)^4(w^2)^4\\ \amp=16w^8 \end{aligned}\)
  3. \((3t^{12})(-t^{64})=-3t^{76}\)
  4. \(\begin{aligned}[t] (\frac{1}{2}r^7)^5\amp=(\frac{1}{2})^5(r^7)^5\\ \amp=\frac{1}{32}r^{35} \end{aligned}\)
  5. \(\begin{aligned}[t] (-2s^4t)^7\amp=(-2)^7(s^4)^7t^7\\ \amp=-128s^{28}t^7 \end{aligned}\)
  6. \(\begin{aligned}[t] (-x^2y^4)^2\amp=(-1)^2(x^2)^2(y^4)^2\\ \amp=1 \cdot x^4y^8\\ \amp=x^4y^8 \end{aligned}\)

Simplify each of the following expressions.

  1. \(\frac{x^5}{x^3}\)
  2. \(\frac{2^5}{2^3}\)
  3. \(\frac{w^{59}}{w^{36}}\)
  4. \(\frac{x^9}{x^9}\)

Solution
  1. \(\begin{aligned}[t] \frac{x^5}{x^3}\amp=x^{5-3}\\ \amp=x^2 \end{aligned}\)
  2. \(\begin{aligned}[t] \frac{2^5}{2^3}\amp=\frac{32}{8}\\ \amp=4 \end{aligned}\)
  3. \(\begin{aligned}[t] \frac{w^{59}}{w^{36}}\amp=w^{59-36}\\ \amp=w^{23} \end{aligned}\)
  4. \(\begin{aligned}[t] \frac{x^9}{x^9}\amp=x^{9-9}\\ \amp=x^0\\ \amp=1 \end{aligned}\)

Simplify each of the following.

  1. \((\frac{x}{y})^3\)
  2. \((\frac{2}{t})^4\)
  3. \((\frac{x^8}{x^5})^7\)
  4. \((-\frac{3z^5}{xy^2})^4\)
  5. \((\frac{2^{11}x^4}{y^{77}z^{12}})^0\)

Solution
  1. \((\frac{x}{y})^3=\frac{x^3}{y^3}\)
  2. \(\begin{aligned}[t] (\frac{2}{t})^4\amp=\frac{2^4}{t^4}\\ \amp=\frac{16}{t^4} \end{aligned}\)
  3. \(\begin{aligned}[t] (\frac{x^8}{x^5})^7\amp=(x^3)^7\\ \amp=x^{21} \end{aligned}\)
  4. \(\begin{aligned}[t] (-\frac{3z^5}{xy^2})^4\amp=(-1)^4 \cdot \frac{3^4(z^5)^4}{x^4(y^2)^4}\\ \amp=1 \cdot \frac{81z^{20}}{x^4y^8}\\ \amp=\frac{81z^{20}}{x^4y^8} \end{aligned}\)
  5. \((\frac{2^{11}x^4}{y^{77}z^{12}})^0=1\)

Unless the negative sign is inside parentheses that have an attached exponent, exponents do not apply to the negative sign. Put another way, if an exponential expression is preceded by a negative sign, no exponent affects the negative sign unless the negative sign is part of a parenthetical expression.

A question for you: which of the following expressions evaluate to negative values?

  1. \(-2^3\)
  2. \(-3^2\)
  3. \(-100^{100}\)
  4. \(-101^{101}\)
  5. \(-1^6\)

Solution

All of the expressions evaluate to a negative values. Because none of the negative signs are in parentheses, none of the exponents have any affect upon the negative signs.

Completely simplify each expression. Make sure that your final expression contains no negative exponents.

  1. \(t^{-6}\)
  2. \(2y^{-6}\)
  3. \(-t^{-6}\)
  4. \(-4a^{-2}\)
  5. \(x^{-9}x^5\)

Solution
  1. \(t^{-6}=\frac{1}{t^6}\)
  2. \(\begin{aligned}[t] 2y^{-6}\amp=2\times\frac{1}{y^6}\\ \amp=\frac{2}{y^6} \end{aligned}\)

  3. \(-t^{-6}=-\frac{1}{t^6}\)
  4. \(\begin{aligned}[t] -4a^{-2}\amp=-4\times\frac{1}{a^2}\\ \amp=-\frac{4}{a^2} \end{aligned}\)

  5. \(\begin{aligned}[t] x^{-9}x^5\amp=x^{-9+5}\\ \amp=x^{-4}\\ \amp=\frac{1}{x^4} \end{aligned}\)

Completely simplify each expression. Make sure that your final expression contains no negative exponents.

  1. \(\frac{1}{x^{-3}}\)
  2. \(\frac{3y^{-6}}{y^2}\)
  3. \(\frac{x^{-4}}{x^{-9}}\)
  4. \(\frac{1}{4a^{-2}}\)

Solution
  1. \(\frac{1}{x^{-3}}=x^3\)
  2. \(\begin{aligned}[t] \frac{3y^{-6}}{y^2}\amp=\frac{3}{y^6y^2}\\ \amp=\frac{3}{y^8} \end{aligned}\)
  3. \(\begin{aligned}[t] \frac{x^{-4}}{x^{-9}}\amp=\frac{x^9}{x^4}\\ \amp=x^5 \end{aligned}\)
  4. \(\frac{1}{4a^{-2}}=\frac{a^2}{4}\)

Determine the value of each expression. Your final result should not include any exponents.

  1. \(\frac{1}{3^{-2}}\)
  2. \(-2^{-3}\)
  3. \((\frac{2}{5})^{-2}\)
  4. \((\frac{1}{4})^{-3}\)
  5. \(-4^2\)
  6. \(4^{-2}\)
  7. \(-4^{-2}\)
  8. \((-4)^{-2}\)
  9. \((\frac{1}{3})^{-3}\)
  10. \(-7^{-1}\)
  11. \(\frac{10^{-5}}{10^{-8}}\)
  12. \(\frac{1}{2^{-8}}\)
  13. \((-\frac{2}{3})^{-4}\)
  14. \(-4^0-4^{-2}\)
  15. \((\frac{5}{4})^{-2}\)
  16. \(\frac{4}{3^{-2}}\)

Solution
  1. \(\begin{aligned}[t] \frac{1}{3^{-2}}\amp=3^2\\ \amp=9 \end{aligned}\)
  2. \(\begin{aligned}[t] -2^{-3}\amp=-\frac{1}{2^3}\\ \amp=-\frac{1}{8} \end{aligned}\)
  3. \(\begin{aligned}[t] (\frac{2}{5})^{-2}\amp=(\frac{5}{2})^2\\ \amp=\frac{25}{4} \end{aligned}\)
  4. \(\begin{aligned}[t] (\frac{1}{4})^{-3}\amp=(\frac{4}{1})^3\\ \amp=64 \end{aligned}\)
  5. \(-4^2=-16\)
  6. \(\begin{aligned}[t] 4^{-2}\amp=\frac{1}{4^2}\\ \amp=\frac{1}{16} \end{aligned}\)
  7. \(\begin{aligned}[t] -4^{-2}\amp=-\frac{1}{4^2}\\ \amp=-\frac{1}{16} \end{aligned}\)
  8. \(\begin{aligned}[t] (-4)^{-2}\amp=\frac{1}{(-4)^2}\\ \amp=\frac{1}{16} \end{aligned}\)
  9. \(\begin{aligned}[t] (\frac{1}{3})^{-3}\amp=(\frac{3}{1})^3\\ \amp=27 \end{aligned}\)
  10. \(-7^{-1}=-\frac{1}{7}\)
  11. \(\begin{aligned}[t] \frac{10^{-5}}{10^{-8}}\amp=\frac{10^8}{10^5}\\ \amp=10^3\\ \amp=1,000 \end{aligned}\)
  12. \(\begin{aligned}[t] \frac{1}{2^{-8}}\amp=2^8\\ \amp=256 \end{aligned}\)
  13. \(\begin{aligned}[t] (-\frac{2}{3})^{-4}\amp=(-\frac{3}{2})^4\\ \amp=\frac{81}{16} \end{aligned}\)
  14. \(\begin{aligned}[t] -4^0-4^{-2}\amp=-1-\frac{1}{4^2}\\ \amp=-1-\frac{1}{16}\\ \amp=-\frac{17}{16} \end{aligned}\)
  15. \(\begin{aligned}[t] (\frac{5}{4})^{-2}\amp=(\frac{4}{5})^2\\ \amp=\frac{16}{25} \end{aligned}\)
  16. \(\begin{aligned}[t] \frac{4}{3^{-2}}\amp=4\times 3^2\\ \amp=36 \end{aligned}\)

Subsection1.4.3Workshop Materials (with short answers)

Follow this link to find a summary of the properties of exponents: Written Examples 1.4.1.8

Completely simplify each expression. Your final expression should contain no negative exponents. Assume that all variables represent positive numbers.

  1. \(x^8 \cdot x^{21}\)
  2. \((x^7)^{10}\)
  3. \(\frac{x^{17}}{x^{11}}\)
  4. \(\frac{x^{14}}{x^{23}}\)
  5. \(2x^{-31}\)
  6. \(\frac{1}{x^{-96}}\)
  7. \(-x^{-2}\)
  8. \((x^4y^{-3})^5\)
  9. \(\frac{x^4x^{-6}}{5x^{-2}}\)
  10. \((\frac{4x^{-7}}{y^{-2}})^{-6}\)
  11. \((\frac{4x^{-1}y^{12}z^{-3}}{(x^2y^{-3})^{-6}})^0\)
  12. \(\frac{(xy^{-4})^{-2}}{(3x^{-1})^2}\)
Solution
  1. \(x^8 \cdot x^{21}=x^{29}\)
  2. \((x^7)^{10}=x^{70}\)
  3. \(\frac{x^{17}}{x^{11}}=x^6\)
  4. \(\frac{x^{14}}{x^{23}}=\frac{1}{x^9}\)
  5. \(2x^{-31}=\frac{2}{x^{31}}\)
  6. \(\frac{1}{x^{-96}}=x^{96}\)
  7. \(-x^{-2}=-\frac{1}{x^2}\)
  8. \((x^4y^{-3})^5=\frac{x^{20}}{y^{15}}\)
  9. \(\frac{x^4x^{-6}}{5x^{-2}}=\frac{1}{5}\)
  10. \((\frac{2x^{-7}}{y^{-2}})^{-6}=\frac{x^{42}}{64y^{12}}\)
  11. \((\frac{4x^-1y^{12}z^{-3}}{(x^2y^{-3})^{-6}})^0=1\)
  12. \(\frac{(xy^{-4})^{-2}}{(3x^{-1})^2}=\frac{y^8}{9}\)