====== Factorising/Factoring ====== There are two sorts of number: **prime** numbers and non-prime, or **composite**, numbers. A composite number can be made by multiplying two or more prime numbers together. For example 15 = 3 \times 5 6 = 2 \times 3 We usually think of factors in pairs - 6 times 2 is 12. But 6 and 2 aren't the only factors of 12... 6 \times 2,4 \times 3,1 \times 12 ...and there are also the negative numbers... -6 \times -2,-4 \times -3,-1 \times -12 This same principle can also be applied to algebraic expressions. For example x^2-2x can be split into two separate expressions that when multiplied together give x^2-2x... x \times (x-2) The key to factorising (or factoring) algebraic expressions is to look for factors (letters or numbers) that are common to each term. Hopefully in the example above you can see the common factor is simply x. Factorise the following expressions: - 4x+8 - 2+2x - xy+4x - x+x^2 - 20x^2+10x - x-2x^2 - -ab+a^2b - -2a-2b