It is one of the most common stumbling points in school algebra. Two rules, both involving exponents, both about "combining" somehow, and yet they do different arithmetic:

Why does the first one add and the second one multiply? The two look so similar that students routinely swap them, applying the multiplication rule to the product law and vice versa. The swap produces answers that are wildly wrong — 2^{3} \cdot 2^{4} becomes 2^{12} instead of 2^{7}, an error by a factor of 32.

The difference is not arbitrary. It is forced, and it becomes obvious the moment you stop thinking about the exponents as operations and start thinking about them as counts of factors.

The key move — count the factors, don't manipulate the symbols

An exponent is a tally. a^m means the product of m copies of a, nothing more. That is the only fact you need to settle both rules, because each rule is really asking "how many copies of a do you have in total?"

Multiplying same bases: you concatenate

When you write a^{m} \cdot a^{n}, you have m copies of a followed by n copies of a. Together, that is m + n copies of a. So the total exponent is m + n.

\underbrace{a \cdot a \cdots a}_{m \text{ copies}} \;\cdot\; \underbrace{a \cdot a \cdots a}_{n \text{ copies}} = \underbrace{a \cdot a \cdots a}_{m + n \text{ copies}}

Why the total is m + n: you had two groups of copies, and you glued them end to end. The total length of the glued strip is the sum of the two lengths. There is no multiplication in this counting step — just one strip after the other.

Power of a power: you replicate

When you write \left(a^{m}\right)^{n}, the outer n says: take the bracketed thing and multiply it by itself n times. The bracketed thing is a^m, which is already m copies of a. Taking n of them end to end gives n groups of m copies each.

\left(a^{m}\right)^{n} = \underbrace{a^{m} \cdot a^{m} \cdots a^{m}}_{n \text{ copies of } a^{m}} \;=\; \underbrace{a \cdot a \cdots a}_{n \cdot m \text{ copies of } a}

Why the total is m \cdot n: you have n groups, and each group has m copies in it. Total count = rows times columns = m \cdot n. The rectangle picture is why the exponents multiply.

One operation produced addition (concatenation of two strips). The other produced multiplication (a rectangle of m-wide, n-tall). Nothing else is going on.

The interactive picture

Live comparison of the product law and the power-of-a-power law Two draggable points M and N on a horizontal axis from one to six. A live readout shows the product law exponent m plus n in one panel and the power-of-a-power exponent m times n in another panel. The reader can see that both are correct but count different things. 1 3 4 6 ← m → ← n → ↔ drag either point
Slide $m$ and $n$. The left-hand readout reports the product-law exponent $m + n$. The right-hand readout reports the power-of-a-power exponent $m \cdot n$. Try $m = 3$, $n = 4$: the product law gives $7$, the power law gives $12$. Not the same unless one of $m$ or $n$ is $1$.

At m = 3, n = 4, the two numbers are 7 and 12. They only coincide when one exponent is 1 — a case where "add n = 1" and "multiply by n = 1" both leave the other exponent unchanged, making the distinction invisible.

A worked numerical sanity check

Whenever the symbolic rule feels slippery, pick small numbers and expand everything. This is faster than you think, and it never lies.

Case A (product law). 2^{3} \cdot 2^{4}.

2^{3} = 8 \qquad 2^{4} = 16 \qquad 2^{3} \cdot 2^{4} = 8 \times 16 = 128 = 2^{7}.

So 2^{3} \cdot 2^{4} = 2^{7}, which is 2^{3 + 4}. Exponents add. Check.

Case B (power of a power). \left(2^{3}\right)^{4}.

2^{3} = 8 \qquad 8^{4} = 8 \times 8 \times 8 \times 8 = 4096 = 2^{12}.

So \left(2^{3}\right)^{4} = 2^{12}, which is 2^{3 \cdot 4}. Exponents multiply. Check.

Those two calculations, side by side, are the whole story. In the first, you have 3 + 4 = 7 copies of 2. In the second, you have 4 groups of 3 copies each — a 3 \times 4 = 12-tile rectangle.

Why it feels inconsistent

The phrase "combine exponents" lumps two different operations under one label. Once you say instead:

the inconsistency disappears. There is no inconsistency. There are two different physical rearrangements, and they produce two different arithmetic operations. Calling both of them "combining" is the source of the confusion, not the laws themselves.

The deeper pattern is the operator correspondence between exponents and their base-level operations. Multiplication of powers corresponds to addition of exponents because multiplication is "repeated multiplication of as then count once." Iteration of powers (power-of-a-power) corresponds to multiplication of exponents because iteration is "multiply by a^{m} a total of n times" — and multiplication of n copies of m-sized groups is m \cdot n. This correspondence is what eventually becomes the logarithm: \log turns multiplication into addition and exponentiation into multiplication, because exponents already do that.

The one-line memory hook

If you ever pause in an exam and can't remember whether it's add or multiply, read the expression out loud.

"Times" → add. "All to the" → multiply. The grammar of the expression tells you which law to use.

And if in doubt for an exam question, plug in small numbers. 2^{3} and 2^{4} take six seconds to expand and will catch every wrong law you might accidentally apply.

Related: Exponents and Powers · Tile-View Proof of the Three Core Exponent Laws · Live Tile Checker: Drag m and n and Watch the Three Exponent Laws Hold · Why a⁰ = 1: The Halving Staircase That Forces the Answer