MathBored

Virginia SOL Mathematics Textbook

Workbook pagesAnswer key

Chapter 8 — Simplifying Numerical Expressions

Standard: 7.PFA.2 (a) — The student will simplify numerical expressions, simplify and generate equivalent algebraic expressions in one variable, and evaluate algebraic expressions for given replacement values of the variables.

By the end of this chapter you will be able to:

Lessons: 8.1 The Order of Operations · 8.2 Exponents and Perfect-Square Roots Inside Expressions · 8.3 Brackets and Absolute Value Bars · 8.4 Properties of Real Numbers as Shortcuts

Calculator note. Everything in this chapter is meant to be done by mental math and pencil work. Virginia assesses this skill without a calculator, so every number here is chosen so that you can reach it by hand. A calculator would also hide the very thing this chapter teaches: the order you do the steps in.

A note on notation. This chapter uses parentheses ( ), brackets [ ], and absolute value bars | |. It does not use braces { }. Exponents stay at 1, 2, 3, or 4, bases are positive integers, and every square root you meet has a perfect square underneath it.


Lesson 8.1 — The Order of Operations

Why an order is necessary

Look at this expression:

7+3×47 + 3 \times 4

Two students simplify it. One adds first and gets 10×4=4010 \times 4 = 40. The other multiplies first and gets 7+12=197 + 12 = 19. Both did real arithmetic, and they got different answers. That is a problem — not a small one. If a single expression could mean two things, then a recipe, a price tag, a bridge measurement, and a test question could all mean two things.

Mathematicians settled this the way any community settles an ambiguity: by agreeing on a rule and using it everywhere. That agreement is called the order of operations. It is not a law of nature and it is not a trick. It is a shared convention, and its whole value comes from everyone following it.

The agreement says the second student is right. 7+3×4=197 + 3 \times 4 = 19.

A numerical expression is a combination of numbers and operation symbols, with no equals sign — for example 7+3×47 + 3 \times 4 or 5×(83)5 \times (8 - 3). To simplify a numerical expression means to carry out its operations in the agreed order until only a single number is left. That single number is the value of the expression.

The four tiers

The four tiers of the order of operations, from grouping symbols down to addition and subtraction

Read the ladder from the top down.

The part everyone gets wrong

Tiers 3 and 4 each hold two operations, and those two operations are equal in rank. Multiplication does not outrank division, and addition does not outrank subtraction. Within a tier you simply move left to right.

That matters because subtraction and division are not commutative — order changes the answer.

24÷6×2means(24÷6)×2=4×2=824 \div 6 \times 2 \quad\text{means}\quad (24 \div 6) \times 2 = 4 \times 2 = 8

If you had multiplied first, you would have gotten 24÷12=224 \div 12 = 2, which is wrong. Same symbols, different value, and only one of them follows the agreement.

The same trap sits in the bottom tier:

185+2means(185)+2=13+2=1518 - 5 + 2 \quad\text{means}\quad (18 - 5) + 2 = 13 + 2 = 15

Adding first would give 187=1118 - 7 = 11. Also wrong. When you see a string of additions and subtractions, walk it left to right like you are reading a sentence.

A caution about memory devices. Whatever mnemonic you learned, remember that it lists four tiers, not six steps. Multiplication and division are one tier read left to right, and addition and subtraction are one tier read left to right.

How to show your work

Simplify one tier at a time and rewrite the whole expression on a new line after each step. Do not do two steps in your head at once. The rewriting is what makes an error findable — if the value comes out wrong, you can see exactly which line broke.

3018÷3+2×5start306+2×5divide306+10multiply24+10subtract (leftmost first)34add\begin{aligned} 30 - 18 \div 3 + 2 \times 5 \quad &\text{start} \\ 30 - 6 + 2 \times 5 \quad &\text{divide} \\ 30 - 6 + 10 \quad &\text{multiply} \\ 24 + 10 \quad &\text{subtract (leftmost first)} \\ 34 \quad &\text{add} \end{aligned}

Worked examples

Example 1 — Multiplication before addition

Simplify 7+3×47 + 3 \times 4.

There are no grouping symbols and no exponents, so start at tier 3.

7+3×4=7+12=197 + 3 \times 4 = 7 + 12 = 19

Answer: 1919

Example 2 — Two operations from the same tier

Simplify 24÷6×224 \div 6 \times 2.

Division and multiplication share a tier, so work left to right. The division is leftmost.

24÷6×2=4×2=824 \div 6 \times 2 = 4 \times 2 = 8

Answer: 88

Example 3 — Grouping symbols first

Simplify 5×(83)+12÷45 \times (8 - 3) + 12 \div 4.

Tier 1 is the parentheses. Then tier 3, left to right. Then tier 4.

5×(83)+12÷4=5×5+12÷4=25+12÷4=25+3=28\begin{aligned} 5 \times (8 - 3) + 12 \div 4 &= 5 \times 5 + 12 \div 4 \\ &= 25 + 12 \div 4 \\ &= 25 + 3 \\ &= 28 \end{aligned}

Answer: 2828

Example 4 — A four-step expression

Simplify 3018÷3+2×530 - 18 \div 3 + 2 \times 5.

Clear tier 3 completely before touching tier 4.

3018÷3+2×5=306+2×5=306+10=24+10=34\begin{aligned} 30 - 18 \div 3 + 2 \times 5 &= 30 - 6 + 2 \times 5 \\ &= 30 - 6 + 10 \\ &= 24 + 10 \\ &= 34 \end{aligned}

Notice the last two lines: the subtraction happened before the addition only because it was farther left.

Answer: 3434

Example 5 — Two separate groups

Simplify (146)÷4+3×(2+5)(14 - 6) \div 4 + 3 \times (2 + 5).

There are two groups, and neither is inside the other, so simplify both.

(146)÷4+3×(2+5)=8÷4+3×7=2+21=23\begin{aligned} (14 - 6) \div 4 + 3 \times (2 + 5) &= 8 \div 4 + 3 \times 7 \\ &= 2 + 21 \\ &= 23 \end{aligned}

Answer: 2323

Guided practice

  1. Simplify 9+6×29 + 6 \times 2. Which tier do you do first?
  2. Simplify (9+6)×2(9 + 6) \times 2. Compare your answer to item 1 and explain what the parentheses changed.
  3. Simplify 2012÷420 - 12 \div 4.
  4. Simplify 36÷9×236 \div 9 \times 2. Write the leftmost operation first.
  5. Simplify 5×(114)+85 \times (11 - 4) + 8.
  6. Simplify 48÷(6+2)348 \div (6 + 2) - 3.

Independent practice

  1. Simplify each: a) 8+5×38 + 5 \times 3 b) (8+5)×3(8 + 5) \times 3 c) 8×5+38 \times 5 + 3 d) 8×(5+3)8 \times (5 + 3)
  2. Simplify each: a) 406×440 - 6 \times 4 b) (406)×4(40 - 6) \times 4 c) 40÷8+240 \div 8 + 2 d) 40÷(8+2)40 \div (8 + 2)
  3. Simplify 60÷5×360 \div 5 \times 3.
  4. Simplify 184+718 - 4 + 7.
  5. Simplify 7×415÷57 \times 4 - 15 \div 5.
  6. Simplify (259)÷4+6×2(25 - 9) \div 4 + 6 \times 2.
  7. Simplify 100(36÷4+11)×3100 - (36 \div 4 + 11) \times 3.
  8. Application. A class buys 4 packs of markers that cost $3 each and 2 notebooks that cost $5 each. Write a single numerical expression for the total cost, then simplify it.
  9. Reasoning. Explain why 185+218 - 5 + 2 does not equal 18718 - 7. Give the correct value and say what rule settles it.
  10. Error analysis. Riley simplified 6+2×96 + 2 \times 9 by writing 6+2=86 + 2 = 8 and then 8×9=728 \times 9 = 72. Identify the error and give the correct value.

Exit ticket 8.1

  1. Simplify 12+8÷212 + 8 \div 2.
  2. Simplify (12+8)÷2(12 + 8) \div 2.
  3. Simplify 9×320÷49 \times 3 - 20 \div 4.
  4. In your own words, explain why mathematicians needed to agree on an order of operations at all.

Lesson 8.2 — Exponents and Perfect-Square Roots Inside Expressions

Exponents, briefly

An exponent tells you how many times a base is used as a factor. In 232^3, the base is 2 and the exponent is 3, so

23=2×2×2=82^3 = 2 \times 2 \times 2 = 8

Read 232^3 as "two to the third power" or "two cubed." Read 525^2 as "five squared."

Two reminders that catch people every year. First, 232^3 is not 2×32 \times 3. The exponent counts factors; it does not multiply. Second, 232^3 and 323^2 are different numbers: 23=82^3 = 8 while 32=93^2 = 9. The base and the exponent are not interchangeable.

In this course, exponents are limited to 1, 2, 3, and 4, and bases are positive integers. An exponent of 1 leaves the base alone: 71=77^1 = 7, because 7 is used as a factor exactly once.

Here are the powers you will use most. Build them by repeated multiplication if you do not remember one.

Base to the 1st to the 2nd to the 3rd to the 4th
2 2 4 8 16
3 3 9 27 81
4 4 16 64 256
5 5 25 125 625
10 10 100 1{,}000 10{,}000

Perfect-square roots, briefly

The square root of a number is the number that, multiplied by itself, gives it. The radical sign x\sqrt{\phantom{x}} asks for the positive square root, and the number underneath is the radicand.

49=7because7×7=49\sqrt{49} = 7 \quad \text{because} \quad 7 \times 7 = 49

Every radicand in this chapter is a perfect square — a number produced by multiplying a whole number by itself — so every root you take comes out to a whole number. The list you built in Chapter 3 is the list you need here: 0,1,4,9,16,25,36,49,64,81,100,121,144,169,196,225,256,289,324,361,4000, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400.

Where they sit in the order

Exponents and perfect-square roots share tier 2. They come after grouping symbols and before any multiplication, division, addition, or subtraction.

5+32×2=5+9×2=5+18=235 + 3^2 \times 2 = 5 + 9 \times 2 = 5 + 18 = 23

The 323^2 became 9 before anything was multiplied, and certainly before anything was added.

There is one detail about the radical sign worth stating plainly: the radical sign is also a grouping symbol. Everything sitting under the bar is one package, and you simplify that package completely before taking the root.

25+11=36=6\sqrt{25 + 11} = \sqrt{36} = 6

You may not take the roots one at a time — 25+11\sqrt{25} + \sqrt{11} is a different expression entirely. The bar over 25+1125 + 11 groups those numbers just as parentheses would.

The same holds for a power applied to a group. In (3+2)2(3 + 2)^2 the exponent belongs to the whole group, so simplify inside first:

(3+2)2=52=25(3 + 2)^2 = 5^2 = 25

That is not the same as 32+22=9+4=133^2 + 2^2 = 9 + 4 = 13. Squaring a sum is not squaring the pieces.

Worked examples

Example 1 — A power inside a longer expression

Simplify 5+32×25 + 3^2 \times 2.

Tier 2 first, then tier 3, then tier 4.

5+32×2=5+9×2=5+18=23\begin{aligned} 5 + 3^2 \times 2 &= 5 + 9 \times 2 \\ &= 5 + 18 \\ &= 23 \end{aligned}

Answer: 2323

Example 2 — A power with a division

Simplify 2410÷52^4 - 10 \div 5.

2410÷5=1610÷5=162=14\begin{aligned} 2^4 - 10 \div 5 &= 16 - 10 \div 5 \\ &= 16 - 2 \\ &= 14 \end{aligned}

Answer: 1414

Example 3 — A root and a power together

Simplify 49+6×23\sqrt{49} + 6 \times 2^3.

Both tier-2 pieces come first, then the multiplication, then the addition.

49+6×23=7+6×8=7+48=55\begin{aligned} \sqrt{49} + 6 \times 2^3 &= 7 + 6 \times 8 \\ &= 7 + 48 \\ &= 55 \end{aligned}

Answer: 5555

Example 4 — An exponent on a group

Simplify (3+2)281(3 + 2)^2 - \sqrt{81}.

The parentheses are tier 1, so they go before the exponent even though the exponent is attached to them.

(3+2)281=5281=259=16\begin{aligned} (3 + 2)^2 - \sqrt{81} &= 5^2 - \sqrt{81} \\ &= 25 - 9 \\ &= 16 \end{aligned}

Answer: 1616

Example 5 — A radicand that must be simplified first

Simplify 25+11×342\sqrt{25 + 11} \times 3 - 4^2.

The radical sign groups 25+1125 + 11, so add underneath before taking the root.

25+11×342=36×342=6×316=1816=2\begin{aligned} \sqrt{25 + 11} \times 3 - 4^2 &= \sqrt{36} \times 3 - 4^2 \\ &= 6 \times 3 - 16 \\ &= 18 - 16 \\ &= 2 \end{aligned}

Answer: 22

Guided practice

  1. Evaluate: a) 232^3 b) 343^4 c) 10210^2 d) 717^1
  2. Simplify 4+524 + 5^2.
  3. Simplify 6×236 \times 2^3.
  4. Simplify 64+12\sqrt{64} + 12.
  5. Simplify 32+16×23^2 + \sqrt{16} \times 2.
  6. Simplify (2+3)215(2 + 3)^2 - 15. What do you do before applying the exponent?

Independent practice

  1. Evaluate: a) 222^2 b) 242^4 c) 535^3 d) 141^4
  2. Evaluate: a) 36\sqrt{36} b) 100\sqrt{100} c) 144\sqrt{144} d) 225\sqrt{225}
  3. Simplify 5042×250 - 4^2 \times 2.
  4. Simplify 81×3+23\sqrt{81} \times 3 + 2^3.
  5. Simplify (62)3÷8(6 - 2)^3 \div 8.
  6. Simplify 9+16+52\sqrt{9 + 16} + 5^2.
  7. Simplify 3349×2+13^3 - \sqrt{49} \times 2 + 1.
  8. Simplify 100÷(2+3)2×3100 \div (2 + 3)^2 \times 3.
  9. Application. A square garden covers 144 square feet. Write a numerical expression using a square root for the distance all the way around the garden, then simplify it.
  10. Reasoning. Explain why 232^3 and 323^2 are not equal, even though the same two numbers appear in both. Give both values.
  11. Error analysis. Tomas simplified 3+233 + 2^3 by writing 3+2=53 + 2 = 5 and then 53=1255^3 = 125. Identify the error and give the correct value.

Exit ticket 8.2

  1. Simplify 7+247 + 2^4.
  2. Simplify 10032\sqrt{100} - 3^2.
  3. Simplify (4+5)2÷3(4 + 5)^2 \div 3.
  4. Explain why 9+16\sqrt{9 + 16} is not the same as 9+16\sqrt{9} + \sqrt{16}. Give both values.

Lesson 8.3 — Brackets and Absolute Value Bars

A second pair of grouping symbols

When one group sits inside another, writing parentheses inside parentheses gets hard to read: 2(15(3+4))+52(15 - (3 + 4)) + 5 makes your eye count symbols instead of think. So we use brackets [ ] for the outer group:

2[15(3+4)]+52[15 - (3 + 4)] + 5

Brackets do exactly what parentheses do. They are not a stronger or weaker grouping symbol — they are the same idea in a different shape, used so the layers are easy to see. (You may have seen braces { } used as a third layer. In Grade 7 we stop at two, so no expression in this book uses braces.)

Peel from the inside out

With nested groups, the rule from tier 1 does the work: innermost first.

Peeling a nested expression one grouping symbol at a time, from the inner parentheses out to the brackets

Think of the expression as an onion. The parentheses are the center. Simplify them, rewrite the whole expression, and the brackets become the new center. Simplify those, rewrite again, and now you have an ordinary expression with no grouping symbols left. Each rewrite makes the next step obvious.

One notational point: in 2[8]2[8], the 2 sitting against the bracket means multiplication, the same way it does in 2(8)2(8). So 2[8]=162[8] = 16.

Absolute value bars group too

The absolute value of a number is its distance from zero on the number line. Distance has no direction, so absolute value is never negative.

Absolute value shown as distance from zero for negative seven and for four

7=7and4=4|-7| = 7 \qquad \text{and} \qquad |4| = 4

Now the part that belongs to this chapter. A pair of absolute value bars is a grouping symbol. It works in two moves, always in this order:

411=7=7|4 - 11| = |-7| = 7

You may not drop the bars and simplify as you go. Writing 411|4 - 11| as 4114 - 11 gives 3-3 once you finish the surrounding expression incorrectly, and it throws away what the bars are for. Simplify inside; then take the distance.

This is the place where a negative value inside becomes positive, and that is not a trick — it is what distance means. The number 411=74 - 11 = -7 sits 7 units from zero, so its absolute value is 7.

Two more useful facts:

Where the bars sit in the order

Absolute value bars are tier 1, right alongside parentheses and brackets. If bars appear inside brackets, the bars are the inner layer and go first. If a bracket appears inside bars, the bracket goes first. Innermost first, always.

[23+15]÷3=[8+4]÷3=12÷3=4[2^3 + |1 - 5|] \div 3 = [8 + 4] \div 3 = 12 \div 3 = 4

Worked examples

Example 1 — Brackets around parentheses

Simplify 3[8+(72)]3[8 + (7 - 2)].

Innermost group first.

3[8+(72)]=3[8+5]=3[13]=39\begin{aligned} 3[8 + (7 - 2)] &= 3[8 + 5] \\ &= 3[13] \\ &= 39 \end{aligned}

Answer: 3939

Example 2 — Brackets with a power outside

Simplify [24÷(5+1)]+23[24 \div (5 + 1)] + 2^3.

[24÷(5+1)]+23=[24÷6]+23=4+23=4+8=12\begin{aligned} [24 \div (5 + 1)] + 2^3 &= [24 \div 6] + 2^3 \\ &= 4 + 2^3 \\ &= 4 + 8 \\ &= 12 \end{aligned}

Answer: 1212

Example 3 — A negative value inside the bars

Simplify 411+6|4 - 11| + 6.

Simplify inside the bars, then take the distance from zero, then add.

411+6=7+6=7+6=13\begin{aligned} |4 - 11| + 6 &= |-7| + 6 \\ &= 7 + 6 \\ &= 13 \end{aligned}

Answer: 1313

Example 4 — A multiplier in front of the bars

Simplify 538225|3 - 8| - 2^2.

53822=5522=5×54=254=21\begin{aligned} 5|3 - 8| - 2^2 &= 5|-5| - 2^2 \\ &= 5 \times 5 - 4 \\ &= 25 - 4 \\ &= 21 \end{aligned}

Answer: 2121

Example 5 — Bars nested inside brackets

Simplify 2[610+36]÷52[|6 - 10| + \sqrt{36}] \div 5.

The bars are the innermost layer. Then finish the brackets, then work tier 3 left to right.

2[610+36]÷5=2[4+36]÷5=2[4+6]÷5=2[10]÷5=20÷5=4\begin{aligned} 2[|6 - 10| + \sqrt{36}] \div 5 &= 2[|-4| + \sqrt{36}] \div 5 \\ &= 2[4 + 6] \div 5 \\ &= 2[10] \div 5 \\ &= 20 \div 5 \\ &= 4 \end{aligned}

Answer: 44

Guided practice

  1. Simplify 2[9+(41)]2[9 + (4 - 1)]. Which group do you simplify first?
  2. Simplify [30(6×4)]+5[30 - (6 \times 4)] + 5.
  3. Find 9|-9|.
  4. Find 512|5 - 12|. Write the value inside the bars before you take the distance.
  5. Simplify 28+32|2 - 8| + 3^2.
  6. Simplify 4[77+5]4[|7 - 7| + 5].

Independent practice

  1. Evaluate: a) 15|-15| b) 20|20| c) 0|0| d) 4+4|-4| + |4|
  2. Simplify 3[14(2+5)]3[14 - (2 + 5)].
  3. Simplify [45÷(2+7)]×4[45 \div (2 + 7)] \times 4.
  4. Simplify 5034950 - 3|4 - 9|.
  5. Simplify [23+15]÷3[2^3 + |1 - 5|] \div 3.
  6. Simplify 925\sqrt{|9 - 25|}.
  7. Simplify 2[(3+2)21014]2[(3 + 2)^2 - |10 - 14|].
  8. Simplify [10042]÷07[100 - 4^2] \div |0 - 7|.
  9. Application. At 6 a.m. the temperature was 5-5°F. By noon it was 99°F. Write an expression using absolute value bars for how many degrees the temperature changed, then simplify it.
  10. Reasoning. Explain why 310|3 - 10| and 103|10 - 3| have the same value, using the idea of distance.
  11. Error analysis. Priya simplified 49+6|4 - 9| + 6 by dropping the bars and writing 49+6=14 - 9 + 6 = 1. Identify the error and give the correct value.

Exit ticket 8.3

  1. Simplify 815|8 - 15|.
  2. Simplify 4[6(1+3)]4[6 - (1 + 3)].
  3. Simplify [32+26]÷13[3^2 + |2 - 6|] \div 13.
  4. Explain why the bars in 49|4 - 9| are called grouping symbols. What must you finish before taking the absolute value?

Lesson 8.4 — Properties of Real Numbers as Shortcuts

Shortcuts, not exceptions

Simplify 17+46+317 + 46 + 3 strictly left to right: 17+46=6317 + 46 = 63, then 63+3=6663 + 3 = 66. Correct, but the middle step was the hard one.

Now try it the easy way. Add the 17 and the 3 first to make 20, then add 46: 20+46=6620 + 46 = 66. Same answer, no hard step.

Rearranging like that is allowed, and it is allowed for a reason with a name. The properties of real numbers are statements about which rearrangements never change a value. They are not exceptions to the order of operations — they are facts about addition and multiplication that let you reach the same correct value by an easier road. If a shortcut ever gives you a different answer than the strict order would, the shortcut was misapplied.

The properties you will use

Property What it says Example
Commutative property of addition Order of addends does not matter 6+9=9+66 + 9 = 9 + 6
Commutative property of multiplication Order of factors does not matter 2×11=11×22 \times 11 = 11 \times 2
Associative property of addition Regrouping addends does not matter (7+2)+8=7+(2+8)(7 + 2) + 8 = 7 + (2 + 8)
Associative property of multiplication Regrouping factors does not matter (3×5)×2=3×(5×2)(3 \times 5) \times 2 = 3 \times (5 \times 2)
Distributive property A factor multiplies each term of a sum 6(10+4)=6(10)+6(4)6(10 + 4) = 6(10) + 6(4)
Additive identity Adding 0 changes nothing 8+0=88 + 0 = 8
Multiplicative identity Multiplying by 1 changes nothing 14×1=1414 \times 1 = 14
Additive inverse A number plus its opposite is 0 46+(46)=046 + (-46) = 0
Multiplicative inverse A number times its reciprocal is 1 9×19=19 \times \tfrac{1}{9} = 1

The one boundary line

The commutative and associative properties belong to addition and multiplication only. They do not hold for subtraction or division:

104=6but410=610 - 4 = 6 \qquad \text{but} \qquad 4 - 10 = -6 20÷5=4but5÷20=1420 \div 5 = 4 \qquad \text{but} \qquad 5 \div 20 = \tfrac{1}{4}

So you may freely reorder the addends of a sum or the factors of a product, but you may not swap the two sides of a subtraction or a division. That single boundary keeps the shortcuts honest.

You also cannot reorder across tiers. In 5+3×45 + 3 \times 4 the 3 and the 4 are factors of one product; the 5 is an addend. No property lets you add the 5 and the 3 first.

Making friendly numbers

Most shortcuts come down to one habit: rearrange to make a 10, a 100, or a 1,000, then finish.

47+68+53=(47+53)+68=100+68=16847 + 68 + 53 = (47 + 53) + 68 = 100 + 68 = 168 4×19×25=(4×25)×19=100×19=1,9004 \times 19 \times 25 = (4 \times 25) \times 19 = 100 \times 19 = 1{,}900

The first uses the commutative and associative properties of addition; the second uses the commutative and associative properties of multiplication. Both give exactly what strict left-to-right would give, with less strain.

Additive inverses are worth watching for too:

58+27+(58)=58+(58)+27=0+27=2758 + 27 + (-58) = 58 + (-58) + 27 = 0 + 27 = 27

That line used the commutative property to bring the opposites together, the additive inverse property to get 0, and the additive identity property to drop it.

The distributive property

The distributive property is the one that connects multiplication and addition, and the area of a rectangle is the clearest picture of it.

An area model showing six times ten plus four equals sixty plus twenty-four, or eighty-four

The whole rectangle is 6 units tall and 10+4=1410 + 4 = 14 units wide, so its area is 6(14)=846(14) = 84. Cut it along the line and you have a 6×106 \times 10 piece of area 60 and a 6×46 \times 4 piece of area 24, and 60+24=8460 + 24 = 84. The pieces have to total the whole, which is exactly what the property claims:

6(10+4)=6(10)+6(4)=60+24=846(10 + 4) = 6(10) + 6(4) = 60 + 24 = 84

Notice what the shortcut bought you. Multiplying 6×146 \times 14 in your head is a little work; multiplying 6×106 \times 10 and 6×46 \times 4 is almost none. That is why you break a number into a friendly part and a small part:

8(30+5)=8(30)+8(5)=240+40=2808(30 + 5) = 8(30) + 8(5) = 240 + 40 = 280

The distributive property also works over a subtraction, and the same picture explains it — you compute a big rectangle and remove a strip:

9(302)=9(30)9(2)=27018=2529(30 - 2) = 9(30) - 9(2) = 270 - 18 = 252

Check it the strict way: 9×28=2529 \times 28 = 252. The shortcut and the rule agree, as they always must.

Distribute to every term. The most common error here is multiplying the first term and forgetting the second: writing 3(8+5)3(8 + 5) as 3(8)+53(8) + 5. The factor outside touches everything inside.

Worked examples

Example 1 — Commutative and associative properties of addition

Simplify 17+46+317 + 46 + 3 using a shortcut, and name the properties.

Reorder (commutative) and regroup (associative) to pair the numbers that make 20.

17+46+3=(17+3)+46=20+46=6617 + 46 + 3 = (17 + 3) + 46 = 20 + 46 = 66

Check strictly: 17+46=6317 + 46 = 63 and 63+3=6663 + 3 = 66. ✓

Answer: 6666

Example 2 — Commutative and associative properties of multiplication

Simplify 25×7×425 \times 7 \times 4.

Pair the 25 and the 4 to make 100.

25×7×4=(25×4)×7=100×7=70025 \times 7 \times 4 = (25 \times 4) \times 7 = 100 \times 7 = 700

Check strictly: 25×7=17525 \times 7 = 175 and 175×4=700175 \times 4 = 700. ✓

Answer: 700700

Example 3 — Distributive property

Simplify 8(30+5)8(30 + 5) two ways.

Using the distributive property:

8(30+5)=8(30)+8(5)=240+40=2808(30 + 5) = 8(30) + 8(5) = 240 + 40 = 280

Using the order of operations directly:

8(30+5)=8(35)=2808(30 + 5) = 8(35) = 280

Answer: 280280

Example 4 — Inverse and identity

Simplify 46+25+(46)46 + 25 + (-46) and name each property used.

46+25+(46)=46+(46)+25commutative property of addition=0+25additive inverse property=25additive identity property\begin{aligned} 46 + 25 + (-46) &= 46 + (-46) + 25 && \text{commutative property of addition} \\ &= 0 + 25 && \text{additive inverse property} \\ &= 25 && \text{additive identity property} \end{aligned}

Answer: 2525

Example 5 — A shortcut inside a longer expression

Simplify 4(25+3)234(25 + 3) - 2^3.

Distribute to handle the product easily, then finish in order.

4(25+3)23=4(25)+4(3)23=100+128=1128=104\begin{aligned} 4(25 + 3) - 2^3 &= 4(25) + 4(3) - 2^3 \\ &= 100 + 12 - 8 \\ &= 112 - 8 \\ &= 104 \end{aligned}

Check strictly: 4(28)=1124(28) = 112 and 1128=104112 - 8 = 104. ✓

Answer: 104104

Guided practice

  1. Name the property: 6+9=9+66 + 9 = 9 + 6.
  2. Name the property: (3×5)×2=3×(5×2)(3 \times 5) \times 2 = 3 \times (5 \times 2).
  3. Use a shortcut to simplify 28+15+228 + 15 + 2, and say which two numbers you paired and why.
  4. Use a shortcut to simplify 5×17×25 \times 17 \times 2.
  5. Use the distributive property to simplify 7(20+3)7(20 + 3).
  6. Name the property: 14×1=1414 \times 1 = 14.

Independent practice

  1. Name the property shown by each: a) 8+0=88 + 0 = 8 b) 9×19=19 \times \tfrac{1}{9} = 1 c) 4(6+1)=4(6)+4(1)4(6 + 1) = 4(6) + 4(1) d) 2×11=11×22 \times 11 = 11 \times 2
  2. Use a shortcut to simplify 47+68+5347 + 68 + 53.
  3. Use a shortcut to simplify 4×19×254 \times 19 \times 25.
  4. Use the distributive property to simplify 6(50+7)6(50 + 7), then check by simplifying inside the parentheses first.
  5. Use the distributive property to simplify 9(302)9(30 - 2).
  6. Simplify 58+27+(58)58 + 27 + (-58) and name the three properties you used.
  7. Simplify (14×4)×23\left(\tfrac{1}{4} \times 4\right) \times 23 and name the two properties you used.
  8. Simplify 5(20+4)325(20 + 4) - 3^2.
  9. Application. A teacher buys 8 boxes of pencils at $12 each and 8 boxes of erasers at $3 each. Write the total cost two ways — as 8(12)+8(3)8(12) + 8(3) and as a single product — and simplify.
  10. Reasoning. Show with an example that subtraction is not commutative. Then explain why the properties in this lesson are shortcuts rather than exceptions to the order of operations.
  11. Error analysis. Devon simplified 3(8+5)3(8 + 5) as 3(8)+5=293(8) + 5 = 29. Identify the error and give the correct value, with a check.

Exit ticket 8.4

  1. Name the property: (7+2)+8=7+(2+8)(7 + 2) + 8 = 7 + (2 + 8).
  2. Use a shortcut to simplify 25×13×425 \times 13 \times 4.
  3. Use the distributive property to simplify 6(40+3)6(40 + 3).
  4. Explain why using a property shortcut can never change the value of an expression.

Chapter 8 Review

Vocabulary. numerical expression · simplify · value · order of operations · exponent · base · square root · radical sign · radicand · perfect square · brackets · absolute value · commutative property · associative property · distributive property · identity property · inverse property

Part A — Order of operations (7.PFA.2a)

  1. Simplify 15+6×315 + 6 \times 3.
  2. Simplify (15+6)×3(15 + 6) \times 3.
  3. Simplify 72÷9×272 \div 9 \times 2.
  4. Simplify 4024÷6+540 - 24 \div 6 + 5.
  5. Simplify 9×(125)18÷39 \times (12 - 5) - 18 \div 3.

Part B — Exponents and perfect-square roots (7.PFA.2a)

  1. Evaluate: a) 333^3 b) 242^4 c) 525^2 d) 10310^3
  2. Evaluate: a) 16\sqrt{16} b) 121\sqrt{121} c) 196\sqrt{196} d) 400\sqrt{400}
  3. Simplify 42+81×24^2 + \sqrt{81} \times 2.
  4. Simplify (73)3÷64(7 - 3)^3 \div \sqrt{64}.

Part C — Brackets and absolute value bars (7.PFA.2a)

  1. Simplify 5[13(4+6)]5[13 - (4 + 6)].
  2. Simplify 716+23|7 - 16| + 2^3.
  3. Simplify [62311]÷7[6^2 - |3 - 11|] \div 7.
  4. Simplify 2[512+100]2[|5 - 12| + \sqrt{100}].

Part D — Properties of real numbers (7.PFA.2a)

  1. Name the property shown by each: a) 5+(6+4)=(5+6)+45 + (6 + 4) = (5 + 6) + 4 b) 12×1=1212 \times 1 = 12 c) 7(10+2)=7(10)+7(2)7(10 + 2) = 7(10) + 7(2)
  2. Use a shortcut to simplify 36+89+6436 + 89 + 64.
  3. Use the distributive property to simplify 8(60+4)8(60 + 4).

Part E — Mixed application and reasoning

  1. Simplify 3[49+(2+6)]423[\sqrt{49} + (2 + 6)] - 4^2.
  2. Application. A square courtyard covers 225 square feet. The owner wants fencing all the way around it, except for a 6-foot gate. Write a numerical expression using a square root for the length of fencing needed, then simplify it.
  3. Reasoning. Simplify 29×3|2 - 9| \times 3 and 29×32 - 9 \times 3. Explain why the two expressions have different values even though they use the same three numbers.
  4. Error analysis. Sam simplified 202[3+(4×2)]20 - 2[3 + (4 \times 2)] by subtracting first: 202=1820 - 2 = 18, then 18×11=19818 \times 11 = 198. Identify the error, show the correct work line by line, and give the correct value.

Standards coverage check — Chapter 8

Component of 7.PFA.2a Where it is taught Where it is practiced
Order of operations, including equal-rank tiers worked left to right 8.1; reinforced in every later lesson 1–20; 25, 29–34, 38–40; 49–55, 60–61; 76; Review 84–88, 100, 102–103
Exponents limited to 1, 2, 3, or 4 with positive integer bases 8.2 21–23, 26–27, 29–34, 37–38, 40; 46, 52, 54–55; 76; Review 89, 91–92, 95, 100
Square roots limited to perfect squares 8.2 24–25, 28, 30, 32–33, 35, 39, 41; 53; Review 90–92, 96, 100–101
Brackets [ ][\ ] as grouping symbols, nested innermost-first (no braces used anywhere) 8.3 42–43, 47, 49–50, 52, 54–55, 60–61; Review 93, 95–96, 100, 103
Absolute value bars as grouping symbols, including a negative value inside 8.3 44–46, 48, 51–59, 62; Review 94–96, 102
Properties of real numbers — commutative, associative, distributive, identity, inverse 8.4 63–83; Review 97–99

Item numbers run continuously from 1 to 103 across the chapter.

Parts b, c, and d of 7.PFA.2 — modeling equivalent algebraic expressions with manipulatives, generating equivalent algebraic expressions by combining like terms, and evaluating algebraic expressions for given replacement values — are covered in Chapter 9. This chapter deliberately stays with numerical expressions so the order of operations is secure before variables enter.

Answer keys for every set in this chapter are in Appendix A.