Salick Academy

Algebra 1

45 min readNo calculatorNeeds: number theory and computation
By the end of this topic you should be able to
  • Substitute values into an expression or formula
  • Simplify by collecting like terms
  • Expand brackets and simplify the result
  • Factorise using a common factor and the difference of two squares
  • Solve a linear equation
  • Change the subject of a formula

Substitution

Replace each letter with its value, then follow the order of operations.

If x=3x = 3, then 2x25=2×95=132x^2 - 5 = 2 \times 9 - 5 = 13.

Negative values need brackets when you substitute: for x=2x = -2, write 2(2)22(-2)^2, which is 88 — not 8-8.

Collecting like terms

Terms are like only if they have exactly the same letters to the same powers.

5a+3b2a+7b=3a+10b5a + 3b - 2a + 7b = 3a + 10b

Note that 3a3a, 3a23a^2 and 3ab3ab are all unlike one another.

Expanding brackets

Multiply everything inside the bracket by whatever is outside, watching the signs.

3(2x1)2(x+4)=6x32x8=4x113(2x - 1) - 2(x + 4) = 6x - 3 - 2x - 8 = 4x - 11

For two brackets, every term in the first multiplies every term in the second — four products:

(2x+3)(x5)=2x210x+3x15=2x27x15(2x + 3)(x - 5) = 2x^2 - 10x + 3x - 15 = 2x^2 - 7x - 15

Factorising

Factorising is expanding in reverse: put the brackets back.

Common factor — take out the largest thing every term shares. 6x2+9x=3x(2x+3)6x^2 + 9x = 3x(2x + 3)

Difference of two squares — two squared terms with a minus between them.

Solving linear equations

Do the same thing to both sides until the letter stands alone. Gather the letters on one side and the numbers on the other.

5x7=2x+8    3x7=8    3x=15    x=55x - 7 = 2x + 8 \;\Rightarrow\; 3x - 7 = 8 \;\Rightarrow\; 3x = 15 \;\Rightarrow\; x = 5

Changing the subject

Same rules as solving an equation, but the answer is a formula rather than a number. Undo the operations in reverse order.

To make tt the subject of v=u+atv = u + at: subtract uu, then divide by aa.

t=vuat = \frac{v - u}{a}

To make rr the subject of A=πr2A = \pi r^2: divide by π\pi, then take the square root.

r=Aπr = \sqrt{\frac{A}{\pi}}