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.

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

2^x \cdot 3^x = \underbrace{(2 \cdot 2 \cdot \ldots \cdot 2)}_{x \text{ factors}} \cdot \underbrace{(3 \cdot 3 \cdot \ldots \cdot 3)}_{x \text{ factors}}.

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:

= (2 \cdot 3) \cdot (2 \cdot 3) \cdot \ldots \cdot (2 \cdot 3) \quad [x \text{ pairs}] = (2 \cdot 3)^x = 6^x.

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

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

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:

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.

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.