Every exam session, the same mistakes cost candidates marks they should have earned. Knowing what those mistakes are, and why they happen, is one of the most efficient ways to improve your grade.

The edexcel igcse (4MB1) mathematics specification b common mistakes documented here come from patterns that repeat across multiple exam sessions. These are not obscure errors. They are systematic habits that candidates fall into under pressure, and they are entirely avoidable with the right awareness and practice. The five areas where marks are lost most reliably are algebraic processes, number manipulation, equations and inequalities, measures and accuracy, and trigonometric ratios and applications.

Mistake 1: Sign errors in algebraic expansion and factorisation

Algebraic processes form the backbone of the entire specification, and sign errors are the single most common reason candidates lose marks in algebra. The mistake usually happens when expanding brackets with a negative coefficient or when factorising expressions that involve subtraction.

The wrong approach:

Expand -2(3x - 5):

Student writes: -6x - 10

Why it loses marks: The student multiplied -2 by -5 and got -10 instead of +10. This is a sign error, and it propagates through every subsequent step.

The correct technique:

-2(3x - 5) = (-2)(3x) + (-2)(-5) = -6x + 10

Write out the multiplication of each term separately. Negative times negative gives positive. If you struggle with this under pressure, write the sign of each product explicitly before simplifying.

Factorisation check: After factorising, always expand your answer to verify it matches the original expression. If you factorise 6x2 - x - 2 as (2x + 1)(3x - 2), expand it: 6x2 - 4x + 3x - 2 = 6x2 - x - 2. Correct. This 10-second check catches errors that would otherwise cost you every mark on the question.

Mistake 2: Mishandling index laws with negative and fractional powers

Number manipulation questions involving indices are examined heavily. The edexcel igcse mathematics specification b errors that appear most often involve negative powers, fractional powers, and combinations of the two.

The wrong approach:

Simplify 8-2/3:

Student writes: 8-2/3 = -(82/3) = -4

Why it loses marks: A negative index means a reciprocal, not a negative number. The student confused x-n with -xn.

The correct technique:

8-2/3 = 1 / 82/3

81/3 = 2 (cube root of 8)

82/3 = 22 = 4

8-2/3 = 1/4

Always process the fractional power in two steps: root first (denominator), then power (numerator). Then apply the negative index as a reciprocal. Breaking it into stages makes each step small and verifiable.

Mistake 3: Solving quadratic equations without checking for two solutions

The edexcel igcse mathematics specification b mistakes in equations and inequalities often involve quadratics. Candidates frequently find one solution and stop, or they use the formula but make an arithmetic error under the square root.

The wrong approach:

Solve x2 - 5x + 6 = 0:

Student factorises to (x - 2)(x - 3) = 0, writes x = 2, and stops.

Why it loses marks: There are two solutions: x = 2 and x = 3. Leaving out a solution is leaving out a mark.

The correct technique:

(x - 2)(x - 3) = 0

x - 2 = 0, so x = 2

x - 3 = 0, so x = 3

A quadratic has two solutions (unless both factors are the same). Always write both. For the quadratic formula, remember both the + and - options in the plus-or-minus sign.

Mistake 4: Rounding errors and premature rounding

Measures, money and accuracy questions test your ability to handle precision, and the most frequent mistake is rounding intermediate values before the calculation is complete.

The wrong approach:

A length is calculated as sqrt(18.7) = 4.32 (rounded). This is then squared in the next step: 4.322 = 18.6624.

Why it loses marks: The original value was 18.7, but rounding to 4.32 and squaring gives 18.6624. The rounding error has compounded.

The correct technique:

Keep the full calculator value (4.32434...) stored in your calculator memory and use it for subsequent calculations. Round only at the final step, and only to the precision the question specifies.

Instruction in the questionWhat to do
"Give your answer to 3 significant figures"Round the final answer to 3 s.f. only
"Give your answer to 2 decimal places"Round the final answer to 2 d.p. only
"Give your answer in exact form"Leave as a surd, fraction or pi expression. Do not convert to a decimal.
No rounding instruction givenGive at least 3 significant figures, or leave exact

Mistake 5: Using the wrong trigonometric rule

Trigonometric ratios and applications questions can involve right-angled triangles (where SOHCAHTOA applies) or non-right-angled triangles (where the sine rule or cosine rule is needed). Using the wrong rule is one of the edexcel igcse mathematics specification b exam tips that examiners flag most often.

The wrong approach:

A triangle has sides a = 7, b = 10, and included angle C = 40 degrees. Student uses the sine rule (a/sinA = b/sinB) even though they know two sides and the included angle.

Why it loses marks: The sine rule requires a known angle-side pair. Here, you have two sides and the included angle, which requires the cosine rule.

The correct technique:

Use the cosine rule: c2 = a2 + b2 - 2ab cos(C)

c2 = 49 + 100 - 2(7)(10) cos(40)

c2 = 149 - 140 x 0.7660

c2 = 149 - 107.24 = 41.76

c = 6.46 (3 s.f.)

The decision tree is simple:

  • Right-angled triangle: use SOHCAHTOA
  • Two sides and the included angle: cosine rule
  • Two angles and a side, or two sides and a non-included angle: sine rule
  • Finding area of a non-right-angled triangle: use (1/2)ab sin(C)

Mistake 6: Confusing upper and lower bounds

When a measurement is given to a degree of accuracy, the true value lies within a range. Candidates often calculate the bounds incorrectly or apply the wrong bound in a subsequent calculation.

The wrong approach:

A length is 15 cm to the nearest cm. Student states lower bound = 14.5 and upper bound = 15.5, then calculates area of a square as 15.5 x 14.5 = 224.75 for the "maximum area".

Why it loses marks: The maximum area of a square occurs when both sides are at their upper bound: 15.5 x 15.5 = 240.25. The minimum area is 14.5 x 14.5 = 210.25.

The correct technique: For maximum results in multiplication, use upper bounds for all values. For minimum results, use lower bounds for all values. For division, maximum = upper / lower and minimum = lower / upper. Write out which bound you are using and why.

Mistake 7: Incomplete working in "show that" questions

These questions give you the answer and ask you to prove it. The entire mark is in the working. Candidates who skip steps, write incomplete algebraic manipulation, or jump from the second line to the final answer lose marks even though they "got the right answer".

The wrong approach:

Show that (x + 3)2 - 9 = x2 + 6x:

Student writes: (x + 3)2 - 9 = x2 + 6x. Done.

Why it loses marks: The student has restated the claim without proving it. The examiner needs to see the expansion.

The correct technique:

(x + 3)2 - 9

= (x + 3)(x + 3) - 9

= x2 + 3x + 3x + 9 - 9

= x2 + 6x

Every step is visible. The examiner can verify each line. Full marks.

The golden rule for every exam question: if the examiner cannot follow your method, they cannot award method marks. Write clearly, one step per line, with the mathematical operation visible at each stage. This is not about being neat for its own sake. It is about giving the examiner a trail of marks to award.

Mistake 8: Misreading command words

Command words tell you what kind of answer is expected. Mixing them up is one of the edexcel igcse mathematics specification b mistakes that costs marks without any mathematical error at all.

Command wordWhat the examiner expects
CalculateUse a mathematical process to find the answer. Show working.
FindDetermine the value. Method can be any valid approach.
SimplifyReduce to simplest form. Final answer must be fully simplified.
FactoriseWrite as a product of factors. Expanding is the opposite.
Show thatProve the given result. Every step of working must be shown.
HenceUse the result from the previous part. You must use it; an alternative method is not acceptable.
Otherwise"Hence or otherwise" means you can use the previous result or a different method.

Putting it together

These edexcel igcse mathematics specification b exam tips are not about learning new mathematics. They are about protecting the marks you already know how to earn. Every error listed above is preventable with awareness and practice. Work through edexcel igcse mathematics specification b past papers with these mistakes in mind. After marking each paper, check: did I lose marks to sign errors? Did I round too early? Did I forget a solution? Did I use the wrong trig rule? Build an error log and review it before your next practice paper. Over time, these mistakes will stop appearing in your work, and that is where the grade improvement comes from.

The Green Bridge CBT platform lets you practise igcse exam questions by topic, track your performance, and identify your personal weak spots before the exam does it for you.

Sauke Manhajar Daga Google Playstore

Duk abin da kake buƙata don yin fice a JAMB, WAEC & NECO.

Green Bridge CBT Mobile App
Keɓantaccen Mataimaki na Tattaunawa na Koyo na AI
Dubban Tambayoyi na IGCSE, JAMB, WAEC & NECO na Baya.
Fiye da Lura-Luran Darussa 1200
Tallafin Wajen Layi - Koyo Kowane Lokaci, Ko'ina
Jadawalin Gadar Kore.
Takaitaccen Bayanin Adabi & Tambayoyin Da Za Su Iya Tashi
Bibiye Ayyukanka da Ci Gaban Ka
Cikakken Bayani don Koyon Fahimta.
TLDR

The most common Edexcel IGCSE Mathematics Specification B mistakes across algebra, number, trigonometry and equations, with corrections and worked fixes.