You glance at 2^x \cdot 3^x and your pen, on autopilot, starts writing 2^{x+x} = 2^{2x}. Stop. That was the product rule reflex — and the product rule is not the rule for this expression. The product rule says a^m \cdot a^n = a^{m+n}, and look at what it demands: the same base on both factors, with possibly different exponents. Your expression has the opposite situation — different bases with the same exponent. You pattern-matched on the wrong feature of the expression.
The right rule is the power-of-a-product law, read in reverse: (ab)^n = a^n \cdot b^n, so a^n \cdot b^n = (ab)^n. Applied to your expression, 2^x \cdot 3^x = (2 \cdot 3)^x = 6^x. You do not touch the exponent at all — it stays x. What moves is the base: the two separate bases 2 and 3 merge into one product base 6. The mechanic is completely different from the product rule's "add exponents," and the trigger that tells you to use it is completely different too.
Two triggers, two rules, easy to mix up
There are two situations where a pair of powers can combine into a single power, and each fires a different rule. If you learn them as one lump — "combine powers when possible" — you will keep reaching for the wrong one under exam pressure. Learn them as two distinct triggers with two distinct actions.
- Trigger A — same base, different exponents. Example: 2^5 \cdot 2^3. The bases match; the exponents are different. Action: add the exponents, keep the base. Result: 2^{5+3} = 2^8.
- Trigger B — different bases, same exponent. Example: 2^x \cdot 3^x. The bases differ; the exponents match. Action: multiply the bases, keep the exponent. Result: (2 \cdot 3)^x = 6^x.
You learned Rule A early and hard — it is the very first exponent law most textbooks teach, and it is drilled into you through a hundred worked examples in Class 8 and Class 9. Rule B feels less familiar because it hides inside the power-of-a-product law (ab)^n = a^n \cdot b^n, which students read in only one direction (expand). Read it backwards and it is Rule B. Same law, opposite direction. Once you see Rule B as the reverse of a law you already know, it stops feeling like a new rule and starts feeling like an old rule used the other way around.
Why Rule B works
Go back to what exponents mean. 2^x stands for x copies of 2 multiplied together, and 3^x stands for x copies of 3 multiplied together. Their product is
Now comes the trick: pair each 2 with a 3. Because both chains have exactly the same number of factors (x of them), the pairing is clean — no leftovers. Rearrange into pairs:
The pairing only works because the two exponents were equal. If one chain had x factors of 2 and the other had y factors of 3 with x \neq y, there would be dangling factors that could not be paired, and the regrouping would fail. Same exponent is the precondition that makes Rule B legal. It is the same reasoning that proves (ab)^n = a^n \cdot b^n in the forward direction — associativity and commutativity of multiplication let you rearrange the factors at will — but applied to turn a product of same-exponent powers into a single power of a product.
Worked examples — spot Trigger B
- 2^x \cdot 5^x. Same exponent x, different bases 2 and 5. Regroup: (2 \cdot 5)^x = 10^x.
- 4^3 \cdot 7^3. Same exponent 3, different bases 4 and 7. Regroup: (4 \cdot 7)^3 = 28^3. Verify: 4^3 = 64, 7^3 = 343, and 64 \cdot 343 = 21952 = 28^3. The regrouping is not an approximation — it is an equality.
- (-1)^n \cdot 2^n. Both factors have exponent n. Regroup: (-1 \cdot 2)^n = (-2)^n. This is a surprisingly useful identity for alternating-sign sequences: the factor of (-1)^n that flips the sign every term and the factor of 2^n that doubles every term combine into a single factor of (-2)^n that does both jobs at once.
Each example has the same signature: a product of two powers whose exponents are identical. The bases can be any numbers, variables, or expressions; what matters is that the exponents match. When they do, the regrouping is available.
Counter-examples — when neither rule applies
- 2^x \cdot 3^y. Different bases and different exponents. Neither Rule A (needs same base) nor Rule B (needs same exponent) applies. No regrouping is possible. The expression stays 2^x \cdot 3^y. Sometimes "leave it as is" is the correct simplification.
- 2^x \cdot 3^x \cdot 5^x. Three different bases, same exponent x. Rule B extends in the obvious way: (2 \cdot 3 \cdot 5)^x = 30^x. The pairing argument from the "why it works" section generalises to any number of factors — as long as every factor shares the same exponent, you can regroup them all into one power of a single product base.
The counter-examples are as important as the examples. They remind you that the rules are not universal smoothers — each has a precondition, and when no precondition is satisfied, the expression is already as simple as it gets.
The hidden opportunity — noticing a shared exponent
Experienced problem-solvers do something unspoken: whenever they see a product of powers, they scan for a shared exponent. If the exponents match, Rule B is available and often simplifies the problem dramatically. Three places where this pays off:
- Sequences where every term has exponent n. A sum like 2^n + 2^n \cdot 3^n can be regrouped as 2^n + 6^n, which sometimes reveals structure you could not see before.
- Probability problems with repeated independent trials. If you flip a biased coin n times with probability p of heads and q = 1 - p of tails, the probability of a specific sequence of n outcomes is p^a q^b with a + b = n, and expressions like \binom{n}{k} p^k q^{n-k} appear. When p and q happen to share the same exponent (as in some symmetric cases), regrouping collapses them.
- Exponential equations. The problem 2^x \cdot 5^x = 100 looks non-trivial. But Rule B turns it into 10^x = 100, which is 10^x = 10^2, so x = 2. Without regrouping, you would be stuck staring at two different exponentials and wondering how to combine them. The shared exponent was the unlock.
Training yourself to notice a shared exponent — the way you already notice a shared base — is the full content of this article. The rule is mechanical; the recognition is everything.
Can you go the other direction?
Yes. Rule B is an equality, so it runs both ways. Starting from a single power of a product, you can split it into a product of same-exponent powers: 6^x = (2 \cdot 3)^x = 2^x \cdot 3^x. This reverse move — splitting a base into its factors — is useful when a problem hands you a composite-base expression and you need to match it against an expression that already involves those factors.
Example. Solve 6^x = 2 \cdot 12^x. At first glance this is nasty: two different bases, different exponents on two of the three powers. But split 12^x = (2 \cdot 6)^x = 2^x \cdot 6^x using Rule B in reverse. Substitute back: 6^x = 2 \cdot 2^x \cdot 6^x. Divide both sides by 6^x (nonzero): 1 = 2 \cdot 2^x, hence 2^x = 1/2 = 2^{-1}, so x = -1. The splitting move exposed a hidden common factor of 6^x that lived on both sides of the equation the whole time.
The trap revisited
If you ever catch yourself starting to add exponents when the bases are different, stop. Ask the diagnostic question: are the exponents the same? If the answer is yes, you are not in product-rule territory — you are in Rule B territory, and the move is "multiply the bases, keep the exponent." If the answer is no (different bases, different exponents), then neither rule applies and the expression does not simplify. Writing 2^x \cdot 3^x = 5^x by "adding the bases" is also wrong — the rule is multiply the bases, not add them, because the underlying pairing is multiplication.
The trap is so easy to fall into because the expression feels like the product rule should apply — there is a multiplication dot between two exponentials, after all, and that dot is exactly what triggers the product rule reflex. The cure is to check both features of the expression, not just the dot: check the bases, check the exponents, and only then pick a rule. The Same Base → Add / Subtract / Multiply sibling article drills the same-base triggers; this article drills the same-exponent trigger. Together they cover every clean regrouping you will see.
Recognition drill
For each expression below, state which rule applies — A (same base, add exponents), B (same exponent, multiply bases), or neither — and compute the result.
- x^4 \cdot x^6 → A (same base x). Result: x^{4+6} = x^{10}.
- 2^5 \cdot 3^5 → B (same exponent 5). Result: (2 \cdot 3)^5 = 6^5.
- x^3 \cdot y^4 → neither. Different base and different exponent; no rule fits. Leave as x^3 y^4.
- 7^n \cdot 11^n → B (same exponent n). Result: (7 \cdot 11)^n = 77^n.
- a^x \cdot a^y → A (same base a). Result: a^{x+y}.
Notice how the recognition step took about a second each, and the computation step took another second. That is the whole technique. Name the case, then compute. The Interactive Exponent-Rule Identifier widget lets you practise this live with a dropdown of shapes, which is a good way to make the recognition reflexive.
Closing
Two triggers, two rules. Same base fires the product rule — add the exponents, keep the base. Same exponent fires Rule B, the reverse power-of-a-product — multiply the bases, keep the exponent. They look similar on the page because both involve a product of two powers, but they are answering different structural questions about the expression and they act on different parts of it. Recognise the "same exponent" signature as a distinct opportunity from the "same base" signature, and you will stop reaching for the wrong rule on the expressions that matter.