🧰 ToolPicoAll Tools →
HomeBlog › 5 Exponent Mistakes Students Make

5 Exponent Mistakes Students Make (And How to Check Your Work)

Exponent and radical problems rarely fail because of arithmetic errors — they fail because a rule got misapplied. Here are the five mix-ups that show up most often in homework and test corrections, why each one happens, and a quick way to double-check your own answer before you turn it in.

In this guide

Mistake 1 — Reading a negative exponent as a negative result

Quick answerA negative exponent means "take the reciprocal," not "make the answer negative." 2⁻³ = 1/2³ = 1/8 = 0.125 — a small positive number, not -8.

This is probably the single most common exponent mix-up. Seeing the minus sign in front of the exponent, it's tempting to just flip the sign of the final answer. But a⁻ⁿ = 1/aⁿ: the negative sign sends the base to the denominator, it doesn't touch the sign of the result at all. The sign of the result only depends on the sign of the base — (-2)³ = -8 is negative because the base is negative, completely independent of whether the exponent itself is positive or negative.

Fast fix: whenever you see a negative exponent, mentally rewrite it as "1 over" before doing anything else. -ⁿ → 1/(base)ⁿ. Then evaluate normally.

Mistake 2 — Taking the square root of a negative number

Quick answerAn even-index root (square root, 4th root, 6th root…) of a negative number has no real answer, because no real number squared (or raised to any even power) can be negative. Odd-index roots (cube root, 5th root…) have no such restriction.

Students sometimes assume every root behaves like a cube root, where negative inputs are fine (∛(-8) = -2). But square this same logic and it breaks: there is no real number that, squared, gives -8, because a positive times a positive is positive and a negative times a negative is also positive — there's no way to land on a negative product. A calculator that shows "undefined" or an error for √(-8) isn't broken; that's the mathematically correct behavior for an even-index root.

Quick rule of thumb: even index + negative radicand = no real answer. Odd index + negative radicand = a real (negative) answer.

Mistake 3 — Dividing instead of rooting when solving for the base

Quick answerIf aⁿ = result and you need to find a, take the nth root of the result — don't divide the result by n. If a³ = 27, then a = ∛27 = 3, not 27 ÷ 3.

This mistake usually comes from over-generalizing "undo the operation" logic that works for addition and multiplication. Addition undoes with subtraction, multiplication undoes with division — but exponentiation is a different kind of operation, and its inverse is a root, not a division. The correct relationship is a = result^(1/n).

Worked example (illustrative): suppose a science worksheet states that a quantity cubed equals 125, and asks for the original quantity. Dividing 125 by 3 gives 41.67 — a plausible-looking number that is simply wrong. The correct step is ∛125 = 5, and checking it back: 5³ = 125. ✓

Known equationWrong approachCorrect approach
a³ = 2727 ÷ 3 = 9∛27 = 3
a² = 8181 ÷ 2 = 40.5√81 = 9
a⁴ = 1616 ÷ 4 = 4⁴√16 = 2

Mistake 4 — Treating a fractional exponent as division

Quick answera^(p/n) means "take the nth root, then raise to the pth power" — the fraction is not an instruction to divide the exponent arithmetically. 8^(2/3) = (∛8)² = 2² = 4, not 8² ÷ 3.

Once you know a^(1/n) = ⁿ√a, the numerator on top just adds a power on either side of that root: a^(p/n) = ⁿ√(aᵖ), which is the same as (ⁿ√a)ᵖ. Whichever order you compute it in, the fraction bar signals a root relationship, not a plain division of the exponent's value. Mixing the two up produces numbers that are wildly off — 8² ÷ 3 ≈ 21.3 versus the correct answer of 4.

Fast fix: before calculating, mentally split the fraction into "root, then power": denominator = which root, numerator = what power. Compute the root first — it's usually the smaller, friendlier number.

Mistake 5 — Forgetting the coefficient when simplifying

Quick answerWhen simplifying something like 5√72, simplify the radical part first (√72 = 6√2), then multiply the coefficient in: 5 × 6√2 = 30√2 — not 6√2 left as-is, and not 5√2.

This error shows up specifically when a radical already has a number sitting in front of it. Students sometimes simplify √72 correctly to 6√2, then either forget the leading 5 entirely, or accidentally replace the pulled-out factor instead of multiplying by it. The rule is: simplify the radical on its own first, then multiply whatever number came out of the root by the original coefficient.

Practical scenario (hypothetical): imagine a workbook problem asks you to simplify 3√50 as part of a longer expression. 50 = 25 × 2, so √50 = 5√2, and the final answer is 3 × 5√2 = 15√2 — the 3 out front never disappears, it just gets multiplied by the 5 that came out of the root.

Self-check trick for any simplified radical: square your final answer and confirm it reproduces the original expression. For 30√2, check (30√2)² = 900 × 2 = 1800, and 5²×72 = 1800 — it matches, so the simplification held up.
Verify your answer in seconds Enter the same power, root, or radical and compare your hand-worked answer against the exact result, decimal value, and full step-by-step breakdown. Try the free Exponent & Radical Calculator →

Frequently asked questions

Why isn't 2⁻³ a negative number?
A negative exponent doesn't make the result negative — it means "take the reciprocal." 2⁻³ = 1/2³ = 1/8 = 0.125, which is a small positive number, not -8. The sign of the base is what can make a result negative (e.g. (-2)³ = -8); the sign of the exponent only controls whether the base ends up in the numerator or the denominator.
Why does my calculator give an error for the square root of a negative number?
Because no real number squared produces a negative result — a positive times a positive is positive, and a negative times a negative is also positive. So an even-index root (square root, 4th root, 6th root…) of a negative radicand has no real answer. Odd-index roots (cube root, 5th root…) don't have this restriction: the cube root of -8 is -2, since (-2)³ = -8.
When solving aⁿ = result for the base, why is it wrong to just divide by n?
Because exponentiation isn't the same operation as multiplication, so its inverse isn't division — it's a root. If a³ = 27, the base isn't 27/3 = 9; it's the cube root of 27, which is 3. The rule is a = result^(1/n), i.e. the nth root of the result, not the result divided by the exponent.
Why is 8^(2/3) not the same as 8² divided by 3?
A fractional exponent p/n means "take the nth root, then raise to the pth power" (or the other order) — it is not a division instruction. 8^(2/3) = (cube root of 8) squared = 2² = 4. Reading the fraction as an arithmetic division of the exponent (8² ÷ 3 ≈ 21.3) applies the wrong operation entirely and gives a very different, incorrect number.
How can I quickly check if I simplified a radical correctly?
Square (or cube, etc.) your simplified answer back out and confirm it matches the original radicand. If you simplified √72 to 6√2, check: (6√2)² = 36 × 2 = 72, which matches, so the simplification is correct. This reverse-check catches the two most common slip-ups: pulling out the wrong factor, or forgetting to multiply the outside coefficient back in.
A note on this guide: the worked examples above (savings scenarios, worksheet problems, workbook exercises) are hypothetical and used purely to illustrate the method. This content is for general educational reference, not a substitute for a math teacher, textbook, or professional guidance on a specific problem.