Skip to main content
SingaporeMathsSyllabus dot point

How do we solve quadratic equations by factorisation, and what do the solutions mean?

Solve quadratic equations by factorisation and interpret the solutions, including equations that must first be rearranged into standard form

A focused answer to the O-Level E-Maths outcome on solving quadratics by factorisation. Standard form, the zero product property, rearranging before solving, and interpreting the roots.

Generated by Claude Opus 4.88 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. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to solve quadratic equations by factorisation, including ones you must first rearrange into standard form, and to interpret what the solutions mean. Factorisation is the quickest method when the quadratic factorises with whole numbers, and it builds directly on the factorising skills from the algebra strand.

The answer

Standard form

A quadratic equation is one whose highest power of the unknown is 22. The standard form is:

ax2+bx+c=0ax^2 + bx + c = 0

You must rearrange any quadratic into this form, with one side equal to zero, before solving by factorisation.

The zero product property

Once one side is zero and the other is factorised, use the fact that if a product of two factors is zero then at least one factor is zero:

(xβˆ’p)(xβˆ’q)=0β€…β€ŠβŸΉβ€…β€Šx=pΒ orΒ x=q(x - p)(x - q) = 0 \implies x = p \text{ or } x = q

This is why setting one side to zero is essential, the property only works against zero.

Rearranging before solving

If the equation is not already equal to zero, expand and move every term to one side. For x(x+3)=18x(x + 3) = 18, expand to x2+3x=18x^2 + 3x = 18 then subtract 1818 to get x2+3xβˆ’18=0x^2 + 3x - 18 = 0, which factorises.

Interpreting the solutions

The solutions are the values of the unknown that satisfy the equation, also called the roots. A quadratic usually has two solutions, but it can have one repeated solution (a perfect square such as x2βˆ’6x+9=0x^2 - 6x + 9 = 0) when both factors are the same.

Factorising when the leading coefficient is not 1

When the coefficient of x2x^2 is greater than 11, the reliable factorising method is to "split the middle term". Find two numbers that multiply to aΓ—ca \times c and add to bb, use them to break the middle term into two, then factorise the four terms in pairs. For 2x2βˆ’5xβˆ’32x^2 - 5x - 3, the product ac=βˆ’6ac = -6 and the numbers βˆ’6-6 and 11 add to βˆ’5-5, so 2x2βˆ’6x+xβˆ’3=2x(xβˆ’3)+1(xβˆ’3)=(2x+1)(xβˆ’3)2x^2 - 6x + x - 3 = 2x(x - 3) + 1(x - 3) = (2x + 1)(x - 3). Checking that the chosen pair multiplies to acac and adds to bb before splitting keeps this method dependable on the harder quadratics E-Maths sets.

Rejecting a root that does not fit the context

In a worded problem both algebraic roots are correct, but often only one is physically sensible, and stating which you reject earns a method mark. A length, a time, or a count cannot be negative, so a negative root is discarded. For the rectangle with x(x+3)=40x(x + 3) = 40, the roots are x=5x = 5 and x=βˆ’8x = -8; only x=5x = 5 is kept because a width cannot be negative. Always solve the quadratic fully first and then apply the context to choose the valid root, rather than discarding a root before solving, which could hide an arithmetic error.

Examples in context

Example 1. A rectangle's dimensions. A rectangle has area 40Β cm240\ \text{cm}^2 and its length is 3Β cm3\ \text{cm} more than its width. Letting the width be xx, the equation x(x+3)=40x(x + 3) = 40 rearranges to a quadratic whose positive root gives the width. The negative root is rejected as a length cannot be negative.

Example 2. Where a curve meets the axis. The graph of y=x2βˆ’7x+10y = x^2 - 7x + 10 crosses the xx-axis where y=0y = 0, that is at the roots x=2x = 2 and x=5x = 5. Solving the quadratic locates these intercepts, linking algebra to graphs.

Try this

Q1. Solve x2βˆ’9=0x^2 - 9 = 0. [2 marks]

  • Cue. Difference of two squares: (xβˆ’3)(x+3)=0(x - 3)(x + 3) = 0, so x=3x = 3 or x=βˆ’3x = -3.

Q2. Solve x2+4x=0x^2 + 4x = 0. [2 marks]

  • Cue. Factorise: x(x+4)=0x(x + 4) = 0, so x=0x = 0 or x=βˆ’4x = -4.

Q3. Solve x2βˆ’5xβˆ’14=0x^2 - 5x - 14 = 0. [2 marks]

  • Cue. Factors of βˆ’14-14 adding to βˆ’5-5 are βˆ’7-7 and 22, so (xβˆ’7)(x+2)=0(x - 7)(x + 2) = 0 and x=7x = 7 or x=βˆ’2x = -2.

Exam-style practice questions

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

Original3 marksSolve x2βˆ’7x+10=0x^2 - 7x + 10 = 0.
Show worked answer β†’

Factorise: two numbers multiplying to 1010 and adding to βˆ’7-7 are βˆ’2-2 and βˆ’5-5.

So x2βˆ’7x+10=(xβˆ’2)(xβˆ’5)=0x^2 - 7x + 10 = (x - 2)(x - 5) = 0.

By the zero product property, xβˆ’2=0x - 2 = 0 or xβˆ’5=0x - 5 = 0, giving x=2x = 2 or x=5x = 5.

Markers reward correct factorisation, setting each factor to zero, and both solutions.

Original4 marksSolve x(x+3)=18x(x + 3) = 18.
Show worked answer β†’

Expand and rearrange into standard form: x2+3x=18x^2 + 3x = 18, so x2+3xβˆ’18=0x^2 + 3x - 18 = 0.

Factorise: two numbers multiplying to βˆ’18-18 and adding to 33 are 66 and βˆ’3-3, so (x+6)(xβˆ’3)=0(x + 6)(x - 3) = 0.

Therefore x=βˆ’6x = -6 or x=3x = 3.

Markers reward rearranging to standard form before factorising, the correct factors, and both solutions.

Related dot points