Skip to content
Math

Multiplying Exponents Calculator

Choose the multiplication rule you need, enter the base(s) and exponent(s), and get the simplified result with a full step-by-step solution. This calculator covers the three main cases: multiplying powers with the same base (add exponents), multiplying powers with the same exponent but different bases (multiply bases), and raising a power to another power (multiply exponents). A fourth general mode evaluates any product a^m times b^n numerically.

Your details

Select the exponent rule that matches your expression.
The base of the first (or only) factor.
The first exponent (or the inner exponent for power-of-a-power).
The second exponent. For same-base: adds to m. For power-of-a-power: the outer exponent.
Numeric result
128

The fully evaluated product.

Result base2
Result exponent7
Simplified base2
Simplified exponent7

2^3 × 2^4 = 2^7 = 128

  • Because both factors share base 2, you simply add the exponents: 3 + 4 = 7.
  • The result, 128, is a single power of 2.
  • This rule works for any base, including fractions and decimals.

Next stepTry changing the mode above to explore how the same base, same exponent, and power-of-a-power rules compare for these numbers.

What does multiplying exponents mean?

When we talk about multiplying exponents, we usually mean one of three situations. The first is multiplying two powers that share the same base, for example 2^3 times 2^4. The second is multiplying two powers that share the same exponent but have different bases, for example 3^2 times 5^2. The third is raising a power to another power, for example (2^3)^4. Each situation has its own rule, and choosing the right one is the key step. The rules come from the definition of exponentiation as repeated multiplication: 2^3 means 2 times 2 times 2, so 2^3 times 2^4 means seven 2s multiplied together, which is 2^7.

The three core rules explained

Same-base rule (product rule): when the bases are identical, add the exponents. a^m times a^n equals a^(m+n). Example: 5^3 times 5^6 = 5^9. Same-exponent rule: when the exponents match, multiply the bases and keep the exponent. a^n times b^n equals (a times b)^n. Example: 4^2 times 3^2 = 12^2 = 144. Power-of-a-power rule: when a power is raised to another power, multiply the exponents. (a^m)^n equals a^(m times n). Example: (2^3)^4 = 2^12 = 4096. If none of these rules apply because the bases and exponents are all different, you evaluate each power numerically and multiply the results.

Negative and fractional exponents

The rules above apply equally when exponents are negative or fractional. A negative exponent means take the reciprocal: a^(-n) = 1 / a^n. So 2^3 times 2^(-1) = 2^(3 + (-1)) = 2^2 = 4. A fractional exponent represents a root: a^(1/n) is the nth root of a, and a^(m/n) is the nth root of a^m. When combining fractional exponents with the same base, the addition rule still holds: a^(1/2) times a^(1/3) = a^(1/2 + 1/3) = a^(5/6). Negative bases work too, but require care with even versus odd exponents: (-2)^3 = -8 while (-2)^2 = 4.

Common mistakes and how to avoid them

The most frequent error is confusing the product rule with the power-of-a-power rule: 2^3 times 2^4 equals 2^7 (add), while (2^3)^4 equals 2^12 (multiply). Another common slip is applying the same-base rule when the bases are actually different: 2^3 times 3^4 cannot be simplified to a single power because the bases differ. A third mistake is forgetting that the same-exponent rule requires both factors to have the same exponent: 2^3 times 4^3 = 8^3 = 512, but 2^3 times 4^2 has no clean simplification and must be evaluated as 8 times 16 = 128.

Laws of exponents (quick reference)

Rule nameExpressionSimplified form
Product (same base)aᵐ × aⁿaᵐ⁺ⁿ
Quotient (same base)aᵐ / aⁿaᵐ⁻ⁿ
Power of a power(aᵐ)ⁿaᵐ·ⁿ
Product (same exp.)aⁿ × bⁿ(a×b)ⁿ
Quotient (same exp.)aⁿ / bⁿ(a/b)ⁿ
Negative exponenta⁻ⁿ1/aⁿ
Zero exponenta⁰1 (a ≠ 0)
Fractional exponentaᵐ/ⁿⁿ√(aᵐ)

These six rules cover the vast majority of exponent simplification problems.

Frequently asked questions

How do you multiply exponents with the same base?

When multiplying powers that share the same base, keep the base and add the exponents. For example, 3^5 times 3^2 = 3^(5+2) = 3^7 = 2187. This rule follows directly from what exponentiation means: 3^5 is five 3s multiplied together, and 3^2 is two more, giving seven 3s in total.

What is the difference between the product rule and the power-of-a-power rule?

The product rule (a^m times a^n = a^(m+n)) applies when you are multiplying two separate powers side by side. The power-of-a-power rule ((a^m)^n = a^(m times n)) applies when the entire power is raised to another exponent. The key difference is the parentheses: (2^3)^4 means you raise 2^3 to the fourth power, giving 2^12, while 2^3 times 2^4 simply gives 2^7.

Can you multiply exponents when the bases are different?

You can simplify the product if the exponents are the same: a^n times b^n = (a times b)^n. If both the bases and the exponents differ, there is no algebraic shortcut and you must evaluate each power numerically. For instance, 2^3 times 5^4 = 8 times 625 = 5000.

Do the exponent rules work with negative exponents?

Yes. All three rules apply regardless of the sign of the exponent. When using the same-base rule with a negative exponent, the addition naturally handles the sign: 4^5 times 4^(-2) = 4^(5 + (-2)) = 4^3 = 64. A negative result in the exponent means the power is a reciprocal: 2^3 times 2^(-5) = 2^(-2) = 1/4.

What happens when you multiply a number by itself raised to a power?

Any number a is the same as a^1, so multiplying a by a^n gives a^1 times a^n = a^(1+n). For example, 5 times 5^3 = 5^1 times 5^3 = 5^4 = 625. The same rule applies: keep the base, add the exponents.

How do you multiply fractional exponents?

Use the same rules. For the same-base rule, add the fractional exponents as fractions: a^(1/2) times a^(1/3) = a^(1/2 + 1/3) = a^(5/6). Make sure to find a common denominator when adding the fractions. For the power-of-a-power rule, multiply the fractions: (a^(1/2))^(1/3) = a^(1/2 times 1/3) = a^(1/6).

Sources

Written by Dr. Rajiv Menon, PhD Applied Mathematician · Bengaluru, India

Applied mathematician bridging algebraic theory and computational tools for students, engineers, and everyday problem-solvers.

Search 3,500+ calculators

Loading search…