Fiveable

Pre-Algebra Unit 10 Review

QR code for Pre-Algebra practice questions

10.2 Use Multiplication Properties of Exponents

10.2 Use Multiplication Properties of Exponents

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Pre-Algebra
Unit & Topic Study Guides

Exponent Properties

Exponent properties give you shortcuts for working with repeated multiplication. Instead of writing out xxxxxx \cdot x \cdot x \cdot x \cdot x, you write x5x^5. The properties in this section let you simplify expressions that multiply, raise, or combine terms with exponents, which is the foundation for working with polynomials.

Product Property (Same Base)

When you multiply two terms that have the same base, you keep the base and add the exponents:

aman=am+na^m \cdot a^n = a^{m+n}

Why does this work? Think about what the exponents actually mean. x5x^5 is five xx's multiplied together, and x3x^3 is three more. Multiply them and you've got eight xx's total:

x5x3=x5+3=x8x^5 \cdot x^3 = x^{5+3} = x^8

This works for any base: variables, numbers, or more complex expressions. The key requirement is that the bases must match. You can't use this rule to combine x5y3x^5 \cdot y^3 because xx and yy are different bases.

Power Property

When you raise a power to another power, keep the base and multiply the exponents:

(am)n=amn(a^m)^n = a^{m \cdot n}

Again, think about what's happening. (y3)4(y^3)^4 means you're multiplying y3y^3 by itself four times. Each copy contributes 3 factors of yy, so you get 3×4=123 \times 4 = 12 factors total:

(y3)4=y34=y12(y^3)^4 = y^{3 \cdot 4} = y^{12}

Watch your parentheses here. (y3)4(y^3)^4 and y34y^{3^4} mean very different things. The first gives y12y^{12}; the second gives y81y^{81}.

Simplification of polynomial exponents, OpenAlgebra.com: Multiplying Polynomials

Product to a Power Property

When a product (two or more things multiplied together) is raised to a power, you raise each factor to that power:

(ab)n=anbn(a \cdot b)^n = a^n \cdot b^n

For example:

(3x)2=32x2=9x2(3x)^2 = 3^2 \cdot x^2 = 9x^2

A common mistake is forgetting to apply the exponent to the coefficient. Students often write (3x)2=3x2(3x)^2 = 3x^2 instead of 9x29x^2. The parentheses mean everything inside gets raised to the power.

This extends to products with more than two factors: (2xy)3=23x3y3=8x3y3(2xy)^3 = 2^3 \cdot x^3 \cdot y^3 = 8x^3y^3.

Combining Multiple Properties

Most problems require you to use more than one property. Here's how to approach them:

  1. Start from the innermost parentheses and work outward
  2. Apply the power property or product-to-a-power property to simplify powers first
  3. Then use the product property to combine terms with the same base
  4. Finally, multiply any coefficients together

Example: Simplify 2x3(4x2)22x^3(4x^2)^2

  1. Handle the exponent first: (4x2)2=42x22=16x4(4x^2)^2 = 4^2 \cdot x^{2 \cdot 2} = 16x^4
  2. Now multiply: 2x316x42x^3 \cdot 16x^4
  3. Multiply coefficients: 216=322 \cdot 16 = 32
  4. Add exponents on xx: x3+4=x7x^{3+4} = x^7
  5. Result: 32x732x^7
Simplification of polynomial exponents, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Multiplying Polynomials

Monomial Multiplication

To multiply monomials (single-term expressions), handle the numbers and variables separately:

  1. Multiply the coefficients
  2. For each variable, add the exponents using the product property

Example: 2x3y5xy22x^3y \cdot 5xy^2

  • Coefficients: 25=102 \cdot 5 = 10
  • xx: x3x1=x4x^3 \cdot x^1 = x^4 (remember, xx by itself means x1x^1)
  • yy: y1y2=y3y^1 \cdot y^2 = y^3
  • Result: 10x4y310x^4y^3

Applying Exponent Properties

Simplifying Polynomial Expressions

Once you've used exponent properties to simplify individual terms, you can combine like terms in a polynomial. Like terms have the same variable(s) raised to the same exponent(s). You combine them by adding or subtracting their coefficients.

Example: 2x2+3xx2+4x2x^2 + 3x - x^2 + 4x

  • Group like terms: (2x2x2)+(3x+4x)(2x^2 - x^2) + (3x + 4x)
  • Combine: x2+7xx^2 + 7x

Scientific Notation

Scientific notation uses exponents to express very large or very small numbers in a compact form. A number in scientific notation looks like:

a×10na \times 10^n where 1a<101 \leq a < 10

For example, Avogadro's number is 6.02×10236.02 \times 10^{23}, which is much easier to write than a 6 followed by 23 digits. The exponent properties you've learned apply directly when multiplying or dividing numbers in scientific notation.