You memorised "add the exponents" from the product law, and your brain has filed "exponent operation = add the exponents" as the default move. So when you see (x^3)^4, your hand instinctively writes x^{3 + 4} = x^7. Stop. That answer is wrong. The correct answer is x^{12}.

The fix is to realise that there are two different exponent laws for the two different situations — multiplication of powers, and power of a power — and they use different arithmetic on the exponents.

State the misconception

The misconception: (x^3)^4 = x^7 because "when there's an exponent on an exponent, you add them."

Why it's tempting: you already know one law that adds exponents — the product law, x^m \cdot x^n = x^{m+n}. When a fresh expression looks like an exponent combined with another exponent, your brain reaches for the same addition rule. The misstep is failing to notice that the situation is different: one law is for x^m \cdot x^n, the other is for (x^m)^n.

The counter-example

Try the smallest case with numbers, not letters. Take x = 2, m = 3, n = 4.

(2^3)^4 = 8^4 = 8 \times 8 \times 8 \times 8.

So (2^3)^4 = 4096.

Now the two candidate answers:

Only the multiplication rule matches the direct computation. Off by a factor of 32. On a two-mark JEE question, you'd lose both marks.

The one-picture proof

Unpack (x^3)^4 from the definition of the outer exponent.

(x^3)^4 \;=\; \underbrace{x^3 \cdot x^3 \cdot x^3 \cdot x^3}_{4 \text{ copies of } x^3}

Now unpack each inner x^3 as three copies of x:

= \underbrace{(x \cdot x \cdot x) \cdot (x \cdot x \cdot x) \cdot (x \cdot x \cdot x) \cdot (x \cdot x \cdot x)}_{4 \text{ groups} \times 3 \text{ copies each}} \;=\; x^{4 \times 3} \;=\; x^{12}
Visual proof that x cubed to the fourth equals x to the twelfthA grid of small boxes arranged in four rows and three columns. Each row contains three boxes labelled with x, representing one copy of x cubed. There are four such rows, representing the outer exponent of four. The caption emphasises that the total number of x boxes is four times three equals twelve, so x cubed to the fourth is x to the twelfth. (x³)⁴ = group 1 x x x = x³ group 2 x x x = x³ group 3 x x x = x³ group 4 x x x = x³ total x boxes 4 × 3 = 12 (x³)⁴ = x¹²
Four groups of three copies of $x$ is $4 \times 3 = 12$ copies of $x$. The outer exponent ($4$) says how many groups; the inner exponent ($3$) says how many copies per group. Total copies is the *product*, not the sum.

Why this picture gives multiplication and not addition: the outer exponent is counting groups, and each group itself contains several copies. The total count is "groups times copies-per-group," which is multiplication. That is the structural difference from the product law, where you are gluing two runs of copies side by side (addition).

The two laws, side by side

Write both out and notice what the exponents do in each case:

Expression Law Arithmetic on exponents
x^m \cdot x^n product law m + n
(x^m)^n power of a power m \cdot n

The reason the arithmetic is different comes from the structure of each expression. In x^m \cdot x^n, you are putting together m copies and n copies in a single row — total m + n. In (x^m)^n, you are making n groups where each group is already m copies — total m \cdot n.

Two different operations on the expression → two different operations on the exponents. There is no single "combine exponents" rule.

The recognition cue

When you see an expression with exponents, look at what is between the two exponent-bearing pieces:

That is the difference in one line. If nothing separates the two exponents except a bracket, multiply.

Extra practice with small numbers

Verify each of these by direct computation and by the rule:

Each verification is cheap and catches the add-vs-multiply confusion before it becomes an exam mistake.

Why x^{m + n} vs x^{m \cdot n} matter in JEE problems

JEE Main routinely hides this distinction inside one-line simplifications. A typical trap:

\text{Simplify:} \quad \left((x^2 y^3)^4\right)^{1/2}

A student using "add" thinks: outer exponents are 4 and \tfrac{1}{2}, so "add" them to get 4\tfrac{1}{2}, then apply to the inside. Wrong.

Correct: power of a power gives 4 \times \tfrac{1}{2} = 2 for the overall exponent on the bracket. So the expression is (x^2 y^3)^2 = x^4 y^6. Two neat moves, and the answer drops out. Using "add" instead would produce (x^2 y^3)^{4.5} = x^9 y^{13.5}, which is nonsense for an integer-exponent simplification.

What to write on your formula sheet

Three lines, crammed next to each other so you cannot miss the contrast:

Three different operations on the expressions → three different operations on the exponents. Once those three are fixed in your head, (x^3)^4 = x^7 becomes the kind of mistake your fingers refuse to make.

Related: Exponents and Powers · Exponents Don't Distribute Over Addition · Why 2^0 = 1 and Not 0 · What Does a Fractional Exponent Like 2^{1/2} Actually Mean?