We live in Minneapolis, Minnesota. My 12
Ask
We live in Minneapolis, Minnesota.
My 12-year-old son is in 7th grade pre-algebra. Today while doing homework, he stared at 2^(-3) = 1/8 and asked me:
"Why is 2^(-3) a positive fraction (1/8)? There is a negative sign right there in the exponent! Shouldn't it be -6 or -8? Why doesn't a negative power make the answer negative?"
His textbook just says: "Definition: a^(-n) = 1/(a^n)."
He is frustrated and says: "That's just a magic formula, it makes zero sense. Why does a negative power mean division?"
I want to sit down with him at the kitchen table tonight for 10 minutes and show him why this makes sense without just reciting textbook definitions.
1. How can I explain the concept of negative exponents using a simple descending pattern so he understands why negative powers represent repeated division rather than negative values?
2. Can you give me a full novice demonstration on a different base (like powers of 10 or 3), and then one quick micro-task he can do at the table to verify he gets it?
Answer
The minus sign in 2⁻³ isn't a minus — it's a **position**. It counts how many times you divided past 1, not that the answer is negative.
**Tonight's10-minute goal:** he can extend a descending ladder of 10s from 10³ down to 10⁻³, then on his own extend a ladder of 3s to find 3⁻². Success looks like him pointing at each step and saying "divide by the base" out loud.
## The whole demo (powers of 10)
Lay out a ladder on a scrap piece of paper. Each rung is one step.
```
10³ = 1,000
10² = 100 ← 1,000 ÷ 10
10¹ = 10 ← 100 ÷ 10
10⁰ = 1 ← 10 ÷ 10
10⁻¹ = 1/10 ← 1 ÷ 10
10⁻² = 1/100 ← 1/10 ÷ 10
10⁻³ = 1/1000 ← 1/100 ÷ 10
```
Tell him: *"Every step down, divide by 10. Every step up, multiply by 10. The exponent is just the rung number — positive means above the floor, negative means below."*
Then point at the 10⁰ → 10⁻¹ crossing and say:
> *"The minus in 10⁻¹ isn't making 10 negative. It means you went past 1, and the only way to keep the ladder going is to keep dividing. So 10⁻¹ = 1/10. The minus is a direction — like the down-arrow on the ladder — not a minus button."*
Connect back: his 2⁻³ is the same ladder with ÷2 instead of ÷10. Three divisions past 1 lands you at 1/8. Same rule.
## The micro-task (powers of 3 — different base, same ladder)
Hand him the pencil: *"Make the same ladder for 3. Start at 3² on top, find 3⁰, then 3⁻¹, then 3⁻²."*
```
3² = 9
3¹ = 3 ← 9 ÷ 3
3⁰ = 1 ← 3 ÷ 3
3⁻¹ = 1/3 ← 1 ÷ 3
3⁻² = 1/9 ← 1/3 ÷ 3
```
At3⁻², ask: *"Why isn't this −6 or −9?"* If he can say "because the minus means I divided past 1, not that the answer is negative" — the concept landed.
## If he gets stuck
- **Says "3⁻² should be −6"** — he's still treating the minus as subtraction. Walk the divisions: 3 → 1 → 1/3 → 1/9. Point at each ÷3 and count them out loud. Three divisions, not three subtractions.
- **Writes 3⁻¹ = −3** — direction got lost. Ask: *"Is 1/3 less than 1? Is −3 less than 1?"* Let him see 1/3 fits on the descending ladder and −3 doesn't.
**Tomorrow (no pressure):** have him write the same ladder for his base of 2, from 2³ down to 2⁻³. He'll see it's the same idea — just a different step size.