Tutorly.sg Logo

Math Shortcuts Singapore Students Can Use For O Level Exams

Updated April 29, 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 a Secondary or O Level student in Singapore, you probably already know this:

In exams, it’s not just about whether you know the math.
It’s whether you can do it fast enough and accurately under MOE exam conditions.

“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

That’s where good math shortcuts come in.

In this guide, I’ll walk you through:

  • Time-saving math tricks that actually work for O Level–style questions
  • How to apply them step-by-step (not just “tips” you forget the next day)
  • How to practise them with exam-style questions and harder variants
  • Common mistakes Singapore students make when rushing with shortcuts
  • And how to use Tutorly.sg as your 24/7 AI tutor to drill these skills

Tutorly.sg is a website, not an app, built specifically for Singapore students from Primary to JC, aligned to the MOE syllabus. It’s been mentioned on Channel NewsAsia (CNA) and already used by thousands of students in Singapore.

You can try it here:

Let’s focus on what matters for you: O Level–style math shortcuts that save time.


Step-by-step tutorial

In this section, we’ll go through practical shortcuts you can immediately use for:

  1. Number and algebra
  2. Percentage and ratio
  3. Coordinate geometry
  4. Quadratic equations
  5. Trigonometry

All examples are Secondary / O Level level, so you can recognise the style from your school tests and prelims.


1. Mental arithmetic shortcuts you’ll actually use

You don’t need to be a human calculator, but cutting a few seconds per question adds up across Paper 1 and Paper 2.

(a) Multiplying by 11 quickly

For a 2-digit number abab like34,57like 34, 57:

  • 34×1134 \times 11

    • Add the digits: 3+4=73 + 4 = 7
    • Answer: 374374
  • 57×1157 \times 11

    • 5+7=125 + 7 = 12, carry the 1
    • Answer: 627627 (because 5+1=65 + 1 = 6, then 2, then 7)

Shortcut steps:

  1. For ab×11ab \times 11
  2. Middle digit = a+ba + b
  3. If a+b10a + b \ge 10, carry the tens over to the first digit.

Try one mentally:
68×11=?68 \times 11 = ?
6+8=146 + 8 = 14 → carry 1 → 748748

You don’t need to use this in every exam, but if you see “×11\times 11”, your brain should auto-switch to this.


(b) Squaring numbers ending in 5

This comes up in algebra expansion and checking answers.

For any number like 35,45,6535, 45, 65:

  • 35235^2
    • Take the first digit: 3
    • Next number: 4
    • Multiply: 3×4=123 \times 4 = 12
    • Attach 25 at the end → 12251225

General rule:
If the number is n5n 5, then
(n5)2=n(n+1)25(n 5)^2 = n(n+1)\,25

Examples:

  • 45245^2: 4×5=204 \times 5 = 2020252025
  • 65265^2: 6×7=426 \times 7 = 4242254225

This is handy when checking your expansions like (x+35)2(x+35)^2 or (45)2(45)^2 in coordinate geometry.


2. Percentage and ratio: avoid writing long working

A lot of Singapore students waste time writing full “newoldold×100%\frac{\text{new} - \text{old}}{\text{old}} \times 100\%” lines for simple percentage change questions.

You can compress your thinking using ratio form.

(a) Percentage increase / decrease via ratio

Example:
The price of a bag increases from $80 to$100.
Find the percentage increase.

Instead of formula, think:

  • Old : New = 80 : 100
  • Simplify: divide by 20 → 4 : 5
  • Increase is from 4 parts to 5 parts → increase of 1 part out of 4
  • Percentage increase = 14×100%=25%\frac{1}{4} \times 100\% = 25\%

You can write:

Old : New = 80 : 100 = 4 : 5
Increase = 1 part out of 4
25%\Rightarrow 25\%

This is especially useful in speed-type Paper 1 questions.


(b) Successive percentage change shortcut

For O Level Math, you sometimes see:

Price increased by 20%, then decreased by 10%.
Find the overall percentage change.

Shortcut: convert to multipliers and multiply directly.

  • Increase 20% → multiply by 1.201.20
  • Decrease 10% → multiply by 0.900.90
  • Overall multiplier = 1.20×0.90=1.081.20 \times 0.90 = 1.08

So overall increase is 1.081=0.08=8%1.08 - 1 = 0.08 = 8\%.

You avoid doing step-by-step “find new price, then find another new price, then compare”.


3. Coordinate geometry: midpoint and gradient without confusion

These are standard in O Level E-Math. You want to be able to do them in under 30 seconds.

(a) Midpoint shortcut: think “average”

For points A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2):

Midpoint MM is simply the average of x’s and y’s:

M=(x1+x22,y1+y22)M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)

Example:

A(2,5)A(2, 5), B(8,1)B(8, -1)
Midpoint:

  • x: (2+8)/2=10/2=5(2 + 8)/2 = 10/2 = 5
  • y: (5+(1))/2=4/2=2(5 + (-1))/2 = 4/2 = 2

So M(5,2)M(5, 2).

What saves time is to say “average” in your head instead of trying to recall a “formula”. Your brain already knows how to take averages.


(b) Gradient: rise over run, not formula memorising

Gradient of line ABAB:

m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

But in your head, think:

gradient = change in ychange in x\dfrac{\text{change in y}}{\text{change in x}} = rise / run

Example: A(1,3)A(1, 3), B(5,11)B(5, 11)

  • Change in y: 113=811 - 3 = 8
  • Change in x: 51=45 - 1 = 4
  • Gradient = 8/4=28/4 = 2

For exam speed:

  • Always subtract in the same order (B – A or A – B, just be consistent).
  • Immediately simplify the fraction if possible.

4. Quadratic equations: factor quickly when possible

You don’t always need the quadratic formula. For many O Level questions, the numbers are chosen nicely to factor.

(a) Shortcut for x2+bx+cx^2 + bx + c

Example: Solve x2+7x+12=0x^2 + 7 x + 12 = 0.

You want two numbers that:

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

You can scan factor pairs of 12:

  • 1,121, 12 → 13
  • 2,62, 6 → 8
  • 3,43, 4 → 7 ← works

So:

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

Then x=3x = -3 or x=4x = -4.

Time-saving tip:
Write the pairs quickly in your rough working (top of page or side), not as full sentences. Just “1,12; 2,6; 3,4”.


(b) When to switch to quadratic formula

If you see something like:

2x2+7x3=02 x^2 + 7 x - 3 = 0

The factors are not obvious. You can try, but if after 10–15 seconds you don’t see a neat pair, switch:

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

For 2x2+7x3=02 x^2 + 7 x - 3 = 0:

  • a=2,b=7,c=3a = 2, b = 7, c = -3
  • b24ac=494(2)(3)=49+24=73b^2 - 4ac = 49 - 4(2)(-3) = 49 + 24 = 73

So:

x=7±734x = \frac{-7 \pm \sqrt{73}}{4}

Knowing when not to force factorisation is also a time-saving “shortcut”.


5. Trigonometry: quick values and ratios

For O Level, you don’t have to memorise crazy trig identities, but you should be fast with:

  • Basic SOH-CAH-TOA
  • Common angles: 30,45,6030^\circ, 45^\circ, 60^\circ

(a) SOH-CAH-TOA mental pattern

Always start by labelling:

  • Hypotenuse (longest side)
  • Opposite (to the angle)
  • Adjacent (next to angle but not hypotenuse)

Then:

  • sinθ=OppHyp\sin \theta = \dfrac{\text{Opp}}{\text{Hyp}}
  • cosθ=AdjHyp\cos \theta = \dfrac{\text{Adj}}{\text{Hyp}}
  • tanθ=OppAdj\tan \theta = \dfrac{\text{Opp}}{\text{Adj}}

Shortcut: write “SOH CAH TOA” at the top of your paper the moment you start the paper. Then you don’t waste time trying to recall.


(b) Common exact values

These appear in E-Math and A-Math:

  • sin30=12\sin 30^\circ = \dfrac{1}{2}
  • cos60=12\cos 60^\circ = \dfrac{1}{2}
  • sin45=22\sin 45^\circ = \dfrac{\sqrt{2}}{2}
  • cos45=22\cos 45^\circ = \dfrac{\sqrt{2}}{2}
  • sin60=32\sin 60^\circ = \dfrac{\sqrt{3}}{2}
  • cos30=32\cos 30^\circ = \dfrac{\sqrt{3}}{2}

If you’re shaky, use Tutorly.sg to drill with quick-fire trig questions until you can recall them without thinking.


Exam strategy guide

Shortcuts are only useful if you apply them in the right exam strategy. Let’s talk about how to use them across the O Level 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. Paper 1 (no calculator): where shortcuts matter most

Paper 1 is where your time-saving tricks really help. Some strategies:

(a) Scan for “shortcut-friendly” questions first

As you flip through Paper 1, mentally highlight:

  • Simple algebra factorisation
  • Percentages / ratios
  • Coordinate geometry
  • Simple trig in right-angled triangles
  • Number pattern / arithmetic

These are the ones where:

  • Mental arithmetic shortcuts
  • Ratio thinking
  • Fast factorisation

can save you a lot of time.

You don’t have to do the paper in order. If Q 1 is annoying and Q 2 is a simple gradient question, do Q 2 first.


(b) Use “estimated time per question”

For example, if Paper 1 is 80 marks in 2 hours:

  • 120 minutes for 80 marks ≈ 1.5 minutes per mark

So a 2-mark question should not take more than:

  • About 3 minutes (including checking)

If you’re stuck for more than 3–4 minutes on a 2-mark question, circle it, move on, and come back later.

This is where Tutorly.sg can help during revision—you can practise timed questions and get instant answers, so you start to “feel” how long 3 minutes is for a 2-mark question.


2. Paper 2 (calculator allowed): shortcuts are about thinking, not mental sums

Since you have a calculator, the shortcuts are more about structure and avoiding algebra mess.

(a) Draw quick sketches, not perfect diagrams

For coordinate geometry, functions, and trig:

  • Draw a rough sketch: axes, curve shape, triangle
  • Mark given values
  • Decide which formula to apply

You don’t get marks for artistic diagrams. You get marks for choosing the right method quickly.


(b) Let the calculator do the heavy lifting, but keep expressions clean

Example commoninPaper2common in Paper 2:

Find the area under the graph between x=1x = 1 and x=4x = 4.

You might have to integrate:

14(3x22x+1)dx\int_1^4 (3 x^2 - 2 x + 1)\,dx

Shortcut mindset:

  1. Rewrite integral clearly first (no messy scribbles).
  2. Use your calculator to evaluate after you’ve done the basic integration, not at every mini-step.

Same for statistics:

  • Write the formula clearly:
    xˉ=fxf\bar{x} = \frac{\sum fx}{\sum f}
  • Then use calculator once with total fxfx and total ff.

This reduces careless mistakes from repeated typing.


3. Using Tutorly.sg as your “exam conditions” practice partner

When you revise alone, it’s easy to overestimate your speed because you’re relaxed.

On Tutorly.sg webbased,nodownloadneededweb-based, no download needed, you can:

  • Ask O Level–style questions any time (even midnight after tuition)
  • Get instant final answers
  • Then see step-by-step worked solutions to compare with your method
  • Try harder variants of the same topic to push your speed

Link: https://tutorly.sg/ai-tutor-singapore

Because Tutorly is built specifically around the MOE syllabus, the style of questions and solutions feel like Singapore school work, not random overseas examples.


Worksheet practice

Let’s go through some practice questions, including harder variants similar to what you see in upper sec tests and prelims.

I’ll give:

  • Question
  • Quick hint (shortcut idea)
  • Outline of solution (not full essay style, so you can try yourself first)

You can then plug similar questions into Tutorly.sg to get full solutions and more practice.


A. Basic to intermediate questions

Question 1: Percentage shortcut

The price of a phone decreased from $960 to$816.
Find the percentage decrease.

Hint: Use ratio method.

Outline:

  • Old : New = 960 : 816
  • Simplify by dividing by 48 → 960/48=20960/48 = 20, 816/48=17816/48 = 17
  • So ratio is 20 : 17
  • Decrease = 3 parts out of 20
  • Percentage decrease = 320×100%=15%\dfrac{3}{20} \times 100\% = 15\%

Question 2: Coordinate midpoint and gradient

Points A(3,2)A(3, -2) and B(9,4)B(9, 4).

(a) Find the midpoint of ABAB.
(b) Find the gradient of ABAB.

Hint: Average for midpoint; rise/run for gradient.

Outline:

(a) Midpoint:

  • x: (3+9)/2=12/2=6(3 + 9)/2 = 12/2 = 6
  • y: (2+4)/2=2/2=1(-2 + 4)/2 = 2/2 = 1
  • Midpoint: (6,1)(6, 1)

(b) Gradient:

  • Change in y: 4(2)=64 - (-2) = 6
  • Change in x: 93=69 - 3 = 6
  • Gradient = 6/6=16/6 = 1

Question 3: Quadratic factorisation

Solve the equation:

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

Hint: Find two numbers that multiply to 6 and add to -5.

Outline:

  • Pairs of 6: 1,61, 6, 2,32, 3
  • Need sum = -5, product = +6 → 2,3-2, -3
  • So: x25x+6=(x2)(x3)x^2 - 5 x + 6 = (x - 2)(x - 3)
  • Solutions: x=2x = 2, x=3x = 3

Question 4: Trig in right-angled triangle

In ABC\triangle ABC, right-angled at CC, AB=13AB = 13 cm, AC=5AC = 5 cm.

Find:

(a) BCBC
(b) sinA\sin \angle A

Hint: Use Pythagoras for (a), then SOH-CAH-TOA for (b).

Outline:

(a) AB2=AC2+BC2AB^2 = AC^2 + BC^2

  • 132=52+BC213^2 = 5^2 + BC^2
  • 169=25+BC2169 = 25 + BC^2
  • BC2=144BC^2 = 144
  • BC=12BC = 12 cm

(b) At angle AA:

  • Opposite = BC=12BC = 12
  • Hypotenuse = AB=13AB = 13
  • sinA=1213\sin A = \dfrac{12}{13}

B. Harder exam-style variants

These are closer to what you might see in Sec 4 tests or O Level Paper 2.


Question 5 (Hard): Successive percentage change

The price of a laptop is increased by 25% and then decreased by 20%.
The final price is $1200.

Find the original price of the laptop.

Hint: Use multipliers and work backwards.

“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

Outline:

Let original price be PP.

  • After 25% increase → P×1.25P \times 1.25
  • After 20% decrease → P×1.25×0.80P \times 1.25 \times 0.80

So:

P×1.25×0.80=1200P \times 1.25 \times 0.80 = 1200

Compute 1.25×0.80=1.01.25 \times 0.80 = 1.0 exactly (nice numbers). So:

P=1200P = 1200

This is a trick question: overall, the price returns to original.


Question 6 (Hard): Quadratic application

A rectangle has length (x+3)(x + 3) cm and breadth (x1)(x - 1) cm.
Its area is 40 cm240\ \text{cm}^2.

(a) Form a quadratic equation in xx.
(b) Solve the equation.
(c) Hence, find the dimensions of the rectangle.

Hint: Multiply to form area; factor if possible.

Outline:

(a) Area:

(x+3)(x1)=40(x + 3)(x - 1) = 40

Expand:

x^2 + 2 x - 3 = 40$$ Bring all to one side: $$x^2 + 2 x - 43 = 0$$ (b) Try factorisation? 43 is prime → use quadratic formula. $$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}$$ Simplify $\sqrt{176} = \sqrt{16 \times 11} = 4\sqrt{11}$ So: $$x = \frac{-2 \pm 4\sqrt{11}}{2} = -1 \pm 2\sqrt{11}$$ Since $x$ represents a length, take the positive root: $$x = -1 + 2\sqrt{11}$$ (c) Dimensions: - Length = $x + 3 = (-1 + 2\sqrt{11}) + 3 = 2 + 2\sqrt{11}$ - Breadth = $x - 1 = (-1 + 2\sqrt{11}) - 1 = -2 + 2\sqrt{11}$ You can leave answers in surd form. This is the kind of question where knowing **when to stop trying to factor** saves you time. --- #### Question 7 (Hard): Coordinate geometry with gradient and midpoint Points $A(2, -1)$ and $B(8, 5)$ are the endpoints of a diameter of a circle. (a) Find the coordinates of the centre of the circle. (b) Find the equation of the line $AB$. (c) Find the radius of the circle. **Hint:** Midpoint for centre; gradient for line; distance formula for radius. **Outline:** (a) Centre = midpoint of $AB$: - x: $(2 + 8)/2 = 5$ - y: $(-1 + 5)/2 = 4/2 = 2$ - Centre: $(5, 2)$ (b) Gradient of $AB$: - Change in y: $5 - (-1) = 6$ - Change in x: $8 - 2 = 6$ - Gradient $m = 6/6 = 1$ Equation of line through $A(2, -1)$ with $m = 1$: - $y - (-1) = 1(x - 2)$ - $y + 1 = x - 2$ - $y = x - 3$ (c) Radius = distance from centre $(5, 2)$ to $A(2, -1)$: $$r = \sqrt{(5 - 2)^2 + (2 - (-1))^2} = \sqrt{3^2 + 3^2} = \sqrt{18} = 3\sqrt{2}$$ --- #### Question 8 (Hard): Trig with height and distance From a point $P$ on level ground, the angle of elevation of the top of a vertical tower $T$ is $30^\circ$. When a student walks 20 m closer to the tower to point $Q$, the angle of elevation becomes $45^\circ$. Find the height of the tower. **Hint:** Use two right-angled triangles, same height, different base lengths. **Outline:** Let height of tower be $h$ and horizontal distance from $Q$ to tower be $x$ m. At $Q$: $$\tan 45^\circ = \frac{h}{x} \Rightarrow 1 = \frac{h}{x} \Rightarrow h = x$$ At $P$ (20 m further): Distance from $P$ to tower = $x + 20$. $$\tan 30^\circ = \frac{h}{x + 20} = \frac{1}{\sqrt{3}}$$ Substitute $h = x$: $$\frac{x}{x + 20} = \frac{1}{\sqrt{3}}$$ Cross-multiply:

“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