Simplifying Expressions
Simplifying means collecting terms that are genuinely alike and applying the order of operations correctly. Only like terms combine: 3x and 5x add to 8x, but 3x and 5x² never merge because the powers differ. Coefficients add; the variable part is left untouched. When a minus sign sits in front of a bracket, it flips every term inside — −(2x − 5) is −2x + 5, and this dropped sign is the single most common slip on the whole test. Constant multipliers distribute across every term, and you should always simplify an expression fully before substituting numbers, because a tidy expression is far faster to evaluate on the basic calculator. Treat a compound chunk like (x + 1) as a single object when it repeats — 4(x + 1) − 2(x + 1) is just 2(x + 1).
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Expansion identities
| Distributive law | a(b + c) = ab + ac |
|---|---|
| FOIL | (a + b)(c + d) = ac + ad + bc + bd |
| Square of a sum | (a + b)² = a² + 2ab + b² |
| Square of a difference | (a − b)² = a² − 2ab + b² |
| Difference of squares | (a + b)(a − b) = a² − b² |
Factoring & fractions
| Common factor | ab + ac = a(b + c) |
|---|---|
| Trinomial x² + (p+q)x + pq | = (x + p)(x + q) |
| Multiply fractions | (a/b)·(c/d) = ac / bd |
| Divide fractions | (a/b) ÷ (c/d) = a d / b c |
| Add fractions | a/b + c/d = (ad + bc) / bd |