Ⅰ Numbers & Operations · Stage 5 — Negative & Rational Numbers · 5.6 Powers & Mixed OperationsAll lessons →
Stage 5 · Negative & Rational Numbers

5.6  Powers and Mixed Operations

Shorthand for multiplying over and over, the order everyone agrees on, and a first glimpse past the rationals.

For ages 11–13 · Intuition before notation
2·2·2 three copies of 2 2 3 = 8 base exponent EVERYONE WAITS THEIR TURN 1 · Brackets ( ) 2 · Powers aⁿ 3 · × and ÷ (left → right) 4 · + and − (left → right)
A power packs a repeated product into two small numbers; the order of operations is the line everyone stands in so one expression has exactly one answer.

When you add the same number to itself over and over, you reach for multiplication: 5+5+5 becomes 3×5. This lesson does the very same trick one floor up. When you multiply the same number by itself over and over, you reach for a power: 2·2·2 becomes 23. A power is just shorthand for "multiply this many copies together" — but it brings two new questions with it: what happens to the sign when the base is negative, and once powers, ×, ÷, +, and − all crowd into one expression, whose turn is first?

By the end you will write and expand powers, predict the sign of any power in your head, evaluate a mixed expression by the order everyone agrees on, find a clever shortcut through a messy calculation, and meet a number — √2 — that no fraction can ever pin down. We keep the color habit of the whole stage: positive numbers are teal, negative numbers are red, zero is slate, and a distance or magnitude is amber.

5.6.1 Powers of rational numbers

A power is a short way to write a repeated multiplication. The expression an means "multiply n copies of a together." The number being repeated, a, is called the base; the small raised number, n, is the exponent — it simply counts the copies.

2 3 base exponent (3 copies) = 2 · 2 · 2 three copies multiplied = 8 First two: 2 · 2 = 4 Then once more: 4 · 2 = 8
The exponent 3 counts the copies of the base 2: 23 = 2·2·2 = 8. Multiply two at a time — never multiply the base by the exponent.

Two of these powers are common enough to have nicknames. a2 is read "a squared" (it gives the area of a square with side a), and a3 is read "a cubed" (the volume of a cube). Everything in this stage is a rational number, so the base may be negative or a fraction:

(−2)3 = (−2)(−2)(−2) = −8   ·   (12)2 = 12·12 = 14

Key idea

A power an means n copies of the base multiplied — not the base times the exponent. So 23 = 8, never 2·3 = 6. (One harmless rule for later: any nonzero base to the 0 power is 1, because there is "nothing left to multiply" — start at 1.)

🎮 Try itPower builder

Pick a base — a whole number, a negative, or a simple fraction — and an exponent from 0 to 5. Watch the repeated product spell itself out, then collapse to a value.

Base
Exponent 3

5.6.2 The sign pattern of powers

Because multiplying two negatives gives a positive (Lesson 5.5), the sign of a power follows a clean rhythm. A power of a positive base is always positive — nothing can flip it. A power of a negative base flips its sign with every copy, so the copies pair up:

(−2)² (−2)(−2) = +4 EVEN → positive (−2)³ (−2)(−2)(−2) = −8 ODD → negative (−2)⁴ (−2)(−2)(−2)(−2) = +16 EVEN → positive
With a negative base, the minus signs cancel in pairs: an even exponent leaves them all paired up (result positive); an odd exponent leaves one lonely minus (result negative).
BaseEven exponentOdd exponent
positivepositivepositive
negativepositivenegative

Now the single most important piece of notation in this lesson. Parentheses decide whether the minus belongs to the base. Compare:

(−2)⁴ the base is −2 (−2)(−2)(−2)(−2) = +16 −2⁴ the base is just 2 −(2·2·2·2) = −(16) = −16
Without parentheses the exponent grabs only the 2, and the minus is applied last: −24 = −16. With parentheses the whole −2 is the base: (−2)4 = +16.
The #1 trap of this lesson

(−2)4 = 16 but −24 = −16. The exponent binds tighter than a bare minus sign. If you want the minus to be part of the base, you must wrap it in parentheses. Same story: (−3)2 = 9, while −32 = −9.

🎮 Try itSign-of-power predictor

Set a negative base and an exponent. The even/odd light tells you the sign before you compute. Then flip the parentheses toggle OFF to see the −2⁴ trap spring.

Base
Exponent 4
Parentheses

5.6.3 The order of mixed operations

Look at 5 − 2×32. If two people work it in different orders, they get different answers — and a number must have exactly one value. So the world agrees on an order, a line everyone stands in:

Brackets first — anything inside ( ).
Powers next.
× and ÷, working left to right.
+ and −, working left to right.

PEEL ONE TIER AT A TIME power first 5 − 2× then × 5 − 2×9 then − 5 − 18 = −13
Powers before times before minus: 5 − 2×32 = 5 − 2×9 = 5 − 18 = −13. The minus waits until the very end, which is how the answer lands below zero.

Brackets can rewrite the whole result, because they jump to the front of the line. Put the subtraction inside parentheses and it goes first:

(5−2)×32 = 3×9 = 27

Same digits, same symbols — but 27 instead of −13, all because the brackets changed who went first.

Worked example — a power of a negative inside the order

Evaluate −4 + (−2)3÷4.
Powers first: (−2)3 = −8. → −4 + (−8)÷4.
Now ÷ before +: (−8)÷4 = −2. → −4 + (−2).
Finally add: −4 + −2 = −6.

🎮 Try itOrder-of-operations stepper

Step through the evaluation one tier at a time. The piece about to be simplified lights up, so you can see exactly who takes their turn next.

Expression

5.6.4 The laws and smart shortcuts

The order of operations tells you a path that always works. But the laws of arithmetic — commutative (swap the order), associative (regroup), and distributive (split or factor) — often hand you a much shorter one. A good calculator looks for the friendly numbers first.

Hunt for pairs that round off to tens and hundreds. In (−25)×17×(−4), the two negatives make a positive and 25×4 = 100 is begging to be paired:

(−25)×17×(−4) messy as written 17×(25×4) pair the friendly factors = 17×100 = 1700
Two negatives → positive, and 25×4 = 100. Regrouping turns a three-number scramble into 17×100 you can do in your head.

The distributive law lets you split an awkward factor into a friendly difference. To find 99×(−7), notice 99 = 100 − 1:

Worked example — split with the distributive law

99×(−7) = (100 − 1)×(−7)
= 100×(−7) + (−1)×(−7)
= −700 + 7 = −693.
One easy "times a hundred" and a tiny correction beat a column of long multiplication.

Run distribution the other way — pull out a common factor — and sums collapse too: 37×8 + 37×2 = 37×(8+2) = 37×10 = 370. The laws don't change the answer; they change the amount of work.

Key idea

Before you grind through an expression, glance for a shortcut: pair factors that round off (25 & 4, 2 & 5, 8 & 125), split a near number (99 = 100−1), or factor out what's shared. The order of operations is your safety net; the laws are your speed.

5.6.5 A hint toward real numbers

Every power can be run in reverse. "What number, squared, gives 9?" The answer is 3, because 32 = 9. That reverse question is a square root, written √9 = 3. When the inside is a perfect square — 1, 4, 9, 16, 25 — the root is a tidy whole number.

But now ask the same of 2: "what number squared is 2?" It sits between 1 (whose square is 1) and 2 (whose square is 4), so the answer is somewhere between 1 and 2. We can chase it with decimals — but watch what happens:

GUESS GUESS² VS 2 1.4 1.96 below 1.41 1.9881 below 1.414 1.999396 below 1.4142 1.99996164 below
The squares creep up toward 2 — 1.96, 1.9881, 1.999396, 1.99996164 — getting closer with every digit but never landing exactly on 2. No terminating or repeating decimal ever will.

This is not just impatience: it can be proved that √2 is not a fraction at all — no pq of whole numbers squares to exactly 2. So √2 is a brand-new kind of number that lives between the rationals, plugging a tiny gap on the number line that fractions leave empty.

0 1 2 3 1²=1 2²=4 √2 ≈ 1.4142… (never ends, never repeats)
√2 is wedged between 1 and 2, just past 1.4 — a real point on the line that no fraction sits on.
Coming up next — Stage 6

Numbers like √2 are called irrational. Together with all the rationals they form the real numbers — the complete, gap-free number line. Stage 6 (Powers, Roots & Real Numbers) builds them properly. For now, just hold the surprise: reversing a humble little squaring can carry you right out of the world of fractions.

🎮 Try itGuess the root of 2

Slide a guess and watch its square. You can get the square as close to 2 as you like — but you will never land exactly on it. That "almost, but never" is the feel of an irrational number.

Your guess 1.400

The big ideas, in one breath

A power an packs n copies of the base into a multiplication, so 23 = 8 and (½)2 = ¼. A positive base always gives a positive power; a negative base gives positive for even exponents and negative for odd — and (−2)4 = 16 is not −24 = −16, because parentheses decide whether the minus is part of the base. When operations mix, everyone waits their turn: brackets → powers → ×,÷ → +,−, each left to right. And the laws (commute, regroup, distribute) hand you shortcuts past the mess. Finally, reversing a power asks for a root; sometimes — like √2 — the answer is no fraction at all, our first peek at the real numbers.

That wraps Stage 5

You now have the whole toolkit for negative and rational numbers — comparing, adding, subtracting, multiplying, dividing, and raising to powers, all in the right order. Stage 6 opens the gate that √2 just cracked: powers, roots, and the full real-number line.

Exercises 5.6

Work each one out first, then open the answer to check your thinking.

  1. Write 7·7·7·7 as a power, then evaluate it.
    Show answer
    74. Multiply two at a time: 7·7 = 49, 49·7 = 343, 343·7 = 2401.
  2. Expand and evaluate (½)3.
    Show answer
    (½)3 = ½·½·½ = 18. Three copies of ½ multiplied: numerator 1·1·1 = 1, denominator 2·2·2 = 8.
  3. Evaluate (−2)5.
    Show answer
    The exponent 5 is odd and the base is negative, so the result is negative. Magnitude 25 = 32, so (−2)5 = −32.
  4. Is (−1)100 positive or negative? What about (−1)101?
    Show answer
    100 is even(−1)100 = +1. 101 is odd(−1)101 = −1. A negative base just follows even = positive, odd = negative.
  5. Find both values and explain the difference: (−3)2 and −32.
    Show answer
    (−3)2 = (−3)(−3) = 9 — the base is −3. −32 = −(3·3) = −9 — the base is just 3, and the minus is applied last. Parentheses make the minus part of the base.
  6. Evaluate 5 − 2×32.
    Show answer
    Power first: 32 = 9. Then ×: 2×9 = 18. Then −: 5 − 18 = −13.
  7. Evaluate (5 − 2)×32. Compare with the exercise above.
    Show answer
    Brackets first: 5 − 2 = 3. Then power: 32 = 9. Then ×: 3×9 = 27. The brackets sent the subtraction to the front, flipping the answer from −13 to 27.
  8. Evaluate −10 + (−2)3×2.
    Show answer
    Power: (−2)3 = −8. Then ×: (−8)×2 = −16. Then +: −10 + (−16) = −26.
  9. Use a smart shortcut to compute (−25)×(−4)×13.
    Show answer
    Pair the friendly factors: two negatives make positive, and 25×4 = 100. So (−25)×(−4) = 100, then 100×13 = 1300.
  10. Is √2 a rational number? And between which two whole numbers does it lie? (Also state √16.)
    Show answer
    No√2 is not rational; no fraction squares to exactly 2 (the decimals 1.4, 1.41, 1.414… creep up to 2 but never reach it). It lies between 1 and 2, since 12=1 and 22=4. But √16 = 4 exactly, because 16 is a perfect square.

🎯 Quick check

Six questions to lock it in. Tap the answer you think is right.

§ For teachers and parents

This lesson serves the U.S. Common Core standards for exponents and operations: 6.EE.A.1 (write and evaluate numerical expressions with whole-number exponents), 6.EE.A.2c (evaluate expressions, applying the conventional order of operations), and 7.NS.A.3 (solve problems with the four operations on rational numbers, including negatives). The closing section previews 8.EE.A.2 (square roots) and 8.NS.A.1 (rational vs. irrational numbers), so it deliberately stays intuitive — a felt taste of √2, not a proof. The single most common misconception is reading −24 as if it were (−2)4. The antidote, repeated in the figures and the quiz: parentheses decide whether the minus is part of the base; the exponent binds tighter than a bare minus, so without parentheses the minus is applied last. A close runner-up is computing an as a×n (e.g., 23 = 6) — counter it by always expanding to the repeated product the first few times.

eastmath.com · Stage 5 · 5.6 Powers & Mixed Operations · Intuition before notation