maths.freeArithmetic › 10. Polynomials › Use Multiplication Properties of Exponents

Use Multiplication Properties of Exponents

Simplify expressions with exponents

Simplify Expressions with Exponents

Remember that an exponent indicates repeated multiplication of the same quantity. For example, \({2}^{4}\) means to multiply four factors of \(2,\) so \({2}^{4}\) means \(2\cdot 2\cdot 2\cdot 2.\) This format is known as exponential notation.

In the expression \({a}^{m},\) the exponent tells us how many times we use the base \(a\) as a factor.

Before we begin working with variable expressions containing exponents, let’s simplify a few expressions involving only numbers.

Example

Try it.

Simplify:

  1. ⓐ \(\ {5}^{3}\)
  2. ⓑ \(\ {9}^{1}\)

Solution
\({5}^{3}\)
Multiply 3 factors of 5.\(5\cdot 5\cdot 5\)
Simplify.\(125\)
\({9}^{1}\)
Multiply 1 factor of 9.\(9\)
Example

Try it.

Simplify:

  1. ⓐ \(\ {(\frac{7}{8})}^{2}\)
  2. ⓑ \(\ {(0.74)}^{2}\)

Solution
\({(\frac{7}{8})}^{2}\)
Multiply two factors.\((\frac{7}{8})(\frac{7}{8})\)
Simplify.\(\frac{49}{64}\)
\({(0.74)}^{2}\)
Multiply two factors.\((0.74)(0.74)\)
Simplify.\(0.5476\)
Example

Try it.

Simplify:

  1. ⓐ \(\ {(-3)}^{4}\)
  2. ⓑ \(\ {-3}^{4}\)

Solution
\({(-3)}^{4}\)
Multiply four factors of −3.\((-3)(-3)(-3)(-3)\)
Simplify.\(81\)
\({-3}^{4}\)
Multiply two factors.\(-(3\cdot 3\cdot 3\cdot 3)\)
Simplify.\(-81\)

Notice the similarities and differences in parts ⓐ and ⓑ. Why are the answers different? In part ⓐ the parentheses tell us to raise the (−3) to the 4th power. In part ⓑ we raise only the 3 to the 4th power and then find the opposite.

Simplify Expressions Using the Product Property of Exponents

You have seen that when you combine like terms by adding and subtracting, you need to have the same base with the same exponent. But when you multiply and divide, the exponents may be different, and sometimes the bases may be different, too. We’ll derive the properties of exponents by looking for patterns in several examples. All the exponent properties hold true for any real numbers, but right now we will only use whole number exponents.

First, we will look at an example that leads to the Product Property.

What does this mean?

How many factors altogether?
So, we have
Notice that 5 is the sum of the exponents, 2 and 3.
We write:\({x}^{2}⋅{x}^{3}\)
\({x}^{2+3}\)
\({x}^{5}\)

The base stayed the same and we added the exponents. This leads to the Product Property for Exponents.

An example with numbers helps to verify this property.

\[\begin{array}{lll}{2}^{2}\cdot {2}^{3} & \overset{?}{=} & {2}^{2+3} \\ 4\cdot 8 & \overset{?}{=} & {2}^{5} \\ 32 & = & 32✓\end{array}\]
Example

Try it.

Simplify: \({x}^{5}\cdot {x}^{7}.\)

Solution
\({x}^{5}\cdot {x}^{7}\)
Use the product property, \({a}^{m}\cdot {a}^{n}={a}^{m+n}.\)
Simplify.\({x}^{12}\)
Example

Try it.

Simplify: \({b}^{4}\cdot b.\)

Solution
\({b}^{4}\cdot b\)
Rewrite, \(b={b}^{1}.\)\({b}^{4}\cdot {b}^{1}\)
Use the product property, \({a}^{m}\cdot {a}^{n}={a}^{m+n}.\)
Simplify.\({b}^{5}\)
Example

Try it.

Simplify: \({2}^{7}\cdot {2}^{9}.\)

Solution
\({2}^{7}\cdot {2}^{9}\)
Use the product property, \({a}^{m}\cdot {a}^{n}={a}^{m+n}.\)
Simplify.\({2}^{16}\)
Example

Try it.

Simplify: \({y}^{17}\cdot {y}^{23}.\)

Solution
\({y}^{17}\cdot {y}^{23}\)
Notice, the bases are the same, so add the exponents.
Simplify.\({y}^{40}\)

We can extend the Product Property of Exponents to more than two factors.

Example

Try it.

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

Solution
\({x}^{3}\cdot {x}^{4}\cdot {x}^{2}\)
Add the exponents, since the bases are the same.
Simplify.\({x}^{9}\)

Simplify Expressions Using the Power Property of Exponents

Now let’s look at an exponential expression that contains a power raised to a power. See if you can discover a general property.

What does this mean?

How many factors altogether?
So, we have
Notice that 6 is the product of the exponents, 2 and 3.
We write:\({({x}^{2})}^{3}\)
\({x}^{2⋅3}\)
\({x}^{6}\)

We multiplied the exponents. This leads to the Power Property for Exponents.

An example with numbers helps to verify this property.

\[\begin{array}{lll}{({5}^{2})}^{3} & \overset{?}{=} & {5}^{2\cdot 3} \\ {(25)}^{3} & \overset{?}{=} & {5}^{6} \\ 15,625 & = & 15,625✓\end{array}\]
Example

Try it.

Simplify:

  1. ⓐ \(\ {({x}^{5})}^{7}\)
  2. ⓐ \(\ {({3}^{6})}^{8}\)

Solution
\({({x}^{5})}^{7}\)
Use the Power Property, \({({a}^{m})}^{n}={a}^{m\cdot n}.\)
Simplify.\({x}^{35}\)
\({({3}^{6})}^{8}\)
Use the Power Property, \({({a}^{m})}^{n}={a}^{m\cdot n}.\)
Simplify.\({3}^{48}\)

Simplify Expressions Using the Product to a Power Property

We will now look at an expression containing a product that is raised to a power. Look for a pattern.

\({(2x)}^{3}\)
What does this mean?\(2x\cdot 2x\cdot 2x\)
We group the like factors together.\(2\cdot 2\cdot 2\cdot x\cdot x\cdot x\)
How many factors of 2 and of \(x?\)\({2}^{3}\cdot {x}^{3}\)
Notice that each factor was raised to the power.\({(2x)}^{3}\ \text{is}\ {2}^{3}\cdot {x}^{3}\)
We write:\({(2x)}^{3}\)
\({2}^{3}\cdot {x}^{3}\)

The exponent applies to each of the factors. This leads to the Product to a Power Property for Exponents.

An example with numbers helps to verify this property:

\[\begin{array}{lll}{(2\cdot 3)}^{2} & \overset{?}{=} & {2}^{2}\cdot {3}^{2} \\ {6}^{2} & \overset{?}{=} & 4\cdot 9 \\ 36 & = & 36✓\end{array}\]
Example

Try it.

Simplify: \({(-11x)}^{2}.\)

Solution
\({(-11x)}^{2}\)
Use the Power of a Product Property, \({(ab)}^{m}={a}^{m}{b}^{m}.\)
Simplify.\(121{x}^{2}\)
Example

Try it.

Simplify: \({(3xy)}^{3}.\)

Solution
\({(3xy)}^{3}\)
Raise each factor to the third power.
Simplify.\(27{x}^{3}{y}^{3}\)

Simplify Expressions by Applying Several Properties

We now have three properties for multiplying expressions with exponents. Let’s summarize them and then we’ll do some examples that use more than one of the properties.

Example

Try it.

Simplify: \({({x}^{2})}^{6}{({x}^{5})}^{4}.\)

Solution
\({({x}^{2})}^{6}{({x}^{5})}^{4}\)
Use the Power Property.\({x}^{12}\cdot {x}^{20}\)
Add the exponents.\({x}^{32}\)
Example

Try it.

Simplify: \({(-7{x}^{3}{y}^{4})}^{2}.\)

Solution
\({(-7{x}^{3}{y}^{4})}^{2}\)
Take each factor to the second power.\({(-7)}^{2}{({x}^{3})}^{2}{({y}^{4})}^{2}\)
Use the Power Property.\(49{x}^{6}{y}^{8}\)
Example

Try it.

Simplify: \({(6n)}^{2}(4{n}^{3}).\)

Solution
\({(6n)}^{2}(4{n}^{3})\)
Raise \(6n\) to the second power.\({6}^{2}{n}^{2}\cdot 4{n}^{3}\)
Simplify.\(36{n}^{2}\cdot 4{n}^{3}\)
Use the Commutative Property.\(36\cdot 4\cdot {n}^{2}\cdot {n}^{3}\)
Multiply the constants and add the exponents.\(144{n}^{5}\)

Notice that in the first monomial, the exponent was outside the parentheses and it applied to both factors inside. In the second monomial, the exponent was inside the parentheses and so it only applied to the n.

Example

Try it.

Simplify: \({(3{p}^{2}q)}^{4}{(2p{q}^{2})}^{3}.\)

Solution
\({(3{p}^{2}q)}^{4}{(2p{q}^{2})}^{3}\)
Use the Power of a Product Property.\({3}^{4}{({p}^{2})}^{4}{q}^{4}\cdot {2}^{3}{p}^{3}{({q}^{2})}^{3}\)
Use the Power Property.\(81{p}^{8}{q}^{4}\cdot 8{p}^{3}{q}^{6}\)
Use the Commutative Property.\(81\cdot 8\cdot {p}^{8}\cdot {p}^{3}\cdot {q}^{4}\cdot {q}^{6}\)
Multiply the constants and add the exponents for
each variable.
\(648{p}^{11}{q}^{10}\)

Multiply Monomials

Since a monomial is an algebraic expression, we can use the properties for simplifying expressions with exponents to multiply the monomials.

Example

Try it.

Multiply: \((4{x}^{2})(-5{x}^{3}).\)

Solution
\((4{x}^{2})(-5{x}^{3})\)
Use the Commutative Property to rearrange the factors.\(4\cdot (-5)\cdot {x}^{2}\cdot {x}^{3}\)
Multiply.\(-20{x}^{5}\)
Example

Try it.

Multiply: \((\frac{3}{4}\ {c}^{3}d)(12c{d}^{2}).\)

Solution
\((\frac{3}{4}\ {c}^{3}d)(12c{d}^{2})\)
Use the Commutative Property to rearrange
the factors.
\(\frac{3}{4}\cdot 12\cdot {c}^{3}\cdot c\cdot d\cdot {d}^{2}\)
Multiply.\(9{c}^{4}{d}^{3}\)

Key Concepts

  • Exponential Notation

    This is read \(a\) to the \({m}^{\text{th}}\) power.

  • Product Property of Exponents
    • If \(a\) is a real number and \(m,n\) are counting numbers, then \[{a}^{m}\cdot {a}^{n}={a}^{m+n}\]
    • To multiply with like bases, add the exponents.
  • Power Property for Exponents
    • If \(a\) is a real number and \(m,n\) are counting numbers, then \[{({a}^{m})}^{n}={a}^{m⋅n}\]
  • Product to a Power Property for Exponents
    • If \(a\) and \(b\) are real numbers and \(m\) is a whole number, then\[{(ab)}^{m}={a}^{m}{b}^{m}\]

Use Multiplication Properties of Exponents

Simplify Expressions with Exponents

In the following exercises, simplify each expression with exponents.

Try it.

\({4}^{5}\)

Solution

1,024

Try it.

\({10}^{3}\)

Try it.

\({(\frac{1}{2})}^{2}\)

Solution

\(\frac{1}{4}\)

Try it.

\({(\frac{3}{5})}^{2}\)

Try it.

\({(0.2)}^{3}\)

Solution

0.008

Try it.

\({(0.4)}^{3}\)

Try it.

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

Solution

625

Try it.

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

Try it.

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

Solution

−625

Try it.

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

Try it.

\({-10}^{4}\)

Solution

−10,000

Try it.

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

Try it.

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

Solution

\(-\frac{8}{27}\)

Try it.

\({(-\frac{1}{4})}^{4}\)

Try it.

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

Solution

−0.25

Try it.

\(-{0.1}^{4}\)

Simplify Expressions Using the Product Property of Exponents

In the following exercises, simplify each expression using the Product Property of Exponents.

Try it.

\({x}^{3}\cdot {x}^{6}\)

Solution

x9

Try it.

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

Try it.

\(a\cdot {a}^{4}\)

Solution

a5

Try it.

\({y}^{12}\cdot y\)

Try it.

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

Solution

314

Try it.

\({5}^{10}\cdot {5}^{6}\)

Try it.

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

Solution

z6

Try it.

\(a\cdot {a}^{3}\cdot {a}^{5}\)

Try it.

\({x}^{a}\cdot {x}^{2}\)

Solution

xa+2

Try it.

\({y}^{p}\cdot {y}^{3}\)

Try it.

\({y}^{a}\cdot {y}^{b}\)

Solution

ya+b

Try it.

\({x}^{p}\cdot {x}^{q}\)

Simplify Expressions Using the Power Property of Exponents

In the following exercises, simplify each expression using the Power Property of Exponents.

Try it.

\({({u}^{4})}^{2}\)

Solution

u8

Try it.

\({({x}^{2})}^{7}\)

Try it.

\({({y}^{5})}^{4}\)

Solution

y20

Try it.

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

Try it.

\({({10}^{2})}^{6}\)

Solution

1012

Try it.

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

Try it.

\({({x}^{15})}^{6}\)

Solution

x90

Try it.

\({({y}^{12})}^{8}\)

Try it.

\({({x}^{2})}^{y}\)

Solution

x2y

Try it.

\({({y}^{3})}^{x}\)

Try it.

\({({5}^{x})}^{y}\)

Solution

5xy

Try it.

\({({7}^{a})}^{b}\)

Simplify Expressions Using the Product to a Power Property

In the following exercises, simplify each expression using the Product to a Power Property.

Try it.

\({(5a)}^{2}\)

Solution

25a2

Try it.

\({(7x)}^{2}\)

Try it.

\({(-6m)}^{3}\)

Solution

−216m3

Try it.

\({(-9n)}^{3}\)

Try it.

\({(4rs)}^{2}\)

Solution

16r2s2

Try it.

\({(5ab)}^{3}\)

Try it.

\({(4xyz)}^{4}\)

Solution

256x4y4z4

Try it.

\({(-5abc)}^{3}\)

Simplify Expressions by Applying Several Properties

In the following exercises, simplify each expression.

Try it.

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

Solution

x14

Try it.

\({({y}^{4})}^{3}\cdot {({y}^{5})}^{2}\)

Try it.

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

Solution

a36

Try it.

\({({b}^{7})}^{5}\cdot {({b}^{2})}^{6}\)

Try it.

\({(3x)}^{2}(5x)\)

Solution

45x3

Try it.

\({(2y)}^{3}(6y)\)

Try it.

\({(5a)}^{2}{(2a)}^{3}\)

Solution

200a5

Try it.

\({(4b)}^{2}{(3b)}^{3}\)

Try it.

\({(2{m}^{6})}^{3}\)

Solution

8m18

Try it.

\({(3{y}^{2})}^{4}\)

Try it.

\({(10{x}^{2}y)}^{3}\)

Solution

1,000x6y3

Try it.

\({(2m{n}^{4})}^{5}\)

Try it.

\({(-2{a}^{3}{b}^{2})}^{4}\)

Solution

16a12b8

Try it.

\({(-10{u}^{2}{v}^{4})}^{3}\)

Try it.

\({(\frac{2}{3}\ {x}^{2}y)}^{3}\)

Solution

\(\frac{8}{27}\ {x}^{6}{y}^{3}\)

Try it.

\({(\frac{7}{9}\ p{q}^{4})}^{2}\)

Try it.

\({(8{a}^{3})}^{2}{(2a)}^{4}\)

Solution

1,024a10

Try it.

\({(5{r}^{2})}^{3}{(3r)}^{2}\)

Try it.

\({(10{p}^{4})}^{3}{(5{p}^{6})}^{2}\)

Solution

25,000p24

Try it.

\({(4{x}^{3})}^{3}{(2{x}^{5})}^{4}\)

Try it.

\({(\frac{1}{2}\ {x}^{2}{y}^{3})}^{4}{(4{x}^{5}{y}^{3})}^{2}\)

Solution

x18y18

Try it.

\({(\frac{1}{3}\ {m}^{3}{n}^{2})}^{4}{(9{m}^{8}{n}^{3})}^{2}\)

Try it.

\({(3{m}^{2}n)}^{2}{(2m{n}^{5})}^{4}\)

Solution

144m8n22

Try it.

\({(2p{q}^{4})}^{3}{(5{p}^{6}q)}^{2}\)

Multiply Monomials

In the following exercises, multiply the following monomials.

Try it.

\((12{x}^{2})(-5{x}^{4})\)

Solution

−60x6

Try it.

\((-10{y}^{3})(7{y}^{2})\)

Try it.

\((-8{u}^{6})(-9u)\)

Solution

72u7

Try it.

\((-6{c}^{4})(-12c)\)

Try it.

\((\frac{1}{5}\ {r}^{8})(20{r}^{3})\)

Solution

4r11

Try it.

\((\frac{1}{4}\ {a}^{5})(36{a}^{2})\)

Try it.

\((4{a}^{3}b)(9{a}^{2}{b}^{6})\)

Solution

36a5b7

Try it.

\((6{m}^{4}{n}^{3})(7m{n}^{5})\)

Try it.

\((\frac{4}{7}\ x{y}^{2})(14x{y}^{3})\)

Solution

8x2y5

Try it.

\((\frac{5}{8}\ {u}^{3}v)(24{u}^{5}v)\)

Try it.

\((\frac{2}{3}\ {x}^{2}y)(\frac{3}{4}\ x{y}^{2})\)

Solution

\(\frac{1}{2}\ {x}^{3}{y}^{3}\)

Try it.

\((\frac{3}{5}\ {m}^{3}{n}^{2})(\frac{5}{9}\ {m}^{2}{n}^{3})\)

Condensed — the full section is in OpenStax Prealgebra 2e.

Practice (40)

Try each one on paper first. Reveal the answer to check; verified ones can be opened in the solver for every step.

  1. Simplify: \(\frac{3}{4}\cdot \frac{3}{4}.\)
    If you missed the problem, review .

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    \(\frac{9}{16}\)

  2. Simplify: \((-2)(-2)(-2).\)
    If you missed the problem, review .

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    \(-8\)

  3. Simplify:

    1. ⓐ \(\ {5}^{3}\)
    2. ⓑ \(\ {9}^{1}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({5}^{3}\)
    Multiply 3 factors of 5.\(5\cdot 5\cdot 5\)
    Simplify.\(125\)
    \({9}^{1}\)
    Multiply 1 factor of 9.\(9\)
  4. Simplify:

    1. ⓐ \(\ {4}^{3}\)
    2. ⓑ \(\ {11}^{1}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    1. ⓐ 64
    2. ⓑ 11

  5. Simplify:

    1. ⓐ \(\ {3}^{4}\)
    2. ⓑ \(\ {21}^{1}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    1. ⓐ 81
    2. ⓐ 21

  6. Simplify:

    1. ⓐ \(\ {(\frac{7}{8})}^{2}\)
    2. ⓑ \(\ {(0.74)}^{2}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({(\frac{7}{8})}^{2}\)
    Multiply two factors.\((\frac{7}{8})(\frac{7}{8})\)
    Simplify.\(\frac{49}{64}\)
    \({(0.74)}^{2}\)
    Multiply two factors.\((0.74)(0.74)\)
    Simplify.\(0.5476\)
  7. Simplify:

    1. ⓐ \(\ {(\frac{5}{8})}^{2}\)
    2. ⓑ \(\ {(0.67)}^{2}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    1. ⓐ \(\ \frac{25}{64}\)
    2. ⓑ \(\ 0.4489\)

  8. Simplify:

    1. ⓐ \(\ {(\frac{2}{5})}^{3}\)
    2. ⓑ \(\ {(0.127)}^{2}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    1. ⓐ \(\ \frac{8}{125}\)
    2. ⓑ \(\ 0.016129\)

  9. Simplify:

    1. ⓐ \(\ {(-3)}^{4}\)
    2. ⓑ \(\ {-3}^{4}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({(-3)}^{4}\)
    Multiply four factors of −3.\((-3)(-3)(-3)(-3)\)
    Simplify.\(81\)
    \({-3}^{4}\)
    Multiply two factors.\(-(3\cdot 3\cdot 3\cdot 3)\)
    Simplify.\(-81\)

    Notice the similarities and differences in parts ⓐ and ⓑ. Why are the answers different? In part ⓐ the parentheses tell us to raise the (−3) to the 4th power. In part ⓑ we raise only the 3 to the 4th power and then find the opposite.

  10. Simplify:

    1. ⓐ \(\ {(-2)}^{4}\)
    2. ⓑ \(\ {-2}^{4}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    1. ⓐ 16
    2. ⓑ −16

  11. Simplify:

    1. ⓐ \(\ {(-8)}^{2}\)
    2. ⓑ \(\ {-8}^{2}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    1. ⓐ 64
    2. ⓑ −64

  12. Simplify: \({x}^{5}\cdot {x}^{7}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({x}^{5}\cdot {x}^{7}\)
    Use the product property, \({a}^{m}\cdot {a}^{n}={a}^{m+n}.\)
    Simplify.\({x}^{12}\)
  13. Simplify: \({x}^{7}\cdot {x}^{8}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    x15

  14. Simplify: \({x}^{5}\cdot {x}^{11}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    x16

  15. Simplify: \({b}^{4}\cdot b.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({b}^{4}\cdot b\)
    Rewrite, \(b={b}^{1}.\)\({b}^{4}\cdot {b}^{1}\)
    Use the product property, \({a}^{m}\cdot {a}^{n}={a}^{m+n}.\)
    Simplify.\({b}^{5}\)
  16. Simplify: \({p}^{9}\cdot p.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    p10

  17. Simplify: \(m\cdot {m}^{7}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    m8

  18. Simplify: \({2}^{7}\cdot {2}^{9}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({2}^{7}\cdot {2}^{9}\)
    Use the product property, \({a}^{m}\cdot {a}^{n}={a}^{m+n}.\)
    Simplify.\({2}^{16}\)
  19. Simplify: \(6\cdot {6}^{9}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    610

  20. Simplify: \({9}^{6}\cdot {9}^{9}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    915

  21. Simplify: \({y}^{17}\cdot {y}^{23}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({y}^{17}\cdot {y}^{23}\)
    Notice, the bases are the same, so add the exponents.
    Simplify.\({y}^{40}\)
  22. Simplify: \({y}^{24}\cdot {y}^{19}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    y43

  23. Simplify: \({z}^{15}\cdot {z}^{24}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    z39

  24. Simplify: \({x}^{3}\cdot {x}^{4}\cdot {x}^{2}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({x}^{3}\cdot {x}^{4}\cdot {x}^{2}\)
    Add the exponents, since the bases are the same.
    Simplify.\({x}^{9}\)
  25. Simplify: \({x}^{7}\cdot {x}^{5}\cdot {x}^{9}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    x21

  26. Simplify: \({y}^{3}\cdot {y}^{8}\cdot {y}^{4}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    y15

  27. Simplify:

    1. ⓐ \(\ {({x}^{5})}^{7}\)
    2. ⓐ \(\ {({3}^{6})}^{8}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({({x}^{5})}^{7}\)
    Use the Power Property, \({({a}^{m})}^{n}={a}^{m\cdot n}.\)
    Simplify.\({x}^{35}\)
    \({({3}^{6})}^{8}\)
    Use the Power Property, \({({a}^{m})}^{n}={a}^{m\cdot n}.\)
    Simplify.\({3}^{48}\)
  28. Simplify:

    1. ⓐ \(\ {({x}^{7})}^{4}\)
    2. ⓑ \(\ {({7}^{4})}^{8}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    1. x28
    2. ⓑ 732

  29. Simplify:

    1. ⓐ \(\ {({x}^{6})}^{9}\)
    2. ⓑ \(\ {({8}^{6})}^{7}\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    1. x54
    2. ⓑ 842

  30. Simplify: \({(-11x)}^{2}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({(-11x)}^{2}\)
    Use the Power of a Product Property, \({(ab)}^{m}={a}^{m}{b}^{m}.\)
    Simplify.\(121{x}^{2}\)
  31. Simplify: \({(-14x)}^{2}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    196x2

  32. Simplify: \({(-12a)}^{2}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    144a2

  33. Simplify: \({(3xy)}^{3}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({(3xy)}^{3}\)
    Raise each factor to the third power.
    Simplify.\(27{x}^{3}{y}^{3}\)
  34. Simplify: \({(-4xy)}^{4}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    256x4y4

  35. Simplify: \({(6xy)}^{3}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    216x3y3

  36. Simplify: \({({x}^{2})}^{6}{({x}^{5})}^{4}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({({x}^{2})}^{6}{({x}^{5})}^{4}\)
    Use the Power Property.\({x}^{12}\cdot {x}^{20}\)
    Add the exponents.\({x}^{32}\)
  37. Simplify: \({({x}^{4})}^{3}{({x}^{7})}^{4}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    x40

  38. Simplify: \({({y}^{9})}^{2}{({y}^{8})}^{3}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    y42

  39. Simplify: \({(-7{x}^{3}{y}^{4})}^{2}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ
    \({(-7{x}^{3}{y}^{4})}^{2}\)
    Take each factor to the second power.\({(-7)}^{2}{({x}^{3})}^{2}{({y}^{4})}^{2}\)
    Use the Power Property.\(49{x}^{6}{y}^{8}\)
  40. Simplify: \({(-8{x}^{4}{y}^{7})}^{3}.\)

    ເປີດ​ເຜີຍ​ຄຳ​ຕອບ

    −512x12y21

Symbols used here

\pm
plus or minus
Both signs at once: x = 3 ± 2 means 5 and 1.
\neq
not equal
The two sides are different.
\leq,\ \geq
less/greater than or equal
Inequalities that allow equality; < and > exclude it.
\approx
approximately equal
Equal to the precision shown, not exactly.
\sqrt{x},\ \sqrt[n]{x}
square root, n-th root
The non-negative number whose square (n-th power) is x.
a \bmod n
remainder
What is left after dividing a by n.
\%
per cent
Per hundred: 15% = 15/100.
a : b,\ \frac{a}{b}
ratio, fraction
a for every b; a divided by b.

How to: Use Multiplication Properties of Exponents

  1. Simplify expressions with exponents
  2. Simplify expressions using the Product Property of Exponents
  3. Simplify expressions using the Power Property of Exponents
  4. Simplify expressions using the Product to a Power Property
  5. Simplify expressions by applying several properties
  6. Multiply monomials
  7. If
  8. To multiply with like bases, add the exponents.

Questions people ask

Why does the order of operations matter?

Because 2 + 3 × 4 would otherwise be two different numbers. The convention (brackets, exponents, multiplication and division, addition and subtraction) exists so every reader gets the same value from the same expression.

How do I check an arithmetic answer?

Estimate first (round every number and compute roughly), then compare. If the estimate and the exact answer disagree by more than a little, one of them is wrong. The solver shows every operation, so you can find which line went astray.

Why are fractions harder than decimals?

They are not harder, they are more exact: 1/3 is a precise number, 0.333 is an approximation. Fractions need a common denominator to add, which is the one extra step people trip on.

ພະຍາຍາມ​ເອງ

Parts of this page are adapted from OpenStax Prealgebra 2e (CC BY-NC-SA 4.0). Condensed and re-explained here; errors are ours.

ເພີ່ມເຕີມໃນ Arithmetic