I keep mixing up index rules: when does a power distribute and how do I read things like 2x^3^2?

I’m trying to get more comfortable with index notation, but I keep tripping over when an exponent applies to just one piece versus the whole expression. I thought I understood the basic rules, but when I have actual expressions in front of me, I second-guess myself and end up with different answers depending on how I read it.

For example, with (3x^2)^3, does the 3 get cubed as well, or does the 3 just stay as 3 and only x^2 gets the power? I also get confused by expressions without many brackets, like 2x^3^2. Should I read that as 2 times (x^(3^2)), or as (2x^3)^2, or something else? I know order matters for exponents, but I can never remember how to be sure I’m reading it correctly. Similarly, I feel okay with (ab)^2 turning into a^2 b^2, but then I catch myself trying to do something similar with addition, like thinking (a + b)^2 might be a^2 + b^2, which I know is wrong, and it shakes my confidence about when a power can be “distributed”.

Negative and zero exponents also throw me. If I see (ab)^-2, is it always safe to rewrite that as a^-2 b^-2? And with something like (x^2 y)^0, is that always 1, or do I have to be careful about x or y being zero? I also get stuck with signs and parentheses: is -2^4 the same as (-2)^4, or do those mean different things? I keep making sign mistakes there. A teacher once told me to think of exponents as repeated multiplication, which helps for positive integers, but when the exponents are negative or zero, or even fractional, that story breaks down for me and I don’t know what picture to keep in my head.

I tried writing myself a little checklist of rules (like a^m * a^n = a^(m+n); (ab)^m = a^m b^m; (a^m)^n = a^(mn); a^-m = 1/a^m; a^0 = 1), but I don’t feel solid on the conditions. Do these assume the base is nonzero? Are there extra gotchas when the base is negative? I also tried expanding everything into prime factors as a way to reason about it, but that felt clumsy and I’m not sure it’s even relevant to the kinds of mistakes I’m making.

Here are the specific things I’m hoping to understand better:
– Is there a simple way to decide, at a glance, whether an exponent applies to a whole factor versus just the variable right next to it?
– Are there foolproof parentheses habits to avoid misreading ambiguous-looking things like 2x^3^2?
– When exactly can I split a power across multiplication or division, and why is it not okay to do the same for addition or subtraction?
– How should I think about negative, zero, and fractional exponents so the rules feel consistent, including any domain restrictions I should keep in mind?

If someone could also walk me through one messy example step by step and point out where each rule is being used and why, that would help me a lot. For instance, how would you simplify this carefully and systematically?

(3x^-2 y^3)^-1 * (6x y^-2)^2 / (9x^0 y^-1)

I struggled with this topic before, and I feel like I’m making the same mistakes again. I tried to slow down and apply rules one by one, but I still get tangled, especially with negative exponents and missing parentheses. Any help appreciated!

3 Responses

  1. You’re definitely not alone-exponents are tiny but bossy, and it helps to have a few “at-a-glance” habits. Rule of thumb: an exponent attaches to the nearest base to its left, unless parentheses say otherwise. So 3x^2 means 3·(x^2), but (3x^2)^3 cubes both the 3 and the x^2: 3^3·(x^2)^3 = 27x^6. Exponents bind tighter than multiplication and are right-associative, so 2x^3^2 means 2·(x^(3^2)) = 2x^9; if you ever mean something else, add parentheses, e.g., (2x^3)^2. Also, always parenthesize negatives you’re powering: -2^4 = -(2^4) = -16, but (-2)^4 = 16. Powers split across multiplication and division (for integer exponents): (ab)^m = a^m b^m and (a/b)^m = a^m/b^m (b ≠ 0), but never across addition/subtraction (since (a + b)^2 = a^2 + 2ab + b^2, not a^2 + b^2). Negative exponents mean reciprocals: a^-m = 1/a^m (so (ab)^-2 = a^-2 b^-2 when a,b ≠ 0). Zero exponents: a^0 = 1 for a ≠ 0 (0^0 is undefined). Fractional exponents: a^{p/q} is the qth root of a^p; for real numbers you need a ≥ 0 if q is even (odd q allows negatives). Quick walkthrough (assuming x,y ≠ 0): (3x^-2 y^3)^-1 = 3^-1 x^2 y^-3; (6x y^-2)^2 = 36 x^2 y^-4; 9x^0 y^-1 = 9y^-1. Multiply the first two: (1/3)·36·x^(2+2)·y^(-3-4) = 12x^4 y^-7. Divide by 9y^-1: (12/9)·x^4·y^(-7 – (-1)) = (4/3)x^4 y^-6 = 4x^4/(3y^6). If you build the habit “parentheses for whole factors and for negatives,” the rest of the rules click into place. Hope this helps!

  2. My favorite quick test: an exponent attaches to the single thing immediately to its left. If that “thing” is a parenthesized chunk, it applies to the whole chunk; if it’s just a symbol or number, it applies only to that. So (3x^2)^3 cubes the entire 3x^2, giving 3^3 · (x^2)^3 = 27x^6. Without parentheses, exponents beat multiplication and are right-associative, so x^3^2 means x^(3^2) = x^9, and 2x^3^2 means 2·x^9. Parentheses are your best friend for clarity: write 2·(x^(3^2)) or (2x^3)^2 if that’s what you intend. Signs matter too: -2^4 = -(2^4) = -16, while (-2)^4 = 16. Powers distribute over multiplication and division, not over addition or subtraction: (ab)^m = a^m b^m and (a/b)^m = a^m/b^m (no zero denominators), but (a+b)^2 = a^2 + 2ab + b^2, not a^2 + b^2. Negative, zero, and fractional exponents fit the same pattern: a^{-m} = 1/a^m requires a ≠ 0; a^0 = 1 for a ≠ 0 (0^0 is undefined); a^{p/q} is the qth root of a raised to p, which for real numbers needs a ≥ 0 when q is even. A nice refresher is here: https://www.khanacademy.org/math/algebra/x2f8bb11595b61c86:exponent-properties.

    Let’s run your messy example with those rules, keeping x ≠ 0 and y ≠ 0 so everything is defined. Start with (3x^-2 y^3)^-1 = 3^-1 · (x^-2)^-1 · (y^3)^-1 = 3^-1 x^2 y^-3. Next, (6x y^-2)^2 = 6^2 x^2 (y^-2)^2 = 36 x^2 y^-4. Also, 9x^0 y^-1 = 9·1·y^-1 = 9y^-1. Multiply the first two results: 3^-1·36 = 12, x^2·x^2 = x^4, y^-3·y^-4 = y^-7, so the numerator is 12 x^4 y^-7. Now divide by 9y^-1: 12/9 = 4/3 and y^-7 / y^-1 = y^{-7-(-1)} = y^-6. The final simplified form is (4/3) x^4 y^-6, which you can write with positive exponents as 4x^4 / (3y^6). All the moves were just “attach to the left,” “multiply adds exponents,” “power to a power multiplies exponents,” and “negative means reciprocal,” plus a little fraction cleanup. Patterns galore!

  3. Exponents cling to the single thing immediately to their left unless parentheses gather a group, and exponentiation is right-associative-so (3x^2)^3 = 27x^6, 2x^3^2 = 2·x^(3^2) = 2x^9; powers distribute over multiplication/division (factors ≠ 0) but never over + or −; a^-m = 1/a^m, a^0 = 1 for a ≠ 0, (-2)^4 ≠ -2^4 (the latter is −16), and fractional exponents need a nonnegative base in the reals; quick refresher: https://www.khanacademy.org/math/algebra-basics/alg-basics-exponents-radicals.

    Your crunchy example simplifies to 4x^4/(3y^6)-want to toss me another expression to parse, or shall we play “where-does-the-hat-land?” with one that’s tripped you up lately?

Leave a Reply

Your email address will not be published. Required fields are marked *

Join Our Community

Ready to make maths more enjoyable, accessible, and fun? Join a friendly community where you can explore puzzles, ask questions, track your progress, and learn at your own pace.

By becoming a member, you unlock:

  • Access to all community puzzles
  • The Forum for asking and answering questions
  • Your personal dashboard with points & achievements
  • A supportive space built for every level of learner
  • New features and updates as the Hub grows