Yes, powers with different bases can be multiplied in some cases, but you can’t merge the exponents unless a matching rule fits.
If this topic trips you up, you’re not alone. A lot of exponent mistakes come from one habit: spotting superscripts and trying to force them into one shortcut. That works with some expressions. It falls apart with others.
The clean way to handle it is to check one thing first: what matches? If the bases match, one rule applies. If the exponents match, a different rule may apply. If neither matches, you usually stop, rearrange, or evaluate.
This article breaks that down in plain language. You’ll see when multiplication is allowed, when exponents stay separate, and where students lose points on tests.
Can You Multiply Exponents With Different Bases In Algebra?
Yes, but only under the right pattern. Multiplication itself is always allowed. What changes is whether you can simplify the result using an exponent rule.
Start with the parts of an exponential expression:
- Base: the main number or variable, like 2 in 23
- Exponent: the small raised number, like 3 in 23
When you multiply powers, there are three common situations:
- The bases are the same
- The exponents are the same
- Neither one matches
Those three cases are the whole story. Once you sort the expression into one of them, the rest gets much easier.
What The Exponent Rules Actually Say
Here’s the rule many people know: if the base stays the same, add the exponents. OpenStax states the product property as am · an = am+n. You can see that rule on OpenStax’s multiplication properties of exponents page.
So this works:
32 · 35 = 37
Why? Because you’re still multiplying copies of 3. You’re just counting how many copies there are in total.
Now switch to different bases:
32 · 52
You can’t add the exponents here and write 154. That would be wrong. The bases do not match, so the product rule does not apply.
There is still a move you can make, though. Since the exponents match, you can combine the bases inside one set of parentheses:
32 · 52 = (3·5)2 = 152
This comes from the product-to-a-power rule, which Khan Academy reviews in its exponent properties review.
One Fast Check Before You Simplify
Ask these in order:
- Are the bases the same?
- If not, are the exponents the same?
- If not, can I rewrite one base or just evaluate the powers?
That tiny checklist stops most errors before they start.
When Different Bases Can Be Combined
Different bases do not block multiplication. They only block certain shortcuts. You can still multiply the expressions; you just need the right path.
Case 1: Same exponent, different bases
This is the cleanest case. If both powers have the same exponent, you can multiply the bases first and keep the exponent.
(an)(bn) = (ab)n
Take these:
- 24 · 74 = (14)4
- x3 · y3 = (xy)3
- 42 · 92 = 362
This works because each factor is being raised to the same power.
Case 2: Same base, different exponents
This is the classic product rule:
- 52 · 56 = 58
- m4 · m = m5
Different exponents are fine here because the base matches.
| Expression pattern | What you can do | Result shape |
|---|---|---|
| am · an | Add exponents | am+n |
| an · bn | Multiply bases, keep exponent | (ab)n |
| am · bn | No direct merge rule | Stay separate or evaluate |
| 23 · 25 | Add 3 and 5 | 28 |
| 32 · 52 | Multiply 3 and 5 first | 152 |
| x4 · y4 | Group inside parentheses | (xy)4 |
| 23 · 54 | No exponent shortcut | 8 · 625 or 5000 |
| 43 · 23 | Multiply bases first | 83 |
When Different Bases Cannot Be Merged
This is the spot where most wrong answers show up. If the bases are different and the exponents are different, there is no simple product law that fuses them into one exponent expression.
Take 23 · 54. You cannot turn that into 107. That changes the value.
Check it:
- 23 · 54 = 8 · 625 = 5000
- 107 = 10,000,000
Not even close.
In a case like that, your options are simple:
- Leave the product as written
- Evaluate each power, then multiply
- Rewrite one base if a hidden match exists
Rewriting Can Rescue The Problem
Some expressions look like different bases at first glance but can be rewritten.
Take 43 · 25.
Since 4 = 22, rewrite 43 as (22)3 = 26. Then:
43 · 25 = 26 · 25 = 211
That move uses the power law and then the product law. LibreTexts lays out those exponent laws in one place on its laws of exponents page.
Worked Examples Without The Fog
Example 1: Same exponent
62 · 42
The exponent matches, so multiply the bases first:
(6·4)2 = 242 = 576
Example 2: Same base
x7 · x2
The base matches, so add the exponents:
x9
Example 3: Nothing matches
32 · 25
No shared base. No shared exponent. No shortcut. Evaluate:
9 · 32 = 288
Example 4: Hidden same base
92 · 34
Rewrite 9 as 32:
(32)2 · 34 = 34 · 34 = 38
Example 5: Variables with different bases
a5 · b5
The exponents match, so combine the bases:
(ab)5
| Problem | Best move | Answer |
|---|---|---|
| 24 · 34 | Same exponent | 64 |
| 73 · 72 | Same base | 75 |
| 52 · 23 | Evaluate | 200 |
| 82 · 22 | Same exponent | 162 |
| 16 · 23 | Rewrite 16 as 24 | 27 |
| m2 · n2 | Same exponent | (mn)2 |
Common Mistakes That Wreck The Answer
A few habits cause most exponent slips:
Adding exponents when bases are different
23 · 53 does not become 106. The matching part is the exponent, not the base.
Multiplying bases and adding exponents at the same time
32 · 52 becomes 152, not 154.
Missing a hidden rewrite
45 · 23 may look stuck. Rewrite 4 as 22, then use the same-base rule.
Forgetting that a plain number has exponent 1
x4 · x means x4 · x1 = x5.
A Simple Way To Decide Every Time
When you see exponents with multiplication, run this short routine:
- Circle the bases.
- Circle the exponents.
- Ask, “Which part matches?”
- Use one rule only.
- If no rule fits, evaluate or rewrite.
That keeps you from mashing rules together. In algebra, that’s half the battle.
Final Take
You can multiply expressions with different bases, no problem. The real issue is simplification. If the exponents match, you can combine the bases inside parentheses. If the bases match, add the exponents. If neither matches, stop hunting for a shortcut that isn’t there.
Once that pattern clicks, exponent work feels a lot less slippery.
References & Sources
- OpenStax.“6.2 Use Multiplication Properties of Exponents.”States the product property for like bases and shows how exponent multiplication rules are applied in algebra.
- Khan Academy.“Exponent Properties Review.”Reviews product-of-powers and product-to-a-power rules used when bases or exponents match.
- Mathematics LibreTexts.“4.2: Laws of Exponents.”Summarizes exponent laws, including the product law and power law used to rewrite hidden same-base expressions.