Tutorly.sg Logo
Topic hub
Start here for the full cluster: O-Level AI Tutor (Singapore)
This helps you move from the big picture to the most relevant supporting guides.

How To Master O Level Math Algebra Questions (Singapore Secondary Level) With Smart Worksheet Practice

Updated April 29, 2026O Levels
Tutorly.sg editorial team
Singapore-focused study guides aligned to MOE exam formats.
  • Tutorly.sg has been mentioned on Channel NewsAsia (CNA)
  • Tutorly.sg has been used by thousands of users in Singapore

O Level algebra can feel like a wall you keep hitting – especially in Sec 3–4 when the questions suddenly jump in difficulty.

You know the basics: expanding brackets, simplifying, solving simple equations. But then the exam throws in weird fractions, parameters like kk, or those “show that” questions and your mind goes blank.

“Stuck on a question? See simple explanations that help you understand fast.”
👉 Give it a try and turn confusion into clarity in minutes.

Tutorly.sg learning in Singapore

This guide is for you if:

  • You’re in Sec 3 or Sec 4 preparing for O Level Math orN(A)aimingtotakeOLevelsor N(A) aiming to take O Levels.
  • Algebra questions are where you lose the most marks.
  • You want structured worksheet practice and a clear method instead of randomly doing 10-year series and hoping for the best.

I’ll walk you through:

  • A step-by-step tutorial on the core algebra skills O Levels loves to test.
  • An exam strategy guide to handle tricky phrasing and time pressure.
  • Worksheet-style practice questions, including hard exam-style variants.
  • The common mistakes almost every Singapore student makes (and how to avoid them).

And when you’re ready to drill more, I’ll show you how you can use Tutorly.sg – a 24/7 AI tutor website built specifically for the MOE syllabus – to get unlimited algebra practice anytime, with instant worked solutions.

Tutorly.sg has already been used by thousands of students in Singapore, and was even mentioned on Channel NewsAsia (CNA), so you’re not just trying some random overseas tool that doesn’t understand O Level standards.


Step-by-step tutorial

Let’s go through the main types of algebra questions that appear in O Level Math EMathE-Math papers, and how you should think through them.

We’ll cover:

  1. Simplifying and factorising expressions
  2. Solving linear equations (including fractions)
  3. Solving quadratic equations
  4. Simultaneous equations
  5. Algebraic fractions
  6. Parameters and “in terms of” questions

You’ll see the kind of thinking that examiners expect – not just the final answer.


1. Simplifying and factorising expressions

These are your foundation. If your factorisation is weak, everything else becomes harder.

(a) Simplifying expressions

Example:

Simplify:
3(2x5)4(x+1)3(2 x - 5) - 4(x + 1)

Step-by-step:

  1. Expand each bracket

    • 3(2x5)=6x153(2 x - 5) = 6 x - 15
    • 4(x+1)=4x4-4(x + 1) = -4 x - 4
  2. Combine like terms
    6x154x4=(6x4x)+(154)=2x196 x - 15 - 4 x - 4 = (6 x - 4 x) + (-15 - 4) = 2 x - 19

So the answer is 2x192 x - 19.

Key habits:

  • Always expand carefully first.
  • Group xx-terms together, constants together.
  • Write one line per step in exams; don’t skip too many steps.

(b) Factorising expressions

You must be able to factorise:

  • Common factor
  • Quadratics (simple and with coefficient of x2x^2 not 1)
  • Difference of squares

Example 1 (common factor):
Factorise 6x2y9xy26 x^2 y - 9xy^2.

  1. Common factor is 3xy3xy
  2. Factorise:
    6x2y9xy2=3xy(2x3y)6 x^2 y - 9xy^2 = 3xy(2 x - 3 y)

Example 2 (quadratic):
Factorise x2+7x+12x^2 + 7 x + 12.

We want two numbers that:

  • Multiply to +12+12
  • Add to +7+7

That’s 33 and 44.

So:
x2+7x+12=(x+3)(x+4)x^2 + 7 x + 12 = (x + 3)(x + 4)

Example 3 (harder quadratic):
Factorise 6x2+11x106 x^2 + 11 x - 10.

We want two numbers that:

  • Multiply to 6×(10)=606 \times (-10) = -60
  • Add to 1111

That’s 1515 and 4-4.

Rewrite the middle term:

6x2+11x10=6x2+15x4x106 x^2 + 11 x - 10 = 6 x^2 + 15 x - 4 x - 10

Group:

=3x(2x+5)2(2x+5)=(3x2)(2x+5)= 3 x(2 x + 5) - 2(2 x + 5) = (3 x - 2)(2 x + 5)

This “split the middle term” method is very helpful for O Level.


2. Solving linear equations (including fractions)

Many students mess up because of fractions and negative signs, not because the algebra is too hard.

Example:

Solve:
3x24=2x+53\frac{3 x - 2}{4} = \frac{2 x + 5}{3}

Step-by-step:

  1. Cross-multiply sinceitsonefraction=onefractionsince it’s one fraction = one fraction:
    3(3x2)=4(2x+5)3(3 x - 2) = 4(2 x + 5)

  2. Expand:
    9x6=8x+209 x - 6 = 8 x + 20

  3. Bring xx-terms to one side, constants to the other:
    9x8x=20+69 x - 8 x = 20 + 6
    x=26x = 26

Always:

  • Clear fractions early crossmultiplyormultiplybothsidesbyLCMcross-multiply or multiply both sides by LCM.
  • Write one clear line when you move terms across the equals sign.

3. Solving quadratic equations

Quadratics appear a lot in O Level Math: solving, graphs, word problems, even coordinate geometry.

You should know three methods:

  1. Factorising
  2. Quadratic formula
  3. Completing the square usuallyforAMath,butsometimesappearsconceptuallyinEMathusually for A-Math, but sometimes appears conceptually in E-Math

For O Level E-Math, factorising and quadratic formula are the main ones.

(a) Solving by factorisation

Example:

Solve x25x+6=0x^2 - 5 x + 6 = 0.

  1. Factorise:
    x25x+6=(x2)(x3)x^2 - 5 x + 6 = (x - 2)(x - 3)

  2. Use the zero-product rule:
    If (x2)(x3)=0(x - 2)(x - 3) = 0, then
    x2=0orx3=0x - 2 = 0 \quad \text{or} \quad x - 3 = 0
    So x=2x = 2 or x=3x = 3.

(b) Solving using the quadratic formula

If you cannot factorise nicely, use:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2 a}

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

Example:

Solve 2x2+3x5=02 x^2 + 3 x - 5 = 0.

Here a=2,b=3,c=5a = 2, b = 3, c = -5.

  1. Compute discriminant:
    b24ac=324(2)(5)=9+40=49b^2 - 4ac = 3^2 - 4(2)(-5) = 9 + 40 = 49

  2. Substitute:
    x=3±4922=3±74x = \frac{-3 \pm \sqrt{49}}{2 \cdot 2} = \frac{-3 \pm 7}{4}

So:

  • x=3+74=44=1x = \dfrac{-3 + 7}{4} = \dfrac{4}{4} = 1
  • x=374=104=52x = \dfrac{-3 - 7}{4} = \dfrac{-10}{4} = -\dfrac{5}{2}

4. Simultaneous equations

You’ll see:

  • Two linear equations
  • One linear + one quadratic

Use elimination or substitution.

(a) Two linear equations

Example:

Solve:

2 x + 3 y = 13 \\ x - y = 1 \end{cases}$$ Use substitution from the second equation: $x = y + 1$. Sub into the first: $$2(y + 1) + 3 y = 13$$ $$2 y + 2 + 3 y = 13$$ $$5 y + 2 = 13$$ $$5 y = 11$$ $$y = \frac{11}{5}$$ Then $x = y + 1 = \dfrac{11}{5} + 1 = \dfrac{16}{5}$. #### (b) Linear + quadratic (harder) Example: $$\begin{cases} y = 2 x + 1 \\ x^2 + y^2 = 25 \end{cases}$$ Substitute $y$ into the second equation: $$x^2 + (2 x + 1)^2 = 25$$ $$x^2 + (4 x^2 + 4 x + 1) = 25$$ $$5 x^2 + 4 x + 1 = 25$$ $$5 x^2 + 4 x - 24 = 0$$ Now solve the quadratic (factorise or use formula). --- ### 5. Algebraic fractions This is where many Sec 3–4 students lose marks. The main idea: - Get a **common denominator** - Combine the fractions - Simplify the numerator Example: Simplify: $$\frac{3}{x} - \frac{2}{x + 1}$$ 1. Common denominator is $x(x + 1)$. 2. Rewrite each fraction: $$\frac{3}{x} = \frac{3(x + 1)}{x(x + 1)}, \quad \frac{2}{x + 1} = \frac{2 x}{x(x + 1)}$$ 3. Subtract: $$\frac{3(x + 1) - 2 x}{x(x + 1)} = \frac{3 x + 3 - 2 x}{x(x + 1)} = \frac{x + 3}{x(x + 1)}$$ --- ### 6. Parameters and “in terms of” questions These are the ones with letters like $k$, $a$, or $m$ inside the equation. Example: Given that $3 x + k = 2 x - 5$, express $x$ in terms of $k$. 1. Bring $x$-terms to one side: $$3 x - 2 x = -5 - k$$ $$x = -5 - k$$ That’s it – no numbers, just algebra. Another example (slightly harder): Given that $x$ is directly proportional to $y$, and $x = 15$ when $y = 5$, express $x$ in terms of $y$. “Directly proportional” means $x = ky$. When $x = 15, y = 5$: $$15 = k \cdot 5 \Rightarrow k = 3$$ So $x = 3 y$. --- ## Exam strategy guide Knowing the content is one thing. Surviving the **O Level exam conditions** is another. > “Access more than 1000+ past year papers to practice” > [👉 Start a paper today and test yourself like it’s the real exam.](https://tutorly.sg/app) ![Study smarter with Tutorly.sg](/app/blog-images/middle.png) Here’s how you should approach algebra in your Paper 1 and Paper 2. --- ### 1. Read the question slowly, underline the algebra Many careless mistakes come from misreading. When you see a longer algebra question: - Underline key phrases: “hence”, “given that”, “in terms of”. - Circle what they ask you to **show** or **find**. - If there are conditions like “$x > 0$” or “$x \neq 2$”, box them. This helps especially in Paper 2 structured questions where algebra is hidden inside a word problem. --- ### 2. Use the marks as a guide MOE / SEAB mark schemes are very consistent. - 1 mark: usually a short step or a simple equation. - 2–3 marks: one or two steps of algebra. - 4+ marks: multi-step problem; don’t jump straight to the answer. If a question is 3 marks and you only wrote 1 line, you probably skipped key working and risk method marks. --- ### 3. Choose the right method quickly For algebra: - **Quadratic?** - Can you factorise quickly? Try that first. - If not, go straight to quadratic formula. Don’t waste time trying to guess factors for too long. - **Two equations?** - Linear + linear → elimination or substitution. - Linear + quadratic → substitution almost always. - **Fractions?** - One fraction = one fraction → cross-multiply. - Several fractions → use LCM of denominators. Train yourself during practice to **recognise patterns** so you don’t hesitate during the exam. --- ### 4. Show clear, vertical working Markers in Singapore are trained to award method marks even if your final answer is wrong. To benefit from this: - Write working **vertically**, each step on a new line. - Don’t squeeze 3–4 steps into one line. - Keep equals signs aligned when possible. For example, solving $2 x - 3 = 5 x + 4$: Wrong style (messy): > $2 x - 3 = 5 x + 4 \Rightarrow -3 - 4 = 5 x - 2 x = 3 x \Rightarrow x = -7/3$ Better style: $$\begin{aligned} 2 x - 3 &= 5 x + 4 \\ 2 x - 5 x &= 4 + 3 \\ -3 x &= 7 \\ x &= -\frac{7}{3} \end{aligned}$$ --- ### 5. Use “sanity checks” Before moving on: - Substitute your answer back into a **simpler** part of the equation (if possible). - Check if your answer makes sense (e.g. if they said $x > 0$ and you got $x = -2$, something’s off). This is especially useful for simultaneous equations and quadratic word problems. --- ### 6. Time management for algebra-heavy questions In O Level: - Paper 1 (80 marks, 2 hours) → about 1.5 min per mark. - Paper 2 (100 marks, 2.5 hours) → also around 1.5 min per mark. For a 4-mark algebra question: - Aim to finish in about 5–6 minutes. - If you’re stuck for more than 3 minutes on the **same step**, leave some working, circle the question number, and move on. Come back later. You don’t want one tough algebra step to destroy your whole paper. --- ## Worksheet practice Here’s the part most students care about: **practice questions**. I’ll give you: - A set of **standard-level questions** to confirm your basics. - A set of **hard exam-style variants** that look like what you’ll see in Sec 4 tests, prelims, and O Levels. Try them as if you’re doing a worksheet. After each mini-set, I’ll walk through the solution approach. If you want more questions after this, you can hop onto **[Tutorly.sg](https://tutorly.sg/app)** here: - Main AI tutor page: [https://tutorly.sg/ai-tutor-singapore](https://tutorly.sg/ai-tutor-singapore) - Direct access to the web app: [https://tutorly.sg/app](https://tutorly.sg/app) You can ask it to “give me 10 hard algebra questions for O Level” and it will generate questions aligned to the MOE syllabus, plus full worked solutions. --- ### A. Standard-level practice #### Question 1 – Simplifying & factorising (a) Simplify: $$5(2 x - 1) - 3(x + 4)$$ (b) Factorise: $$x^2 - 9 x + 20$$ **Outline of solutions:** (a) $$5(2 x - 1) - 3(x + 4) = 10 x - 5 - 3 x - 12 = 7 x - 17$$ (b) We want two numbers that multiply to $+20$ and add to $-9$: that’s $-4$ and $-5$. $$x^2 - 9 x + 20 = (x - 4)(x - 5)$$ --- #### Question 2 – Linear equation with fractions Solve: $$\frac{2 x + 1}{3} = \frac{x - 5}{2}$$ **Outline of solution:** Cross-multiply: $$2(2 x + 1) = 3(x - 5)$$ $$4 x + 2 = 3 x - 15$$ $$4 x - 3 x = -15 - 2$$ $$x = -17$$ --- #### Question 3 – Quadratic equation Solve: $$x^2 + 2 x - 15 = 0$$ **Outline of solution:** Find two numbers that multiply to $-15$ and add to $2$: $5$ and $-3$. $$x^2 + 2 x - 15 = (x + 5)(x - 3) = 0$$ So $x = -5$ or $x = 3$. --- #### Question 4 – Simultaneous linear equations Solve: $$\begin{cases} 3 x + 2 y = 16 \\ x - y = 1 \end{cases}$$ **Outline of solution:** From $x - y = 1$, get $x = y + 1$. Sub into first equation: $$3(y + 1) + 2 y = 16$$ $$3 y + 3 + 2 y = 16$$ $$5 y + 3 = 16$$ $$5 y = 13 \Rightarrow y = \frac{13}{5}$$ Then $x = y + 1 = \dfrac{13}{5} + 1 = \dfrac{18}{5}$. --- ### B. Hard exam-style variants Now the more challenging ones – these are closer to **O Level Paper 2** or school prelim standard. Try to attempt them before reading the solutions. > “Doing Secondary Science? Pick a topic and practise like it’s a real exam — with clear answers right after.” > [👉 Try Tutorly now and start a Science topic in seconds.](https://tutorly.sg/app) ![Secondary Science topics you can practise on Tutorly.sg](/app/blog-images/middle 2.png) --- #### Question 5 – Algebraic fractions (harder) Simplify: $$\frac{2}{x} - \frac{3}{x - 1} + \frac{1}{x(x - 1)}$$ **Step-by-step solution:** 1. Common denominator is $x(x - 1)$. 2. Rewrite each term: - $\dfrac{2}{x} = \dfrac{2(x - 1)}{x(x - 1)}$ - $\dfrac{3}{x - 1} = \dfrac{3 x}{x(x - 1)}$ - $\dfrac{1}{x(x - 1)}$ stays as it is. 3. Combine: $$\frac{2(x - 1) - 3 x + 1}{x(x - 1)} = \frac{2 x - 2 - 3 x + 1}{x(x - 1)} = \frac{-x - 1}{x(x - 1)}$$ You can factor out $-1$ if you want: $$\frac{-x - 1}{x(x - 1)} = -\frac{x + 1}{x(x - 1)}$$ Either form is usually accepted. --- #### Question 6 – Quadratic with parameter Given that $x^2 + kx - 12 = 0$ has roots $x = 3$ and $x = -4$, find the value of $k$. **Step-by-step solution:** If $x = 3$ is a root: $$3^2 + 3 k - 12 = 0$$ $$9 + 3 k - 12 = 0$$ $$3 k - 3 = 0 \Rightarrow 3 k = 3 \Rightarrow k = 1$$ Check with the other root $x = -4$: $$(-4)^2 + 1(-4) - 12 = 16 - 4 - 12 = 0$$ So $k = 1$ is consistent. --- #### Question 7 – Linear + quadratic simultaneous equations Solve: $$\begin{cases} y = x + 2 \\ x^2 + y^2 = 20 \end{cases}$$ **Step-by-step solution:** Substitute $y = x + 2$ into the second equation: $$x^2 + (x + 2)^2 = 20$$ $$x^2 + (x^2 + 4 x + 4) = 20$$ $$2 x^2 + 4 x + 4 = 20$$ $$2 x^2 + 4 x - 16 = 0$$ Divide by 2: $$x^2 + 2 x - 8 = 0$$ Factorise: We want numbers that multiply to $-8$ and add to $2$: $4$ and $-2$. $$x^2 + 2 x - 8 = (x + 4)(x - 2) = 0$$ So $x = -4$ or $x = 2$. Find $y$ for each: - If $x = -4$, $y = -4 + 2 = -2$ - If $x = 2$, $y = 2 + 2 = 4$ So the solutions are $(-4, -2)$ and $(2, 4)$. --- #### Question 8 – Word problem (quadratic) A rectangle has length $(x + 3)$ cm and breadth $(x - 1)$ cm. The area of the rectangle is $40 \text{ cm}^2$. (a) Write down an equation in $x$. (b) Solve the equation and find the possible values of $x$. **Step-by-step solution:** (a) Area of rectangle = length × breadth: $$(x + 3)(x - 1) = 40$$ (b) Expand: $$x^2 - x + 3 x - 3 = 40$$ $$x^2 + 2 x - 3 = 40$$ $$x^2 + 2 x - 43 = 0$$ This doesn’t factorise nicely, so use the quadratic formula. Here $a = 1, b = 2, c = -43$. $$x = \frac{-2 \pm \sqrt{2^2 - 4(1)(-43)}}{2(1)} = \frac{-2 \pm \sqrt{4 + 172}}{2} = \frac{-2 \pm \sqrt{176}}{2}$$ $\sqrt{176} = \sqrt{16 \cdot 11} = 4\sqrt{11}$ So: $$x = \frac{-2 \pm 4\sqrt{11}}{2} = -1 \pm 2\sqrt{11}$$ If this were an actual O Level question, they might restrict $x$ to positive values only (since it’s a length), so you would take the positive root: $$x = -1 + 2\sqrt{11}$$ --- #### Question 9 – Hard algebraic fraction equation Solve the equation: $$\frac{2}{x} + \frac{3}{x + 1} = 5$$ **Step --- > “Practice PSLE Science questions and get clear, step-by-step answers instantly.” > [👉 Try a question now and see how fast you can improve.](https://tutorly.sg/app) ![Try Tutorly.sg on the website](/app/blog-images/bottom.png) ## Ready to practise? If you want a Singapore-focused AI tutor you can use immediately (website, no sign-up), try Tutorly here: - [https://tutorly.sg/ai-tutor-singapore](https://tutorly.sg/ai-tutor-singapore) - [https://tutorly.sg/app](https://tutorly.sg/app) --- ## Related Articles - [How To Solve Difficult Math Questions At Singapore Secondary Level: A Practical Tutorial](/blog/how-to-solve-difficult-math-questions-singapore-secondary-level) - [How to Solve PSLE Math Word Problems: Step-by-Step Guide (2026)](/blog/How-to-Solve-PSLE-Math-Word-Problems-Step-by-Step-Guide) - [AI Practice Questions Generator in Singapore: How To Use It Properly (Not Lazily)](/blog/ai-practice-questions-generator-singapore)