Skip to main content
EnglandMathsSyllabus dot point

How do you expand, factorise and simplify algebraic expressions?

Collecting like terms, expanding single and double brackets, factorising into brackets, and simplifying algebraic fractions at Higher tier.

A focused answer to the AQA GCSE Mathematics algebra content on manipulation, covering collecting like terms, expanding single and double brackets, factorising into brackets, and simplifying algebraic fractions at Higher tier.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Collecting like terms
  3. Expanding brackets
  4. Factorising into brackets
  5. Simplifying algebraic fractions at Higher tier
  6. Expanding three brackets and squaring binomials
  7. Algebraic proof

What this dot point is asking

AQA wants you to manipulate algebraic expressions confidently: collect like terms, expand single and double brackets, factorise back into brackets, and at Higher tier simplify algebraic fractions. These are the foundational skills that every later algebra topic depends on, from solving equations to sketching curves, so AQA tests them both as standalone short questions and as the first step inside larger problems.

Collecting like terms

Like terms have exactly the same combination of letters raised to the same powers. You can add or subtract their coefficients but you cannot combine unlike terms. For instance 5a+3bβˆ’2a+b=3a+4b5a + 3b - 2a + b = 3a + 4b, where 5a5a and βˆ’2a-2a combine and 3b3b and bb combine, but aa terms and bb terms stay separate. Note that x2x^2 and xx are unlike terms because the powers differ, so 4x2+3xβˆ’x2=3x2+3x4x^2 + 3x - x^2 = 3x^2 + 3x and no further simplification is possible.

Expanding brackets

For a single bracket, multiply the outside term by each inside term: 3(2xβˆ’5)=6xβˆ’153(2x - 5) = 6x - 15. Watch signs when the outside term is negative: βˆ’2(xβˆ’4)=βˆ’2x+8-2(x - 4) = -2x + 8.

For double brackets, multiply each term in the first bracket by each term in the second (often remembered as FOIL: First, Outer, Inner, Last), then collect like terms. The special difference of two squares result is worth memorising: (x+a)(xβˆ’a)=x2βˆ’a2(x + a)(x - a) = x^2 - a^2. So (x+7)(xβˆ’7)=x2βˆ’49(x + 7)(x - 7) = x^2 - 49 instantly, with no middle term.

Factorising into brackets

Factorising reverses expansion. First always look for a common factor: 6x2+9x=3x(2x+3)6x^2 + 9x = 3x(2x + 3), taking out the highest common factor 3x3x. For a quadratic x2+bx+cx^2 + bx + c, find two numbers multiplying to cc and adding to bb: x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4). The difference of two squares factorises in reverse: x2βˆ’25=(x+5)(xβˆ’5)x^2 - 25 = (x + 5)(x - 5), and 9x2βˆ’16=(3x+4)(3xβˆ’4)9x^2 - 16 = (3x + 4)(3x - 4).

When the leading coefficient is not 11, split the middle term. For 2x2+7x+32x^2 + 7x + 3, multiply 2Γ—3=62 \times 3 = 6, find two numbers multiplying to 66 and adding to 77 (those are 66 and 11), rewrite as 2x2+6x+x+32x^2 + 6x + x + 3, then group: 2x(x+3)+1(x+3)=(2x+1)(x+3)2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3).

Simplifying algebraic fractions at Higher tier

At Higher tier you simplify, add, subtract and multiply algebraic fractions. The golden rule is that you can only cancel whole factors, never individual terms. To simplify, factorise top and bottom fully and cancel common brackets. To add or subtract, find a common denominator exactly as with numerical fractions: 2x+3x+1=2(x+1)+3xx(x+1)=5x+2x(x+1)\dfrac{2}{x} + \dfrac{3}{x + 1} = \dfrac{2(x + 1) + 3x}{x(x + 1)} = \dfrac{5x + 2}{x(x + 1)}.

Expanding three brackets and squaring binomials

Higher questions sometimes need three brackets multiplied. Expand two of them first, then multiply the result by the third, collecting terms at each stage: (x+1)(x+2)(x+3)(x + 1)(x + 2)(x + 3) becomes (x2+3x+2)(x+3)=x3+6x2+11x+6(x^2 + 3x + 2)(x + 3) = x^3 + 6x^2 + 11x + 6. Squaring a binomial is worth knowing as a pattern: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2, so (2x+3)2=4x2+12x+9(2x + 3)^2 = 4x^2 + 12x + 9. The middle term, twice the product of the two terms, is the one most often forgotten, turning a three-term answer into a wrong two-term one.

Algebraic proof

Proof questions ask you to show a statement is always true, using algebra rather than examples. Represent the quantities generally: an even number is 2n2n, an odd number is 2n+12n + 1, and consecutive integers are nn and n+1n + 1. To prove the sum of two consecutive integers is odd, write n+(n+1)=2n+1n + (n + 1) = 2n + 1, which is one more than the even number 2n2n, hence odd. The key is to use a general term, manipulate it, and finish with a clear statement that the result has the required form, since a few worked examples never count as a proof.

Exam-style practice questions

Practice questions written in the style of AQA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AQA 20183 marksExpand and simplify (2x+3)(xβˆ’4)(2x + 3)(x - 4). (Foundation tier, Paper 1, non-calculator.)
Show worked answer β†’

Multiply every term in the first bracket by every term in the second (FOIL): 2xΓ—x=2x22x \times x = 2x^2, 2xΓ—(βˆ’4)=βˆ’8x2x \times (-4) = -8x, 3Γ—x=3x3 \times x = 3x, 3Γ—(βˆ’4)=βˆ’123 \times (-4) = -12.

Collect like terms: 2x2βˆ’8x+3xβˆ’12=2x2βˆ’5xβˆ’122x^2 - 8x + 3x - 12 = 2x^2 - 5x - 12.

Markers award a mark for four correct products, a mark for collecting the middle terms, and a mark for the fully simplified answer. A sign slip on βˆ’8x+3x-8x + 3x is the most common error.

AQA 20224 marksSimplify fully x2βˆ’9x2+xβˆ’6\dfrac{x^2 - 9}{x^2 + x - 6}. (Higher tier, Paper 1, non-calculator.)
Show worked answer β†’

Factorise the numerator as a difference of two squares: x2βˆ’9=(x+3)(xβˆ’3)x^2 - 9 = (x + 3)(x - 3).

Factorise the denominator: two numbers multiplying to βˆ’6-6 and adding to 11 are 33 and βˆ’2-2, so x2+xβˆ’6=(x+3)(xβˆ’2)x^2 + x - 6 = (x + 3)(x - 2).

Cancel the common factor (x+3)(x + 3): (x+3)(xβˆ’3)(x+3)(xβˆ’2)=xβˆ’3xβˆ’2\dfrac{(x + 3)(x - 3)}{(x + 3)(x - 2)} = \dfrac{x - 3}{x - 2}.

Markers reward both factorisations and the cancelling. Cancelling individual terms rather than whole factors scores nothing.

Related dot points

Sources & how we know this