Simplifying an expression means making it shorter and easier to understand. You do this by removing brackets and combining like terms.
Like terms have the same variable(s) raised to the same power (e.g., 3x and 5x are like terms). You can only add or subtract like terms.
Example: 2x + 3x - x = (2+3-1)x = 4x
Example: 3x2 + 2x2 - x2 = (3+2-1)x2 = 4x2
Expansion means multiplying a single term by an entire expression inside brackets.
This is key! a(b + c) = ab + ac. You multiply 'a' by each term inside the brackets.
Example: 2(x + 3) = 2 * x + 2 * 3 = 2x + 6
Example: 3(2x - 1) = 3 * 2x - 3 * 1 = 6x - 3