PSLE Guide

8 Algebra Mistakes That Cost P6 Students PSLE Marks

P6 algebra looks simple — until these 8 sneaky errors eat your marks. See the exact traps and how to fix each one before exam day.

1 April 2026 9 min read

8 Algebra Mistakes That Cost P6 Students PSLE Marks

Algebra is one of the newest topics P6 students face — and one of the most dangerous for mark loss. Most errors aren’t from not understanding algebra. They come from the same 8 traps, year after year. Fix these and you rescue easy marks.

Algebra appears in both PSLE Paper 1 and Paper 2. The questions often look simple — simplify this expression, solve for xx, form an equation from a word problem. But small errors snowball fast, and unlike model drawing, algebraic working earns no partial method marks in PSLE. Get the final answer wrong and you lose every mark for that question.

Here are the 8 most common algebra mistakes P6 students make, with the exact fix for each.


Mistake 1: Combining Unlike Terms

This is the single most common algebra error at P6 level. Students add terms that cannot be added together.

The Unlike Terms Trap

Question:

Simplify 5a+105a + 10

Wrong:

5a+10=15a5a + 10 = 15a

Why it happens: Students see two things with numbers and try to add them. But 5a5a means “5 groups of aa” and 1010 is just a number — they’re completely different things.

Correct:

5a+105a + 10cannot be simplified further!

The rule: Only like terms can be combined. Like terms have the same letter part.

Can combineCannot combine
5a+2a=7a5a + 2a = 7a5a+105a + 10 (stays as is)
3x+x=4x3x + x = 4x3x+2y3x + 2y (different letters)
7+3=107 + 3 = 107+3x7 + 3x (number vs letter term)

💡 The Fruit Test

Replace letters with fruits. Can you add 5 apples + 10? No — they’re different things. Can you add 5 apples + 2 apples? Yes — 7 apples! If the “fruits” don’t match, you can’t combine them.


Mistake 2: Forgetting Brackets in Word Problems

When translating English into algebra, students frequently miss brackets — and this completely changes the answer.

The Missing Brackets Trap

Question:

Ali has 3 times as many stickers as the total of Ben’s and Charlie’s stickers. Ben has bb stickers and Charlie has cc stickers. Write an expression for Ali’s stickers.

Wrong:

Ali’s stickers =3×b+c= 3 \times b + c

Without brackets, BODMAS makes this 3b+c3b + c, not 3 times the total.

Correct:

Ali’s stickers =3×(b+c)=3(b+c)= 3 \times (b + c) = 3(b + c)

Key phrases that signal brackets are needed:

Phrase in questionWhat to write
”3 times the total of…"3×(total)3 \times (\text{total})
"twice the sum of…"2×(sum)2 \times (\text{sum})
"half the difference between…”(difference)÷2(\text{difference}) \div 2

⚠️ Underline First

Before writing any algebra, underline grouping words like “total of”, “sum of”, or “difference between”. These words tell you exactly where the brackets go.


Mistake 3: Not Multiplying Every Term in the Bracket

When expanding brackets, students multiply the first term inside but forget the second.

The Incomplete Expansion Trap

Question:

Expand 5(x+2)5(x + 2)

Wrong:

5(x+2)=5x+25(x + 2) = 5x + 2

The student multiplied 5 by xx but forgot to multiply 5 by 2.

Correct:

5(x+2)=5×x+5×2=5x+105(x + 2) = 5 \times x + 5 \times 2 = 5x + 10

The rule: The number outside the bracket must multiply every term inside.

a(b+c)=ab+aca(b + c) = ab + ac

💡 The Arrow Method

Draw arrows from the number outside to each term inside. Count your arrows — if you have 2 terms inside, you should have 2 arrows and 2 terms in your answer.

Another common version:

ExpressionWrong answerCorrect answer
3(a4)3(a - 4)3a43a - 43a123a - 12
2(3y+1)2(3y + 1)6y+16y + 16y+26y + 2
4(2n5)4(2n - 5)8n58n - 58n208n - 20

Mistake 4: Sign Errors When Solving Equations

When students “move” terms to the other side of an equation, they forget to reverse the operation sign.

The Sign Flip Trap

Question:

Solve x5=12x - 5 = 12

Wrong:

x=125=7x = 12 - 5 = 7

The student subtracted again instead of adding.

Correct:

x5=12x - 5 = 12

x=12+5=17x = 12 + 5 = 17

Think of the equation as a balanced scale. Whatever you do to one side, you must do to the other.

x - 5 = 12
x - 512✓ Balanced
To isolate x, add 5 to BOTH sides → x = 17

The rule: When a number crosses the equals sign, its operation reverses:

Operation on original sideBecomes on other side
+5+ 55- 5
5- 5+5+ 5
×3\times 3÷3\div 3
÷3\div 3×3\times 3

💡 Say It Out Loud

Instead of “moving” numbers, say: “I subtract 5 from both sides” or “I add 5 to both sides”. Writing the operation explicitly on both sides prevents sign flips.


Mistake 5: BODMAS Errors During Substitution

When replacing a letter with a number, students ignore the order of operations.

The BODMAS Substitution Trap

Question:

Find the value of 2a+3b2a + 3b when a=4a = 4 and b=3b = 3.

Wrong:

2a+3b=24+33=572a + 3b = 24 + 33 = 57

The student wrote “24” instead of “2 × 4” — they joined the digits instead of multiplying!

Correct:

2a+3b=2×4+3×3=8+9=172a + 3b = 2 \times 4 + 3 \times 3 = 8 + 9 = 17

Why it happens: In algebra, 2a2a is a shorthand for 2×a2 \times a. But when students substitute, they sometimes “stick” the numbers together like a two-digit number instead of multiplying.

The fix — always use brackets when substituting:

2a+3b=2(4)+3(3)=8+9=172a + 3b = 2(4) + 3(3) = 8 + 9 = 17

⚠️ Bracket Every Substitution

Replace the letter with the number inside brackets: 2a2a becomes 2(4)2(4), not 2424. This forces you to treat it as multiplication and follow BODMAS correctly.


Mistake 6: Forming the Wrong Equation from Word Problems

This is the highest-stakes mistake because word problems carry the most marks in Paper 2.

The Wrong Equation Trap

Question:

Tom has 5 more pencils than Jerry. They have 29 pencils altogether. How many pencils does Jerry have?

Wrong:

Let xx = Jerry’s pencils

x+5=29x + 5 = 29

This equation forgets Jerry’s own pencils from the total!

Correct:

Let xx = Jerry’s pencils

Tom’s pencils =x+5= x + 5

Total: x+(x+5)=29x + (x + 5) = 29

2x+5=292x + 5 = 29

2x=242x = 24

x=12x = 12

Jerry has 12 pencils.

2x + 5 = 29
2x + 529✓ Balanced
Both sides must balance — Jerry (x) + Tom (x + 5) = 29

The 3-step word problem method:

  1. Define: Write “Let xx = …” (always define the unknown)
  2. Express: Write every person/quantity in terms of xx
  3. Connect: Use the relationship (“altogether”, “difference”, “left over”) to form the equation

💡 The Table Trick

Draw a mini table before writing your equation:

PersonExpression
Jerryxx
Tomx+5x + 5
Total29

Then the equation writes itself: x+(x+5)=29x + (x + 5) = 29.


Mistake 7: Confusing “x” the Letter with “x” the Multiplication Sign

This sounds silly, but it causes real confusion in P6 — especially in handwritten work.

The x Confusion Trap

Question:

Simplify 3×x+2×x3 \times x + 2 \times x

Wrong:

Student reads this as "3××+2××3 \times \times + 2 \times \times" and freezes — or writes 3x+2x=5x23x + 2x = 5x^2 because they think the xx‘s are being multiplied together.

Correct:

3x+2x=5x3x + 2x = 5x (adding like terms, not multiplying)

Why it happens: The letter xx and the multiplication sign ×\times look almost identical in handwriting.

The fix:

  • Write the variable xx with a slight curve (like a cursive x) to distinguish it from the multiplication sign ×\times (which has straight lines)
  • Use a dot (\cdot) for multiplication instead of ×\times when working with algebra
  • Remember: 3x3x already means ”33 multiplied by xx” — you don’t need to write the multiplication sign

💡 No Multiplication Sign Needed

In algebra, just write the number next to the letter: 3x3x means 3×x3 \times x. Dropping the multiplication sign removes the confusion entirely.


Mistake 8: Solving for x — But Not Answering the Question

This is the most heartbreaking mistake because the student did all the hard work correctly, then lost marks at the very last step.

The 'Not Answering the Question' Trap

Question:

Mei Ling is xx years old. Her father is (3x+4)(3x + 4) years old. Their combined age is 44. How old is Mei Ling’s father?

Wrong:

x+3x+4=44x + 3x + 4 = 44

4x=404x = 40

x=10x = 10

Answer: 10

The student found xx (Mei Ling’s age) but the question asks for the FATHER’s age!

Correct:

x+3x+4=44x + 3x + 4 = 44

4x=404x = 40

x=10x = 10

Father’s age =3(10)+4=34= 3(10) + 4 = 34

Mei Ling’s father is 34 years old.

❌ This Costs Full Marks

Writing x=10x = 10 when the question asks for the father’s age (3x+43x + 4) means zero marks — even though all the algebra was perfect. PSLE does not award partial marks for algebraic working.

The fix — the Circle-and-Check method:

  1. Before solving: Circle exactly what the question asks for (“How old is Mei Ling’s father?”)
  2. After finding xx: Ask yourself — “Is xx the final answer, or do I need one more step?”
  3. Write a statement answer: “Mei Ling’s father is 34 years old.” If your answer sentence doesn’t match the circled question, you have more work to do.

Quick Reference: All 8 Mistakes at a Glance

#MistakeQuick Fix
1Combining unlike terms (5a+10=15a5a + 10 = 15a)Use the Fruit Test — different “fruits” can’t be added
2Forgetting brackets in word problemsUnderline “total of”, “sum of” → add brackets
3Not multiplying all terms in bracketDraw arrows to every term inside
4Sign errors when solving equationsSay “I do ___ to both sides
5BODMAS errors in substitutionPut substituted values in brackets: 2(4)2(4) not 2424
6Forming the wrong equationUse the Table Trick — list all quantities first
7Confusing xx (letter) with ×\times (multiply)Write 3x3x not 3×x3 \times x — drop the sign
8Finding xx but not answering the questionCircle what the question actually asks for

The Algebra vs Model Method Decision

One last tip that isn’t a “mistake” but catches many students off guard:

⚠️ When NOT to Use Algebra in PSLE

PSLE accepts algebra, but awards no method marks for algebraic working. If your final answer is wrong, you get zero — unlike model drawing where partial marks are possible.

Use algebra for: Straightforward “form and solve” questions (1-2 step equations).

Use model drawing for: Complex word problems with before/after, changing ratios, or multiple relationships. The bar model earns method marks even if your final calculation slips.


Action Plan: Stop Losing Marks This Week

Here’s a 5-day drill to fix these 8 mistakes:

DayFocusWhat to Do
MonMistakes 1 & 3Practice 10 simplification questions. After each, check: did I combine only like terms? Did I multiply all terms?
TueMistakes 4 & 5Practice 10 “solve for xx” and substitution questions. Write operations on both sides explicitly.
WedMistakes 2 & 6Practice 10 word problems. Use the Table Trick for every question. Underline grouping phrases.
ThuMistakes 7 & 8Mixed practice. Write the variable xx in cursive. Circle the question before solving.
FriAll 8Do a timed mini-test. After finishing, go through the checklist above for every answer.

Ready to Practice Algebra?

Our AI tutor spots these exact mistakes in real time and guides you to fix them — one step at a time.

Start Practicing Now →

Topics covered:

P6 algebra mistakes PSLE algebra algebra common errors combining unlike terms solving equations mistakes PSLE Math careless mistakes P6 math Singapore Math algebra algebra word problems BODMAS algebra

Want personalized AI tutoring?

Get step-by-step help with practice problems and instant feedback.

Sign up for free