Tutorly.sg Logo

Easy Math Tutoring For O Level Students In Singapore

Updated April 30, 2026Singapore
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

If you’re in secondary school in Singapore, “easy math” probably sounds like a joke.

You’ve got:

  • Algebra that suddenly has fractions inside fractions
  • Coordinate geometry with weird midpoints
  • Trigonometry that looks okay… until they throw in angles of elevation and depression
  • And of course, the pressure of O Levels

“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

The problem usually isn’t that you’re “bad at math”. It’s that:

  1. No one showed you a simple, repeatable way to think about each topic
  2. You don’t get enough targeted practice with feedback
  3. When you’re stuck at 11pm, there’s no one to ask

That’s where a good system (and a good tutor) makes math feel easy.

In this guide, I’ll walk you through:

  • A step-by-step way to handle common Secondary / O Level math topics
  • Exam strategies that are specific to the MOE syllabus and O Levels
  • How to practise with easy → medium → hard variants of questions
  • Common mistakes that cost Sec 3–4 students marks every year
  • And how to use Tutorly.sg, a 24/7 AI tutor website built for Singapore students, to make math much less stressful

Tutorly.sg isn’t some generic overseas tool. It’s built for MOE, N(A), N(T), Express, and O Level math, has been mentioned on Channel NewsAsia (CNA), and has already helped thousands of students in Singapore. You can try it here:
👉 https://tutorly.sg/ai-tutor-singapore
👉 https://tutorly.sg/app


Step-by-step tutorial

Let’s go through a few core areas that almost every Secondary 2–4 / O Level student struggles with:

  • Algebra (especially factorisation and equations)
  • Quadratic graphs
  • Trigonometry
  • Word problems (the classic “I don’t even know where to start”)

I’ll show you a simple way to approach each, and how you can use an “easy math tutoring” mindset to break things down.

1. Algebra: Stop guessing, follow a fixed routine

Algebra is the foundation for almost everything in Sec 3–4 math. If algebra feels messy, the rest of math will feel messy too.

(a) Factorisation: 3 main patterns

Instead of memorising 10 formulas, focus on 3 key patterns:

  1. Common factor

    • Example: 6x29x6 x^2 - 9 x
    • Step 1: Look for the biggest number and variable you can factor out
    • 6x29x=3x(2x3)6 x^2 - 9 x = 3 x(2 x - 3)
  2. Difference of squares

    • Pattern: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)
    • Example: 9x2169 x^2 - 16
    • 9x216=(3x)242=(3x+4)(3x4)9 x^2 - 16 = (3 x)^2 - 4^2 = (3 x + 4)(3 x - 4)
  3. Quadratic trinomial ax2+bx+cax^2 + bx + c

    • For simple ones where a=1a = 1:

      • Example: x2+5x+6x^2 + 5 x + 6
      • Find two numbers that multiply to 6 and add to 5 → 2 and 3
      • So: (x+2)(x+3)(x + 2)(x + 3)
    • For a1a \neq 1, use “cross method” or grouping:

      • Example: 2x2+7x+32 x^2 + 7 x + 3
      • Multiply ac=23=6a \cdot c = 2 \cdot 3 = 6
      • Find two numbers that multiply to 6 and add to 7 → 1 and 6
      • Rewrite 7x7 x as x+6xx + 6 x:
        2x2+x+6x+32 x^2 + x + 6 x + 3
        Group: (2x2+x)+(6x+3)(2 x^2 + x) + (6 x + 3)
        Factor each group: x(2x+1)+3(2x+1)x(2 x + 1) + 3(2 x + 1)
        Final: (2x+1)(x+3)(2 x + 1)(x + 3)

Routine to practise:

  1. Look at the expression
  2. Ask: “Common factor? Difference of squares? Trinomial?”
  3. Try the pattern that fits
  4. Check by expanding back

On Tutorly.sg, you can type your factorisation question, get the final answer checked, then see a step-by-step explanation to compare with your own method.


(b) Solving linear equations: Always “clean” first

Example:
Solve 3x24=x+52\dfrac{3 x - 2}{4} = \dfrac{x + 5}{2}

Step-by-step:

  1. Clear denominators
    Multiply both sides by 4 LCMof4and2LCM of 4 and 2:
    3x2=2(x+5)3 x - 2 = 2(x + 5)

  2. Expand brackets
    3x2=2x+103 x - 2 = 2 x + 10

  3. Move xx terms to one side, numbers to the other
    3x2x=10+23 x - 2 x = 10 + 2
    x=12x = 12

  4. Quick check (sub back if unsure)

When you practise:

  • Don’t rush the “clear denominators” step
  • Use one line per step
  • Circle your final answer, especially in exams

2. Quadratic graphs: Turn the equation into a story

For O Level E Math, you often get quadratic graphs like y=x24x+3y = x^2 - 4 x + 3.

You should be able to:

  • Find xx-intercepts
  • Find yy-intercept
  • Sketch roughly
  • Use the graph to answer questions

Example: y=x24x+3y = x^2 - 4 x + 3

  1. yy-intercept: set x=0x = 0
    y=024(0)+3=3y = 0^2 - 4(0) + 3 = 3
    So (0,3)(0, 3)

  2. xx-intercepts: set y=0y = 0
    x24x+3=0x^2 - 4 x + 3 = 0
    Factor: (x1)(x3)=0(x - 1)(x - 3) = 0
    So x=1x = 1 or x=3x = 3 → points (1,0)(1, 0) and (3,0)(3, 0)

  3. Shape:
    Coefficient of x2x^2 is positive (+1+1) → opens upwards

  4. Axis of symmetry:
    Midpoint between x=1x = 1 and x=3x = 3x=2x = 2

  5. Vertex (turning point):
    Substitute x=2x = 2:
    y=224(2)+3=48+3=1y = 2^2 - 4(2) + 3 = 4 - 8 + 3 = -1
    Turning point is (2,1)(2, -1)

If you follow this fixed sequence every time, quadratic graphs stop being scary.


3. Trigonometry: One triangle, three main ideas

For O Level E Math, focus on these:

  1. SOH CAH TOA rightangledtrianglesright-angled triangles
  2. Sine rule nonrightangled,withpairsofangle+oppositesidenon-right-angled, with pairs of angle + opposite side
  3. Cosine rule nonrightangled,whenyouhave3sidesor2sides+includedanglenon-right-angled, when you have 3 sides or 2 sides + included angle

(a) SOH CAH TOA

SOH: sinθ=OppositeHypotenuse\sin \theta = \dfrac{\text{Opposite}}{\text{Hypotenuse}}
CAH: cosθ=AdjacentHypotenuse\cos \theta = \dfrac{\text{Adjacent}}{\text{Hypotenuse}}
TOA: tanθ=OppositeAdjacent\tan \theta = \dfrac{\text{Opposite}}{\text{Adjacent}}

Routine:

  1. Identify the right angle
  2. Label the side opposite the angle you’re using
  3. Label the hypotenuse (longest side)
  4. Decide which ratio to use (SOH, CAH, or TOA)
  5. Substitute and solve

Example:
Right-angled triangle, A=30\angle A = 30^\circ, opposite side = 5 cm, find hypotenuse hh.

Use sin\sin because we have opposite and hypotenuse:
sin30=OppHyp=5h\sin 30^\circ = \dfrac{\text{Opp}}{\text{Hyp}} = \dfrac{5}{h}
sin30=0.5\sin 30^\circ = 0.5
So 0.5=5h0.5 = \dfrac{5}{h}h=50.5=10h = \dfrac{5}{0.5} = 10 cm


4. Word problems: Turn English into math in 3 steps

Most Sec 3–4 students freeze at word problems. Use this 3-step approach:

  1. Define variables clearly

    • “Let xx be the number of…”
    • “Let tt be the time in hours…”
  2. Translate sentence by sentence

    • “Twice as many” → 2x2 x
    • “Total of 60” → equation equals 60
    • “Difference between” → subtraction
  3. Solve, then check if your answer makes sense

    • Negative number of people? Something is wrong.
    • Time is 100 hours? Probably wrong.

Example:
“A school canteen sells curry puffs at $1.40 each and drinks at$1.10 each. On one day, a total of 120 items were sold, and the total sales were $152. Find how many curry puffs were sold.”

Step 1: Variables
Let xx = number of curry puffs
Let yy = number of drinks

Step 2: Equations
Total items:
x+y=120x + y = 120

Total money:
1.40x+1.10y=1521.40 x + 1.10 y = 152

Step 3: Solve (you can use substitution or elimination)

From x+y=120x + y = 120y=120xy = 120 - x

Sub into money equation:
1.40x+1.10(120x)=1521.40 x + 1.10(120 - x) = 152
1.40x+1321.10x=1521.40 x + 132 - 1.10 x = 152
0.30x=200.30 x = 20
x=200.30=66.6x = \dfrac{20}{0.30} = 66.\overline{6}

This is not a whole number → check your understanding.
Actually, for O Level questions, they would usually choose numbers that give a whole answer. If this came from your own worksheet, maybe you copied a number wrongly.

This is where a tool like Tutorly.sg helps: you can type the full question, get the correct final answer, and see the official working to compare with your own.


Exam strategy guide

Knowing the content is one thing; scoring in O Level math is another. Here’s a practical strategy for E Math / A Math papers.

“Access more than 1000+ past year papers to practice”
👉 Start a paper today and test yourself like it’s the real exam.

Study smarter with Tutorly.sg

1. Know the paper structure (O Level E Math)

Paper 1 usually2hoursusually 2 hours:

  • Shorter questions, no calculator (for some years) or limited calculator use depending on syllabus version
  • Tests basic skills, algebra, simple graphs, basic geometry

Paper 2 usually2hours30minsusually 2 hours 30 mins:

  • Longer questions, full calculator allowed
  • More word problems, graphs, statistics, geometry/trigo application

Check the latest format from SEAB or your teacher, but the idea is the same:

  • Paper 1 = accuracy + speed
  • Paper 2 = application + stamina

2. How to use your first 5 minutes

When you get the paper:

  1. Flip through quickly

  2. Circle/mark:

    • Topics you’re strong in
    • Any “weird-looking” questions
  3. Decide your game plan:

    • Start with questions you’re confident in
    • Leave long word problems / proofs for later

This reduces panic. You’ll warm up with easier marks first.


3. Time management formula

For a 2-hour paper with 80 marks:

  • Total time: 120 minutes
  • Rough guide: 1.5 minutes per mark
  • So a 5-mark question → ~7–8 minutes

During practice, actually time yourself:

  • Do a 10-mark section in 15 minutes
  • Check how many marks you actually got
  • Adjust your speed

On Tutorly.sg, you can:

  • Take a question, try it under timed conditions
  • Then ask Tutorly to show you the step-by-step solution
  • Compare your approach and see where you’re wasting time

4. “3-pass” method for each paper

Instead of doing the paper once from front to back, try this:

Pass 1: Easy marks

  • Do all the questions you recognise and feel okay about
  • Don’t get stuck more than 2–3 minutes on any question
  • Circle questions you skipped

Pass 2: Medium difficulty

  • Go back to circled questions
  • Spend more time, write down proper working
  • If still stuck, leave a small gap and move on

Pass 3: Hard / stubborn questions

  • Last 10–15 minutes
  • Now you try the hardest ones, or questions you left earlier
  • Even if you can’t finish, write some working – method marks are real

This method helps you secure 60–70% of the paper before you fight with the killer questions.


5. How to check effectively (without redoing everything)

In the last 10 minutes:

  1. Check units: cm vs cm² vs cm³, dollars vs cents

  2. Check if your answers are reasonable:

    • Lengths shouldn’t be negative
    • Probabilities between 0 and 1
    • Angles in a triangle add to 180180^\circ
  3. Scan for:

    • Missing labels on graphs
    • Missing final statements (e.g. “Therefore, x=3x = 3 or x=5x = 5”)
    • Answers not rounded to required accuracy e.g.3s.f.e.g. 3 s.f.

You don’t need to re-solve. Just quickly scan and correct obvious errors.


Worksheet practice

Here’s how to structure your own “easy math tutoring” practice at home, even without a human tutor sitting beside you.

1. Use a 3-level practice system: Easy → Exam → Hard

For each topic (e.g. algebra, trigo, graphs), do:

  1. Easy:

    • Basic skills
    • Simple numbers
    • One concept at a time
  2. Exam-style:

    • Taken from past-year O Level / school papers
    • Slightly longer, more steps
  3. Hard variants:

    • Combined topics
    • Non-obvious starting point
    • Require you to choose the method yourself

With Tutorly.sg, you can:

  • Paste any question from school
  • Ask follow-up questions like “show me a similar but slightly harder question”
  • Get instant answers and step-by-step methods any time of the day

Try it here:
👉 https://tutorly.sg/ai-tutor-singapore


2. Sample practice set: Algebra (with hard variants)

Easy

  1. Factorise: 5x220x5 x^2 - 20 x
  2. Solve: 3x7=113 x - 7 = 11
  3. Simplify: 2x4x2×8x3x\dfrac{2 x}{4 x^2} \times \dfrac{8 x^3}{x}

Suggested answers:

  1. 5x220x=5x(x4)5 x^2 - 20 x = 5 x(x - 4)
  2. 3x7=113x=18x=63 x - 7 = 11 \Rightarrow 3 x = 18 \Rightarrow x = 6
  3. 2x4x2×8x3x=2x8x34x2x=16x44x3=4x\dfrac{2 x}{4 x^2} \times \dfrac{8 x^3}{x} = \dfrac{2 x \cdot 8 x^3}{4 x^2 \cdot x} = \dfrac{16 x^4}{4 x^3} = 4 x

Exam-style

  1. Solve: 5x32x+13=1\dfrac{5 x - 3}{2} - \dfrac{x + 1}{3} = 1
  2. Factorise completely: 2x25x32 x^2 - 5 x - 3

Outline of solutions:

  1. Multiply both sides by 6:
    3(5x3)2(x+1)=63(5 x - 3) - 2(x + 1) = 6
    15x92x2=615 x - 9 - 2 x - 2 = 6
    13x11=613 x - 11 = 6
    13x=17x=171313 x = 17 \Rightarrow x = \dfrac{17}{13}

  2. 2x25x32 x^2 - 5 x - 3
    Multiply ac=2(3)=6a \cdot c = 2 \cdot (-3) = -6
    Need two numbers that multiply to -6 and add to -5 → -6 and 1
    Rewrite: 2x26x+x32 x^2 - 6 x + x - 3
    Group: 2x(x3)+1(x3)2 x(x - 3) + 1(x - 3)
    Factor: (2x+1)(x3)(2 x + 1)(x - 3)


Hard variants (Algebra)

  1. Solve: 2x1+3x+2=1\dfrac{2}{x - 1} + \dfrac{3}{x + 2} = 1

  2. A rectangle has length (2x+3)(2 x + 3) cm and breadth (x1)(x - 1) cm.

    • (a) Write an expression for the area in terms of xx
    • (b) Given that the area is 35 cm235\text{ cm}^2, form an equation and solve for xx

These are the kind of questions where many students get stuck at the setup. You can try them on your own first, then paste them into Tutorly.sg to see the full working and compare.


3. Sample practice set: Trigonometry (with hard variants)

Easy

  1. In a right-angled triangle, θ\theta is an acute angle, and sinθ=35\sin \theta = \dfrac{3}{5}.
    • Find cosθ\cos \theta

“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.

![Secondary Science topics you can practise on Tutorly.sg]/app/blogimages/middle2.png/app/blog-images/middle 2.png

Hint:Drawarightangledtrianglewithopposite=3,hypotenuse=5,findadjacentusingPythagoras.Hint: Draw a right-angled triangle with opposite = 3, hypotenuse = 5, find adjacent using Pythagoras.


Exam-style

  1. A ladder of length 5 m leans against a wall. The foot of the ladder is 1.2 m away from the wall.
    • (a) Find the angle the ladder makes with the ground, correct to 1 decimal place.

You’d use cosθ=adjacenthypotenuse=1.25\cos \theta = \dfrac{\text{adjacent}}{\text{hypotenuse}} = \dfrac{1.2}{5}.


Hard variants (Trigo)

  1. The diagram (imagine it) shows a hill. From point A on level ground, the angle of elevation of the top of the hill is 2020^\circ. From a point B, 40 m closer to the hill, the angle of elevation is 3535^\circ.
    • Find the height of the hill, correct to 1 decimal place.

This kind of question combines:

  • Trigo
  • Two different right-angled triangles
  • Distance difference

You’ll need to:

  • Express heights in terms of tan\tan
  • Use the fact that horizontal distances differ by 40 m
  • Solve a pair of equations

This is exactly the type of question where having a 24/7 AI tutor like Tutorly.sg is useful: you can try it, then check your final answer and see every step you missed.


4. How to build your own “mini worksheets”

Each week, pick 1–2 topics and do:

  • 5 easy questions warmup,fromtextbook/noteswarm-up, from textbook / notes
  • 5 exam-style questions fromTenYearSeries,schoolpapersfrom Ten-Year Series, school papers
  • 2–3 hard variants (mix of topics, or questions you got wrong before)

After each session:

  1. Mark your work honestly
  2. For any wrong question:
    • Try again without looking at the answer
    • If still stuck, ask Tutorly.sg to explain step-by-step
  3. Add the “stubborn” questions to a “mistake book” (see below)

Common mistakes

Here are the classic mistakes I see from Sec 3–4 / O Level students in Singapore, and how you can avoid them.

1. Skipping algebra steps “to save time”

Example:
Solving 2(x3)=3(x+1)2(x - 3) = 3(x + 1)

Many students jump straight to:
2x6=3x+3x=92 x - 6 = 3 x + 3 \Rightarrow x = -9

But they forget to show the intermediate step:
2x6=3x+32 x - 6 = 3 x + 3
2x3x=3+62 x - 3 x = 3 + 6
x=9-x = 9
x=9x = -9

In exams, if you make a mistake and your working is incomplete, you lose both method and accuracy marks.

Fix:

  • Always write at least one line per transformation
  • Especially for algebra, equations, and proofs

2. Using the wrong formula in trigo / geometry

Common mix-ups:

  • Using sine rule when you should use cosine rule
  • Using Pythagoras on non-right-angled triangles
  • Using area formula 12absinC\dfrac{1}{2}ab\sin C wrongly

Fix:

  1. Before you start, ask yourself:
    • Is there a right angle?
    • What information is given (sides, angles)?
  2. Decide the correct formula first, then substitute

You can practise this by:

  • Taking a bunch of mixed questions
  • For each, write only: “Use: cosine rule” or “Use: SOH CAH TOA”
  • Check with Tutorly.sg if your choice is correct before actually solving

3. Not answering the actual question

You get the math right but lose marks because:

  • You didn’t round to the correct number of significant figures
  • You forgot units
  • You didn’t give the final statement (e.g. “Hence, the value of kk is 3”)
  • For probability, you left the answer as a decimal when they wanted a fraction (or vice versa)

Fix:

  • Underline key words in the question: “correct to 3 significant figures”, “give your answer in terms of π\pi”, “hence or otherwise”
  • At the end, re-read the last sentence of the question and check if your answer matches the requirement

4. Panic when seeing long word problems

Many students see a big paragraph and immediately think, “I don’t know how to do this.”

But usually, the question is just:

  • 1–2 equations
  • Plus basic algebra / ratio / percentage

Fix:

  1. Underline numbers and keywords
  2. Write down what the question is actually asking for (e.g. “Find number of students in Group A”)
  3. Start with something simple:
    • A table
    • A small diagram
    • A simple equation

“Practice PSLE Science questions and get clear, step-by-step answers instantly.”
👉 Try a question now and see how fast you can improve.

Try Tutorly.sg on the website

Ready to practise?

If you want a Singapore-focused AI tutor you can use immediately website,nosignupwebsite, no sign-up, try Tutorly here:


Related Articles