Factorising polynomials means breaking them down into simpler expressions by finding the factors. Here’s a cheat sheet to help you.
Find the greatest common factor (GCF) of all terms and factor it out.
Example: 2x2 + 4x = 2x(x + 2)
a2 - b2 = (a - b)(a + b)
Example: x2 - 9 = (x - 3)(x + 3)
Method 1: Trial and Error (guess factors of 'ac')
Method 2: Factorisation by Grouping (useful for more complex trinomials)
Example: x2 + 5x + 6 = (x + 2)(x + 3)