Hi! I’m practicing index laws and my brain keeps doing somersaults. I get that x^2 * x^3 = x^5 (add the exponents), but then (x^2)^3 turns into x^6 (multiply the exponents) and I keep mixing up which one to do in the moment. Throw in a negative exponent or two and I start second-guessing everything.
Here’s the kind of thing that trips me up:
Simplify: (2x^-3 y)^-2 * x^4 / (4y^-3)
My messy attempt:
– First part: (2x^-3 y)^-2 → I wrote 2^-2 x^6 y^-2 (I multiplied -3 by -2 for the x, and I guessed y becomes y^-2?)
– Then I multiplied by x^4 and thought: x^6 * x^4 = x^10, so now I have 2^-2 x^10 y^-2.
– Dividing by 4y^-3: I tried to handle the coefficient and the y separately. For y, I subtracted exponents: -2 − (−3) and somehow I wrote y^-5 (which feels wrong even as I write it). For the numbers: 2^-2 divided by 4… that’s another place I stall out.
My main confusion: is there a quick, reliable way to decide when I should add exponents versus multiply them, especially when there are parentheses and a negative exponent outside? And can someone explain-like I’m holding a mug of tea and nodding along-why (ab)^n = a^n b^n is fine but (a + b)^n ≠ a^n + b^n, even though my fingers keep trying to do that?
Silly analogy time: I picture exponents like tower blocks. When I multiply like bases (x^m * x^n) it feels like lining two towers end-to-end (so the height adds). But when I do a power of a power (x^m)^n it’s like stacking layers inside layers (so the height multiplies). Then division is like flipping a tower upside down (negative exponents?), and my little mental city collapses. Is this a decent way to think about it, or is it leading me astray?
I’m pretty sure my attempt is only half-right, so a nudge on where I went off the rails (and a memory trick for the add-vs-multiply thing) would really help!
















3 Responses
I love your tower-block city picture-it’s actually a great start! Here’s the quick compass: when you’re multiplying or dividing like bases (x^m · x^n or x^m / x^n), you’re combining stacks, so you add or subtract exponents; when a power sits outside parentheses (… )^n, it’s “outside times inside,” so you multiply the exponents and distribute the power to every factor inside. Negative exponents just mean “put me in the other side of the fraction bar” (x^-3 = 1/x^3). Using that, your example tidies up like this: (2x^-3y)^-2 = 2^-2 · (x^-3)^-2 · y^-2 = 2^-2 · x^6 · y^-2; multiply by x^4 to get 2^-2 · x^10 · y^-2; now divide by 4y^-3: the coefficient becomes 2^-2/4 = (1/4)/4 = 1/16, x stays x^10, and the y-exponent is -2 − (−3) = 1, so the final answer is x^10·y/16. Memory trick: “Same base? Add in a race. Power of a power? Multiply with power.” As for why (ab)^n = a^n b^n but (a + b)^n ≠ a^n + b^n, think recipes: doubling a recipe multiplies every ingredient (product rule works), but adding two different recipes and then squaring doesn’t just square each ingredient-you also get all the mixed cross-terms (e.g., (2+3)^2 = 25, not 2^2+3^2 = 13). Your city analogy holds up: lining towers end-to-end (multiply bases) adds heights; nesting floors inside floors (power of a power) multiplies heights; flipping a tower to the basement (negative exponent) means it moves to the denominator. For a crisp refresher, this Khan Academy review of exponent properties is great: https://www.khanacademy.org/math/algebra/exponent-equations/properties-of-exponents/a/exponent-properties-review (and for the “why not sums,” peek at the binomial expansion: https://www.khanacademy.org/math/algebra/polynomials/polynomial-forms/a/binomial-theorem).
A quick way to decide add vs multiply: when you multiply like bases (x^m · x^n), exponents add because you’re counting total copies of x. When you raise a power to a power ((x^m)^n), exponents multiply because you’re making n groups of m copies. Division subtracts exponents (x^m / x^n = x^(m−n)), and a negative exponent flips you to the reciprocal (x^−k = 1/x^k). Your tower-block picture matches this nicely: join towers end-to-end → add; nest floors inside floors → multiply; flip the tower → negative exponent means reciprocal. Also, (ab)^n = a^n b^n works because each factor gets repeated n times in a product, but (a + b)^n does not split because cross-terms appear (for instance, (a + b)^2 = a^2 + 2ab + b^2, not just a^2 + b^2).
Now the problem: (2x^−3 y)^−2 · x^4 / (4y^−3). First distribute the −2 over the product: (2x^−3 y)^−2 = 2^−2 · (x^−3)^−2 · y^−2 = 2^−2 · x^6 · y^−2. Multiply by x^4 to get 2^−2 · x^10 · y^−2. Dividing by 4y^−3 is the same as multiplying by (1/4)·y^3, so the whole thing becomes 2^−2 · (1/4) · x^10 · y^−2 · y^3 = (1/4)·(1/4)·x^10·y = x^10 y / 16. The slips in your draft were: for y, subtracting exponents during division should give (−2) − (−3) = +1, not −5; and for the numbers, 2^−2 / 4 = (1/4)/4 = 1/16.
If you like a compact checklist: same base multiplied → add; same base divided → subtract; power of a power → multiply; negative exponent → reciprocal; distribute powers only over products and quotients, never over sums.
Tea-sipping rule of thumb: line like-base towers side by side to add/subtract exponents (x^m x^n = x^(m+n), x^m/x^n = x^(m−n)), nest a power inside a power to multiply exponents ((x^m)^n = x^(mn)), negatives flip to the basement (x^(-n) = 1/x^n), and (ab)^n works but (a+b)^n doesn’t because of cross-terms-just note (1+1)^2 = 4 ≠ 1^2+1^2 = 2.
Example: (2x^-3 y)^-2 * x^4 / (4y^-3) = 2^-2 x^6 y^-2 * x^4 / (4y^-3) = x^10 y / 16.