This is the practice arena for the parent topic . There we learned why only like terms combine and why the minus sign in front of a bracket flips everything via the Distributive Property . Here we hunt down every kind of problem that can appear, so no exam question can surprise you.
Intuition What "cover every scenario" means
A topic can only throw a finite number of shapes of problem at you: all-positive, mixed signs, a lurking minus bracket, a term that cancels to zero, a word problem, a sneaky exam twist. If you have worked one of each shape , every new question is just old news wearing new numbers.
Every cell below is a distinct situation this topic can produce. The worked examples that follow are each tagged with the cell they cover.
#
Cell (case class)
What makes it different
Example
A
All-positive addition
No sign traps at all
Ex 1
B
Subtraction bracket
The − 1 must flip every term
Ex 2
C
Coefficient goes to zero
A whole term vanishes
Ex 3
D
Coefficient goes negative
Answer term has a minus in front
Ex 3
E
Multiple variables & powers
Sorting many different "boxes"
Ex 4
F
Degenerate: nothing to combine
Answer is unchanged (no like terms)
Ex 5
G
Fractions / decimals as coefficients
Same rule, uglier numbers
Ex 6
H
Real-world word problem
Translate → combine → interpret with units
Ex 7
I
Exam twist (nested / triple brackets)
Two minus signs, order of operations
Ex 8
We meet cells C and D together in one example (they naturally co-occur), so 8 examples cover all 9 cells.
Worked example Example 1 — Cell A: all-positive addition
Statement: Add ( 4 p + 9 q ) + ( 6 p + 2 q ) .
Forecast: Before reading on — guess the coefficient of p and of q in the answer.
Step 1. Drop the brackets: 4 p + 9 q + 6 p + 2 q .
Why this step? A + in front of a bracket means "add everything inside exactly as it is" — no sign changes. See Order of Operations .
Step 2. Group like terms: ( 4 p + 6 p ) + ( 9 q + 2 q ) .
Why this step? Terms can be reordered freely (commutative + associative), so we park the p 's together and the q 's together — like sorting apples from oranges.
Step 3. Add coefficients: 10 p + 11 q .
Why this step? 4 + 6 = 10 and 9 + 2 = 11 . The variable part is unchanged — we only counted "how many."
Verify: Let p = 1 , q = 1 . Original: ( 4 + 9 ) + ( 6 + 2 ) = 13 + 8 = 21 . Answer: 10 + 11 = 21 . ✓ (Testing at p = q = 1 turns each term into just its coefficient, a quick sanity check.)
Worked example Example 2 — Cell B: the subtraction bracket
Statement: Simplify ( 8 m − 5 ) − ( 3 m − 9 ) .
Forecast: Guess the constant at the end — is it positive or negative?
Step 1. Rewrite subtraction as "add the opposite": ( 8 m − 5 ) + ( − 1 ) ( 3 m − 9 ) .
Why this step? A minus sign before a bracket is secretly multiply by − 1 . Making that explicit stops us from flipping only the first term.
Step 2. Distribute the − 1 : 8 m − 5 − 3 m + 9 .
Why this step? − 1 × 3 m = − 3 m and − 1 × ( − 9 ) = + 9 . Every term flips — the − 9 becomes + 9 .
Step 3. Combine: ( 8 m − 3 m ) + ( − 5 + 9 ) = 5 m + 4 .
Why this step? 8 − 3 = 5 for the m 's; − 5 + 9 = + 4 for the constants — the constant lands positive .
Verify: Let m = 2 . Original: ( 16 − 5 ) − ( 6 − 9 ) = 11 − ( − 3 ) = 14 . Answer: 5 ( 2 ) + 4 = 14 . ✓
Worked example Example 3 — Cells C & D: a term hits zero, another goes negative
Statement: Simplify ( 3 x 2 + 7 x ) − ( 3 x 2 + 10 x ) .
Forecast: One power of x will completely disappear. Which — x 2 or x ?
Step 1. Distribute the minus: 3 x 2 + 7 x − 3 x 2 − 10 x .
Why this step? The whole second bracket is multiplied by − 1 : + 3 x 2 → − 3 x 2 , + 10 x → − 10 x .
Step 2. Combine x 2 terms: ( 3 − 3 ) x 2 = 0 x 2 = 0 .
Why this step? When the coefficient is 0 , the whole term is 0 and we drop it — this is the "degenerate / vanishing" case (Cell C).
Step 3. Combine x terms: ( 7 − 10 ) x = − 3 x .
Why this step? 7 − 10 = − 3 : a negative coefficient survives (Cell D). Negatives are allowed — they just mean "the opposite direction."
Step 4. Final answer: − 3 x .
Verify: Let x = 4 . Original: ( 48 + 28 ) − ( 48 + 40 ) = 76 − 88 = − 12 . Answer: − 3 ( 4 ) = − 12 . ✓
Worked example Example 4 — Cell E: many variables and powers
Statement: Simplify ( 5 a b 2 − 4 a 2 b + 7 ) + ( 2 a 2 b − a b 2 − 3 ) .
Forecast: There are two "double-letter" boxes here: a b 2 and a 2 b . Are they like terms? (No — order of powers differs!)
Step 1. Drop brackets (both are + ): 5 a b 2 − 4 a 2 b + 7 + 2 a 2 b − a b 2 − 3 .
Why this step? No minus in front of either bracket, so nothing flips.
Step 2. Sort into boxes:
a b 2 box: 5 a b 2 , − a b 2
a 2 b box: − 4 a 2 b , 2 a 2 b
constant box: 7 , − 3
Why this step? a b 2 (that's a ⋅ b ⋅ b ) and a 2 b (that's a ⋅ a ⋅ b ) are different products — different boxes, like green vs black olives (OLIVE!).
Step 3. Add within each box:
( 5 − 1 ) a b 2 + ( − 4 + 2 ) a 2 b + ( 7 − 3 ) = 4 a b 2 − 2 a 2 b + 4
Verify: Let a = 1 , b = 1 . Original: ( 5 − 4 + 7 ) + ( 2 − 1 − 3 ) = 8 + ( − 2 ) = 6 . Answer: 4 − 2 + 4 = 6 . ✓
Worked example Example 5 — Cell F: degenerate, nothing combines
Statement: Simplify ( 2 x + 3 y ) + ( 5 z + w ) .
Forecast: How many terms will the final answer have?
Step 1. Drop brackets: 2 x + 3 y + 5 z + w .
Why this step? Both brackets are + ; nothing flips.
Step 2. Look for like terms: x , y , z , w are all different variables — no two share a variable part.
Why this step? Combining needs identical variable parts. Here there is no match to make, so the "combine" step does nothing.
Step 3. Final answer: 2 x + 3 y + 5 z + w (unchanged).
Why this step? This is a real, complete answer. "Already simplified" is a valid final state — beware the trap of forcing a merge (see Combining Like Terms ).
Verify: Let x = 1 , y = 1 , z = 1 , w = 1 . Original: ( 2 + 3 ) + ( 5 + 1 ) = 11 . Answer: 2 + 3 + 5 + 1 = 11 . ✓
Worked example Example 6 — Cell G: fractions & decimals as coefficients
Statement: Simplify ( 2 1 x + 0.3 y ) − ( 4 1 x − 0.8 y ) .
Forecast: Guess whether the coefficient of y is bigger or smaller than 1 .
Step 1. Distribute the minus: 2 1 x + 0.3 y − 4 1 x + 0.8 y .
Why this step? − 1 × ( − 0.8 y ) = + 0.8 y — the minus flips it to a plus .
Step 2. Combine x terms: 2 1 − 4 1 = 4 2 − 4 1 = 4 1 , giving 4 1 x .
Why this step? The like-terms rule is blind to how ugly the numbers are — a common denominator is all that changes.
Step 3. Combine y terms: 0.3 + 0.8 = 1.1 , giving 1.1 y .
Step 4. Final answer: 4 1 x + 1.1 y .
Verify: Let x = 4 , y = 1 . Original: ( 2 + 0.3 ) − ( 1 − 0.8 ) = 2.3 − 0.2 = 2.1 . Answer: 4 1 ( 4 ) + 1.1 ( 1 ) = 1 + 1.1 = 2.1 . ✓
Worked example Example 7 — Cell H: real-world word problem (with a figure)
Statement: A rectangular garden is ( 3 x + 2 ) metres long and ( x + 5 ) metres wide. A path removes a strip so the usable length becomes ( 3 x + 2 ) − ( x − 1 ) metres. Write the usable length, then find the total fencing (perimeter) needed around the usable rectangle.
Forecast: Will the usable length be longer or shorter than the original 3 x + 2 ?
Step 1. Usable length = ( 3 x + 2 ) − ( x − 1 ) = 3 x + 2 − x + 1 .
Why this step? The strip's length is subtracted , so its bracket is multiplied by − 1 : − ( x − 1 ) = − x + 1 .
Step 2. Combine: ( 3 − 1 ) x + ( 2 + 1 ) = 2 x + 3 metres.
Why this step? 3 x − x = 2 x ; 2 + 1 = 3 . So the strip made the length shorter — good sanity match with intuition.
Step 3. Perimeter = 2 ( length ) + 2 ( width ) = 2 ( 2 x + 3 ) + 2 ( x + 5 ) .
Why this step? A rectangle has two lengths and two widths; the 2 ( … ) uses the Distributive Property .
Step 4. Expand and combine: 4 x + 6 + 2 x + 10 = 6 x + 16 metres.
Why this step? 4 x + 2 x = 6 x ; 6 + 10 = 16 . Units stay metres throughout — we never mix metres with square metres.
Verify: Let x = 3 m. Usable length = 2 ( 3 ) + 3 = 9 ; width = 3 + 5 = 8 . Perimeter = 2 ( 9 ) + 2 ( 8 ) = 34 . Formula: 6 ( 3 ) + 16 = 34 m. ✓
Worked example Example 8 — Cell I: exam twist (nested / triple brackets)
Statement: Simplify 2 x − [ 3 x − ( x − 4 ) ] .
Forecast: Two minus signs are hiding here. Guess the final coefficient of x .
Step 1. Work the innermost bracket first: − ( x − 4 ) = − x + 4 .
Why this step? Order of Operations says resolve the deepest bracket before the outer one. This is a − 1 distribution.
Step 2. Inside the square bracket now: 3 x − x + 4 = 2 x + 4 .
Why this step? Combine like terms inside before dealing with the outer minus — keeps the expression small.
Step 3. Apply the outer minus: 2 x − [ 2 x + 4 ] = 2 x − 2 x − 4 .
Why this step? The square bracket is multiplied by − 1 : 2 x + 4 → − 2 x − 4 .
Step 4. Combine: ( 2 − 2 ) x − 4 = 0 x − 4 = − 4 .
Why this step? The x 's cancel to zero (Cell C reappears!), leaving a pure constant − 4 .
Verify: Let x = 5 . Original: 2 ( 5 ) − [ 3 ( 5 ) − ( 5 − 4 ) ] = 10 − [ 15 − 1 ] = 10 − 14 = − 4 . Answer: − 4 . ✓
Common mistake The single trap that ruins Cells B, F, G, H, I
Every subtraction bracket is × ( − 1 ) on the whole bracket , not just the first term. When you see a − ( , immediately write the flipped version underneath before combining anything. Nearly every wrong answer above comes from flipping only one term.
Recall Self-test: name the cell
Which case is ( 4 a + 3 b ) − ( 4 a + 9 b ) ? ::: Cell C+D — the a terms vanish to 0 , and the b terms give a negative − 6 b .
Which case is ( x + 2 ) + ( y + 3 ) ? ::: Cell F — no like terms, answer is x + y + 5 (only the constants merge).
What must you do the instant you see − ( … ) ? ::: Multiply every term inside by − 1 (flip all signs) before combining.
Next: these skills feed straight into Solving Linear Equations , Polynomials , and Factoring Algebraic Expressions .