Factorising is the process of breaking down an expression into smaller parts (factors) that multiply together to give the original expression. It's like reversing the process of expanding brackets.
When you have an equation in the form:
ax^2 + bx + c = 0
Where a, b, and c are constants, you can use factorising to find the values of x that make the equation true (the solutions or roots). This is because:
Rearrange the equation to make it equal to zero.
For example:
x^2 + 5x + 6 = 0
Factorise the quadratic expression on the left-hand side.
Rewrite the expression in factored form:
(x + 2)(x + 3) = 0
Set each factor equal to zero and solve for x.
x + 2 = 0 or x + 3 = 0
x = -2 or x = -3
Therefore, the solutions to the equation x^2 + 5x + 6 = 0 are x = -2 and x = -3.
Solve the following equation by factorising:
2x^2 - 5x - 3 = 0
Rearrange: The equation is already in the correct form.
Factorise: Find two numbers that multiply to give (2 * -3) = -6 and add to give -5. These numbers are -6 and 1. Now rewrite the expression:
2x^2 - 6x + x - 3 = 0
2x(x - 3) + 1(x - 3) = 0
(2x + 1)(x - 3) = 0
Solve for x:
2x + 1 = 0 or x - 3 = 0
x = -1/2 or x = 3
Therefore, the solutions to the equation 2x^2 - 5x - 3 = 0 are x = -1/2 and x = 3.
Try solving these equations by factorising:
Remember to check your answers!