Here is a recognition drill. Look at each of these expressions and, within a second, say what you would do first:

The trained reflex for the second expression is: distribute the 5 onto the 2 and the 3. (2 \cdot 3)^5 = 2^5 \cdot 3^5. The trained reflex for the third: distribute the 3 onto numerator and denominator. (12/8)^3 = 12^3 / 8^3. The trained reflex for the fourth: distribute the 3 onto 4, onto x, and onto y^2 — giving 4^3 \cdot x^3 \cdot y^6.

This is one of the two most profitable moves in all of exponent arithmetic. (The other is rewriting a number as a power of a smaller base, covered elsewhere.) It turns messy products into clean single-factor terms, and it turns the later laws — like combining with a^m \cdot a^n = a^{m+n} — into easy wins.

The two laws at work

Two closely related laws power this move.

Both laws say the same thing. Division is just multiplication by a reciprocal, so the quotient law is really the product law applied to a \cdot (1/b).

Neither law has a cousin for addition or subtraction. (a + b)^n \neq a^n + b^n except in trivial cases. The exponent only distributes over multiplication and division. Remembering that restriction is itself a skill — see the article on (a+b)^2 for the most common slip.

Why the law holds

Expand the definition. (ab)^n means "ab multiplied by itself n times":

(ab)^n = \underbrace{(ab)(ab)(ab) \cdots (ab)}_{n \text{ copies}}.

Now use commutativity and associativity to regroup the a's together and the b's together:

= \underbrace{a \cdot a \cdot \ldots \cdot a}_{n \text{ copies of } a} \times \underbrace{b \cdot b \cdot \ldots \cdot b}_{n \text{ copies of } b} = a^n \cdot b^n.

Why this doesn't work for (a + b)^n: there is no way to regroup (a + b)(a + b)(a + b) so that the a's land together and the b's land together, because multiplication doesn't distribute across the inner +'s the way it distributes across the inner \times's. When you expand (a + b)^2 you get a^2 + 2ab + b^2 — cross-terms ab appear. Cross-terms are the signature of "addition inside the base," and they don't vanish.

Why distribute first

The recognition is "I see an exponent wrapping a product or quotient" → distribute. The reason to do it first is that after distribution, each factor can be simplified on its own, and further laws (product law, quotient law, power-of-a-power law) can be applied factor by factor. If you leave the expression as (ab)^n and try to simplify the product inside the brackets first, you give up the factorisation structure that the exponent laws are designed to exploit.

Example: simplify (4 \cdot 25)^{3}.

Option A (distribute first): (4 \cdot 25)^3 = 4^3 \cdot 25^3 = 64 \cdot 15625 = 1{,}000{,}000. You computed two small cubes and a straightforward multiplication.

Option B (simplify inside first): (4 \cdot 25)^3 = (100)^3 = 1{,}000{,}000. Also easy, in this case — because 4 \cdot 25 happens to be 100.

But often Option B is not easy. (4 \cdot 27)^3 would become (108)^3, which is 1{,}259{,}712 — a number you'd need a calculator or paper for. With Option A, (4 \cdot 27)^3 = 4^3 \cdot 27^3 = 64 \cdot 19683 = 1{,}259{,}712, or better, you recognise 27 = 3^3 so 27^3 = 3^9 = 19683 and 4^3 = 2^6 = 64, giving 2^6 \cdot 3^9 — a form that's clean and combinable with anything else in the problem.

The general rule: distribute the exponent even when the product inside isn't obviously "nice," because the separated form usually combines better with the rest of the problem.

The reflex in action: four worked patterns

Pattern 1: pure numerical simplification

(8 \cdot 125)^{2/3} = 8^{2/3} \cdot 125^{2/3} = (\sqrt[3]{8})^2 \cdot (\sqrt[3]{125})^2 = 4 \cdot 25 = 100.

You pulled the fractional exponent inside, took cube roots of both factors individually, and multiplied small numbers. The alternative — compute 8 \cdot 125 = 1000 first, then (1000)^{2/3} = 100 — also works here because 1000 is a perfect cube, but this is luck. In general, you should distribute before computing.

Pattern 2: algebraic expression

\left(\frac{2x^2}{y^3}\right)^4 = \frac{(2x^2)^4}{(y^3)^4} = \frac{2^4 (x^2)^4}{y^{12}} = \frac{16 x^8}{y^{12}}.

The outer exponent distributed over the fraction, then over each factor of the numerator, and the power-of-a-power law handled the inner exponents. Three applications of exponent laws, no human arithmetic.

Pattern 3: messy negative exponent

(3xy^{-2})^{-2} = 3^{-2} x^{-2} (y^{-2})^{-2} = \frac{1}{9 x^2} \cdot y^4 = \frac{y^4}{9 x^2}.

The outer -2 distributed over each factor. The two negatives on the y cancelled via power-of-a-power, pulling y^4 to the numerator. A frightening-looking expression collapses cleanly.

Pattern 4: combining with product law

(2a^3)^4 \cdot (3a^2)^3 = 16 a^{12} \cdot 27 a^6 = 16 \cdot 27 \cdot a^{18} = 432 a^{18}.

Distribute both powers first, then combine the a's using the product law. This is the pattern you will see most often on JEE and Board papers — an expression whose simplification needs distribution and combination.

When the distribution is the wrong first move

The distribution is always valid, but occasionally not necessary. If the product inside the brackets is already a single known power, like (32)^5 or (1000)^{-1/3}, skip straight to computing the number. The distribution law gives (2 \cdot 16)^5 = 2^5 \cdot 16^5, which is correct but harder to compute than 32^5 = 2^{25}.

The rule of thumb: distribute when the base is a product of distinct primes (or of variables), and compute directly when the base is already a recognisable power. The cleanest path minimises intermediate arithmetic.

Where this shows up on exams

Half of the exponent-arithmetic marks on an Indian Board paper come from expressions like \left(\dfrac{a^3 b^2}{c^4}\right)^5 where the exponent simply needs to be distributed. The mark scheme will give partial credit for correct distribution even if the later simplification is fumbled. Not distributing, or distributing only over some of the factors, is the single most common way to lose marks on these questions.

On a JEE Mains question involving (ab)^n, the distribution is the setup for the real problem — usually a further identity or substitution after you have the separated form. Examiners design the problem around the assumption that you distribute in line one and move to the real work in line two.

The reflex, in one line

See an exponent wrapping a product or quotient → distribute the exponent onto each factor first, then simplify. Distribution is always safe over \times and \div, never safe over + and -.

Related: Exponents and Powers · Why (a+b)² Is Not a² + b² · Exponents Don't Distribute Over Addition · (x³)⁴ Is Not x⁷