Skip to main content
Mathematics LibreTexts

1.1: Exponent Properties and More!

  • Page ID
    83107
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    clipboard_eac09f3f1b6428a3508ddef5369687318.png
    Figure 1.1.1 : “What do you remember most about your math classes?”
    clipboard_e5cb117869798bed6ea7e95ea92f04b4a.png
    Figure 1.1.2 : “All the rules and the x’s and y’s!”

    Folks remember, above all else, properties of math! Properties allow us to transform an expression or an equation into an equivalent form. We often need to use properties to move through a problem’s solution. This section introduces several properties. For all the properties in this section, the variables \(a\), \(b\), and \(c\) represent real numbers. Here are a few properties, followed by examples for their use:

    Property: Commutative Property of Addition

    \[a + b = b+ a\]

    The order of addition does not matter.

    Property: Commutative Property of Multiplication

    \[ab = ba\]

    The order of multiplication does not matter.

    Example 1.1.1

    Evaluate \(40 + −6 + 12 + 6 + −40\)

    Solution

    The commutative property of addition allows us to add in any order.

    \(\begin{array} &&40 + −40 + 6 + −6 + 12 &\text{Rearrange the order to group opposites.} \\ &= 0 + 0 + 12 &\text{Opposites sum to zero.} \\ &= 12 \end{array}\)

    Example 1.1.2

    Why is \(20\%\) of \(45\) the same as \(45\%\) of \(20\)?

    Solution

    Let’s verify the two expressions are equivalent:

    \(\begin{array} &&0.20 \cdot 45 = 9 &\text{\(20\%\) of \(45\) is \(9\).} \\ &0.45 \cdot 20 = 9 &\text{\(45\%\) of \(20\) is \(9\).} \end{array}\)

    The commutative property of multiplication tells us why it’s true.

    \(\begin{array} &&20 \cdot 0.01 \cdot 45 = 45 \cdot 0.01 \cdot 20 &\text{The order of multiplication is just rearranged.} \end{array}\)

    The commutative property, as demonstrated, shows why the equivalency holds.

    Note

    Caution! The order of division and subtraction matters. Therefore, the commutative property only applies to multiplication and addition, NOT to division nor subtraction.

    Property: The Distributive Property

    \[a(b+c) = ab + ac\]

    The distributive property can be visualized as a rectangular area which is the sum of two smaller rectangular areas:

    clipboard_e3e533cb76b4904fc8a9cb0b3c7b87c57.png

    Example 1.1.3

    Simplify \(6(2x + 7)\)

    Solution

    \(\begin{array}&&6(2x + 7) = 6(2x) + 6(7) \\ &= 12x + 42 \end{array}\)

    The Product of Powers Property

    \[x^a \cdot x^b = x^{a+b}\]

    There are many power properties. Understanding why each property holds will help you decide whether to add or multiply exponents. Here’s why the Product Property holds:

    \( \underbrace{\underbrace{x \cdot x \cdot x \cdot x \cdot ... \cdot x}_{\text{\(a\) number of \(x\)'s}} \cdot \underbrace{x \cdot x \cdot x \cdot x \cdot ... \cdot x}_{\text{\(b\) number of \(x\)'s}}}_{\text{\(a+b\) number of \(x\)}} = x^a \cdot x^b = x^{a+b} \)

    The Power of a Power Property

    \[(x^a)^b) = x^{ab}\]

    Again, understand why the property holds will help you master the rule:

    \(\underbrace{x^a \cdot x^a \cdot x^a \cdot x^a \cdot ... \cdot x^a}_{\text{\(b\) number of \(x^a\)'s}} = \underbrace{x^{a+a+a+...+a}}_{\text{Product of Powers Property}} = \underbrace{\underbrace{x^{ba}}_{a+a+a+...+a \;= \;ba} }_{\text{\(b\) number of \(a\)'s} } = x^{ab}\)

    Example 1.1.4

    Simplify each of the following expressions.

    1. \(5y^8 \cdot y^4 \cdot y\)
    2. \(9(d^2)^3\)
    3. \(6u \cdot 3u^4 + (u^3)^2\)

    Solution

    1. Product of Powers Property

    \(\begin{array} &&5y^8 \cdot y^4 \cdot y \\ &= 5 \cdot y^{8+4+1} \\ &= 5y^{13} \end{array}\)

    1. Power of a Power

    \(\begin{array} &&9(d^2)^3 \\ &= 9d^{2 \cdot 3} \\ &= 9d^6 \end{array}\)

    1. Both properties are used:

    \(\begin{array} &&6u \cdot 3u^4 + (u^3)^2 \\ &= 6 \cdot 3 \cdot u^{1+4} \cdot u^{3 \cdot 2} \\ &= 18u^5 + u^6 \end{array}\)

    Note

    The sum of powers can be simplified only if the powers are identical in base and exponent. For example, \(x^3 + 7x^3 = (1 + 7)x^3 = 8x^3\). Simplify by combining like terms. Otherwise, the powers cannot be simplified. See solution to Example 4c.

    The Power of a Product Property

    \[(xy)^{a} = x^a \cdot y^a\]

    Each factor inside the parentheses is raised to the power indicated.

    Definition: Negative Exponents

    \[b^{-n} = \left( \dfrac{1}{b} \right)^{n} = \dfrac{1}{b^n} \]

    Create the reciprocal of base \(b\), then raise \(b\) to the positive power, \(n\).

    Think of the negative exponent as if it were flagging the power, letting you know that it is in the wrong place.

    clipboard_e08b39db3191cd769f1c3529c34b4a4df.png

    Example 1.1.5

    Simplify each of the following expressions.

    1. \((3n)^4\)
    2. \(2(−4x^3y^2z)^2\)
    3. \((−2u^{−3}w^5 )^{−4}\)

    Solution

    1. \(\begin{array} &&(3n)^4 \\ &=3^n \cdot 4^n \\ &=81n^4 \end{array}\)
    2. \(\begin{array} &&2(−4x^3y^2z)^2 \\ &=2(−4)^2 (x^3)^2(y^2)^2 (z)^2 \\ &=2 \cdot 16 \cdot x^{3 \cdot 2} \cdot y^{2 \cdot 2} \cdot z^2 \\ &= 32x^6y^4z^2 \end{array}\)
    3. \(\begin{array} &&(−2u^{−3}w^5 )^{−4} \\ &= (-2)^{-4} \cdot (u^{-3})^{-4} \cdot (w^5)^{-4} \\ &= \dfrac{1}{-2^4} \cdot u^{(-3)(-4)} \cdot w^{(5)(-4)} \\ &=\dfrac{u^{12}}{16w^{20}} \end{array}\)
    The Power of a Quotient Property

    \[\left( \dfrac{a}{b} \right)^{n} = \dfrac{a^n}{b^n}\]

    The power is applied to both the numerator and the denominator.

    Example 1.1.6

    Simplify \(\left( \dfrac{5a^{-1}b^2}{2c^6} \right)^{-2}\)

    Solution

    Let’s approach the solution like pealing an onion, beginning with the outer layer:

    \(\begin{array} &&=\left(\dfrac{2c^6}{5a^{-1}b^2}\right)^{2} &\text{The reciprocal of the fraction is taken. The power becomes positive.} \\ &= \left(\dfrac{2ac^6}{5b^2}\right)^{2} &\text{The negative exponent flags the power. \(\dfrac{1}{a^{-1}} = \dfrac{1}{\frac{1}{a}} = 1 \cdot a = a\)} \\ &= \left(\dfrac{(2ac^6)^2}{(5b^2)^2}\right) &\text{The Power of a Quotient Property is applied.} \\ &=\dfrac{2^2 \cdot a^2 \cdot (c^6)^2}{5^2 \cdot (b^2)^2} &\text{The Power of a Product Property is applied.} \\ &=\dfrac{4a^2c^{12}}{25b^4} &\text{The Power of a Power Property is applied. All is simplified.} \end{array}\)

    The Quotient of Powers Property

    \[\dfrac{x^a}{x^b} = x^{a-b} \]

    The exponents are subtracted is due to the cancellation of common factors. For example, \(\dfrac{x^5}{x^3} = \dfrac{\cancel{x} \cdot \cancel{x} \cdot \cancel{x} \cdot x \cdot x}{\cancel{x} \cdot \cancel{x} \cdot \cancel{x}} = \dfrac{x \cdot x}{1} =x^2 = x^{5-3} \). Similarly, \(\dfrac{x^3}{x^5} = \dfrac{\cancel{x} \cdot \cancel{x} \cdot \cancel{x}}{\cancel{x} \cdot \cancel{x} \cdot \cancel{x} \cdot x \cdot x} = \dfrac{1}{x \cdot x} =x^{-2} = x^{3-5} \)

    Example 1.1.7

    Simplify \(\left( \dfrac{4p^3q}{2p^2q^5} \right)^2\)

    Solution

    \(\begin{array} &&=\left( \dfrac{4}{2} \cdot p^{3-2} \cdot q^{1-5} \right)^2 &\text{The Quotient of Powers Property is applied.}\\ &=(2pq^{-4})^2 \text{The exponents are simplified.} \\ &=2^2 \cdot p^2 \cdot (q^{-4})^2 &\text{The Power of a Product Property is applied.} \\ &=4p^2q^{(-4)(2)} &\text{The Power of a Power Property is applied.} \\ &=4p^2q^{-8} &\text{The negative exponent flags the power \(q^8\).} \\ &= \dfrac{4p^2}{q^8} &\text{The power \(q^8\) belongs in the denominator. All is simplified.} \end{array}\)

    Try It! (Exercises)

    1. Name the property the equation demonstrates.

    1. \((5 \cdot 7)^2 = 5^2 \cdot 7^2\)
    2. \(5(−20 + 2) = 5(−20) + 5(2)\)
    3. \(7(x + 1) = (x + 1) \cdot 7\)
    4. \(6^{12} \cdot 6^3 = 6^{15}\)
    5. \(8 + (−9) = −9 + 8\)
    6. \(4^{30} = (4^5)^6\)

    2. Evaluate the following sum. Rearrange the terms so a calculator isn’t necessary.

    1. \(12 + 84 + (−1) + (−84) + (−12) + 10\)
    2. \((−1.9) + (−5.8) + 13.2 + 1.9 + 5.8 + (−1.2)\)

    For #3-11, use the distributive property to simplify.

    1. \(10(7x + 9)\)
    2. \(2y^2 (8 + 2y)\)
    3. \(−7p(4p^4 + 1)\)
    4. \(3b[b^3 + (−2)]\)
    5. \(4u(5u^2 + 9u − 1)\)
    6. \(n^3m(2n^4m − 9nm^2 + 8)\)
    7. \(\dfrac{1}{2} \left( \dfrac{3}{4} − z^2 \right)\)
    8. \(\dfrac{2}{5} q^2 (5q + 10)\)
    9. \(\dfrac{7}{8} t(2t^2 − 4t + 3)\)

    12. The commutative property applies to addition and multiplication. The commutative property does NOT apply to subtraction nor to division. The symbol ≠ means “does not equal.” Show that the two sides of the inequality produce different results.

    1. \(6 − 2 ≠ 2 − 6\)
    2. \(10 ÷ 5 ≠ 5 ÷ 10\)

    For #13-15, use power properties to simplify. Answers should contain positive exponents only.

    1. \((3n)^2 + (5n)(6n)\)
    2. \(( 5x^3 2y )^3\)
    3. \((−3a^5b^{−2}c)^4\)

    16. Scientific Notation, coupled with rules for exponents, eases the computations with very large and very small numbers. Use power properties to evaluate each of the following. Leave your answer in scientific notation. Leave negative powers of \(10\) as is for the final answer.

    1. \((6.02 x 10^{24})(1.3 x 10^{15})\)
    2. \((3.14 x 10^{10})(2.65 x 10^{18})\)
    3. \((7.4 x 10^{−6} )(1.25 x 10^{−4} )\)
    4. \((3.8 x 10^{−16})(2.4 x 10^{−8} )\)

    For #17-25, use power properties to simplify. Answers should contain positive exponents only. Use fractions, not decimals.

    1. \(\dfrac{12w^6}{4w}\)
    2. \(\dfrac{5u^2}{10u^3}\)
    3. \(\left( \dfrac{5}{4} \right)^{−1}\)
    4. \(\left( \dfrac{6t}{3} \right)^{−2}\)
    5. \(\left( \dfrac{4n^6}{2n} \right)^{−1}\)
    6. \(\left( \dfrac{7pq^5}{28p^3q} \right)^{2}\)
    7. \(\left( \dfrac{12x^{10}y^3}{24x^9y^8} \right)^{3}\)
    8. \(\left( \dfrac{9ab^{12}c^4}{27a^7bc^3} \right)^{−4}\)
    9. \(\left( \dfrac{6r^5 s^{−2}}{15r^{−1}s} \right)^{−3}\)

    For #26-35, simplify using properties.

    1. \(2(3x + 10) + 5(2x − 1)\)
    2. \(4a^3 (a + 1) − 2a^2 (a^2 − a)\)
    3. \((8y^2 ) 2 − 3(7y^3 )(2y)\)
    4. \((4d)(9d^3)(2d^2) − (5d^3)^2\)
    5. \(\dfrac{1}{2} b^4 (6b − 2) − (3b^2 )^2\)
    6. \(\dfrac{3}{4} uv(8u − 4v) + \dfrac{3}{2} u \left(uv + \dfrac{2v}{u} \right)\)
    7. \(p^2q(4p + 3q) − (2pq)^2\)
    8. \(5mn^2 (m − n) − 4m^2 (n^2 − 1)\)
    9. \(10c^8 (2c^{−3} + c^{−4}) + c^{−2} (c^6 − 12c^7 )\)
    10. \(3n^7 (3n^{−2} )^{−1} + 2n^8 (n − 1) + (-n^{3} )^3\)

    This page titled 1.1: Exponent Properties and More! is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Jennifer Freidenreich.