Q1.
Example 10: Solve 28 (x + 4) + 300 = 1000.
Answer
x = 21. The book gives three routes; all three end at the same place.
Way 1 — remove the term, then the factor
28(x + 4) + 300 = 1000
28(x + 4) = 1000 − 300 = 700
x + 4 = 700 ÷ 28 = 25
x = 25 − 4 = 21
28(x + 4) + 300 = 1000
28(x + 4) = 1000 − 300 = 700
x + 4 = 700 ÷ 28 = 25
x = 25 − 4 = 21
Way 2 — divide the whole equation by 4 first
28, 300 and 1000 are all divisible by 4, so divide both sides by 4:
7(x + 4) + 75 = 250
7(x + 4) = 250 − 75 = 175
7x + 28 = 175
7x = 147, so x = 147 ÷ 7 = 21
28, 300 and 1000 are all divisible by 4, so divide both sides by 4:
7(x + 4) + 75 = 250
7(x + 4) = 250 − 75 = 175
7x + 28 = 175
7x = 147, so x = 147 ÷ 7 = 21
Way 3 — open the bracket first
28x + 112 + 300 = 1000
28x + 412 = 1000
28x = 1000 − 412 = 588
x = 588 ÷ 28 = 21
28x + 112 + 300 = 1000
28x + 412 = 1000
28x = 1000 − 412 = 588
x = 588 ÷ 28 = 21
Check: 28(21 + 4) + 300 = 28 × 25 + 300 = 700 + 300 = 1000 ✓
Why it happens: every route uses only the balance rule, so every route must land on 21. Which one is quickest depends on the numbers. Way 1 is shortest here because 700 ÷ 28 is exact. Way 2 is handy when a common factor makes the numbers smaller. Way 3 always works but produces the biggest arithmetic.
Tip: look at the numbers before you start. Spotting that 700 ÷ 28 = 25 saves several lines.