IGCSE Add Maths 0606

Common Mistakes in IGCSE Add Maths Permutations and Combinations

Five specific errors students repeat in P&C questions, and the exact step where each one happens.

Published 24 August 2026 · MathPert — online IGCSE Maths & Additional Maths tuition, Malaysia

Short answer

What are the most common mistakes in IGCSE Add Maths permutations and combinations?

The five most common IGCSE Additional Mathematics permutations and combinations mistakes are: using a permutation when the question needs a combination (and vice versa), not dealing with the restricted items first before counting the rest, double-counting cases when identical items are present in an arrangement, applying the complement method incorrectly by subtracting from the wrong total, and reading the values of n and r from the question wrong when substituting into the formula. Each is a decision-step error, not a formula-recall failure.

The core distinction

One question to ask before every P&C calculation

Before writing any formula, ask: “If I swapped two of the chosen items, would that count as a different outcome?” If yes, order matters and you need a permutation (nPr). If no, you are counting selections and you need a combination (nCr). This decision must be made at the start of every part of a question. A multi-part question often switches between the two in different parts, and students who decide once and apply the same formula throughout lose marks in the parts where the wrong type is used.

Mistake 1

Using a permutation when a combination is needed (or the reverse)

A permutation nPr counts ordered arrangements. A combination nCr counts unordered selections. Using the wrong formula gives an answer that is either too large (nPr instead of nCr, overcounting by a factor of r!) or too small (nCr instead of nPr, undercounting by the same factor).

  • Example where the wrong formula gives a plausible-looking wrong answer. A committee of 3 is to be chosen from 8 people. How many ways? This is a selection (the committee is the same group regardless of who was chosen first), so the answer is 8C3 = 56. A student who uses 8P3 = 336 gets a number that is exactly 3! times larger (336 ÷ 56 = 6). The answer 336 is not obviously wrong in size, so students often do not notice the error.
  • Example where order clearly matters. In how many ways can 3 people be arranged in a line from a group of 8? Here ABCD in that order is a different arrangement from BCDA, so order matters and the answer is 8P3 = 336.
  • Language signals in the question. Words like “arrange,” “order,” “rank,” “seat in a row,” and “form a code” signal that order matters (use P). Words like “choose,” “select,” “form a committee,” and “pick a team” signal that order does not matter (use C). When the question does not give a clear signal, apply the swap test: would swapping two items give a different outcome?
  • The fix. Before writing any formula, write a one-line decision: “order matters / does not matter → use P / C.” This is a visible step that earns method marks and forces the correct choice.
Mistake 2

Not dealing with the restricted items first

When a question adds a restriction (a certain person must be included, a certain item must not be at the ends, two people cannot be adjacent), the restricted item must be handled before counting the remaining items. Students who count the unrestricted items first and then try to apply the restriction at the end nearly always get the wrong answer, because the restriction changes the pool or the positions available for the remaining items.

  • Example: must-include restriction. A team of 4 is to be chosen from 10 people, and one specific person (call her Ana) must be on the team. If Ana is fixed on the team, only 3 more people need to be chosen from the remaining 9. The answer is 9C3 = 84. A student who computes 10C4 = 210 and then subtracts “cases without Ana” (which is 9C4 = 126) arrives at 210 − 126 = 84 correctly, but this complement approach requires knowing which total to use. The direct approach (fix Ana, choose 3 from 9) is faster and less error-prone.
  • Example: adjacency restriction in arrangements. 5 people (A, B, C, D, E) are arranged in a row; A and B must not be adjacent. Rather than finding cases where A and B are adjacent and subtracting, the reliable method is: total arrangements without restriction (5!) minus arrangements where A and B ARE adjacent (treat AB as one unit: 4! arrangements × 2 for AB vs BA). Answer: 120 − 48 = 72. Students who try to count the cases where A and B are NOT adjacent directly (without using the complement) typically miss cases.
  • The fix. Read the restriction first. Decide: “fixed item (include/exclude) or positional restriction (ends/adjacent)?” For fixed items, place them before counting the rest. For positional restrictions, use the complement method (total minus violation).
Mistake 3

Double-counting when identical items are present in an arrangement

When an arrangement question includes identical items (repeated letters in a word, identical objects in a row), the total count must be divided by the factorial of the count of each group of identical items. Students who use n! for the total without dividing overcount every arrangement by the number of ways to permute the identical items among themselves.

  • Example. How many ways can the letters of the word ASSESS be arranged? There are 6 letters: A, S, S, S, E, S (four S letters and one A, one E). Total arrangements if all letters were different: 6! = 720. Since the four S letters are identical, divide by 4! = 24. Answer: 720 ÷ 24 = 30. A student who writes 6! = 720 without dividing overcounts by a factor of 24, because each of the 30 distinct arrangements is counted 24 times (once for each permutation of the four S letters among themselves).
  • Why students miss this. The formula n!/r! for repeated items does not appear on many standard formula sheets; students who have not practised this type of question specifically tend to use n! automatically and not notice the overcounting. The check is to ask: “are any of the n items identical?” before writing the formula.
  • The fix. Before writing any arrangement formula, list all distinct items and note any repetitions. Write the formula as n! ÷ (r1! × r2! × …) where r1, r2, etc. are the counts of each group of identical items. If all items are distinct, all the r! terms equal 1 and the formula reduces to the standard n!.
Mistake 4

Applying the complement method with the wrong total

The complement method computes: valid outcomes = total − invalid outcomes. The error students make is using a restricted total (one that already excludes some items) as the “total,” then subtracting a complement that was computed from the unrestricted pool. The mismatch makes the final count wrong.

  • Example: “at least one” problems. From a bag of 5 red and 4 blue balls, 3 balls are drawn. How many selections contain at least one red ball? Total selections: 9C3 = 84. Selections with no red ball (all blue): 4C3 = 4. At least one red: 84 − 4 = 80. The common error is computing the complement as 5C3 = 10 (selections of 3 red balls) instead of 4C3 = 4 (selections of 3 blue balls, i.e. zero red). The question asks for the complement of “at least one red,” which is “no red,” not “all red.”
  • Why this error happens. The phrase “at least one red” makes students think of red balls, so they compute a count involving red balls for the complement. The complement is actually the count where red does not appear at all, which involves only blue balls.
  • The fix. Before computing the complement, write what it means in plain English: “complement of ‘at least one red’ = zero red balls = all blue.” Then compute the complement from that plain-English description. This prevents the red-vs-blue mix-up and catches the most common complement errors.
Mistake 5

Reading n and r from the question incorrectly

The formulas nPr and nCr have n as the total number of items to choose from and r as the number to be chosen or arranged. Students who swap these values (computing rPn or rCn) get a formula that either exceeds the available items (r > n gives zero or an error from the formula) or gives an incorrect count.

  • Example. A 4-digit code is formed using digits from 1 to 9, no digit repeated. How many codes are possible? n = 9 (digits available), r = 4 (digits in the code), order matters (the code 1234 is different from 4321). Answer: 9P4 = 9!/(9−4)! = 9!/5! = 3024. A student who writes 4P9 gets a formula with r > n, which is undefined (you cannot arrange 9 items from a set of 4). If they write 4P9 by mistake and compute it as 4!/(4−9)! they get a negative factorial, which prompts a calculator error; but some students spot the error and swap the values, accidentally recovering the correct formula.
  • The fix. After reading the question, write two lines: “n = [total items available]” and “r = [items to choose/arrange].” This labelling step prevents the swap error and also confirms that r ≤ n (which must always be true for P and C to be defined).
What this means for your child

P&C marks depend on decisions, not just formulas

A student who has memorised nPr and nCr perfectly can still lose most P&C marks if they make the wrong P-vs-C decision, apply the restriction in the wrong order, or misidentify n and r. These are decision-making steps, and they happen before any formula is written. The formula is the easy part.

In class, Teacher Au teaches P&C by building the decision habit first: always write the order-matters decision, always label n and r, always handle restrictions first. Only then is the formula written. Students who build this habit in practice questions carry it into the exam automatically and consistently earn the method marks even when they make an arithmetic slip on the final calculation.

P&C is also a chapter where targeted practice on restriction questions (must-include, must-exclude, no two adjacent) gives a disproportionately large mark improvement, because these question types follow predictable patterns once the decision logic is clear.

Related reading

Common mistakes in IGCSE Add Maths functions

Function notation and domain/range errors share the pattern of missing a check step. See the five most common function mistakes in IGCSE Add Maths.

Read the functions mistakes guide
Related reading

What is the hardest topic in IGCSE Add Maths?

Permutations and combinations sits at medium difficulty in the 0606 syllabus. See the full topic ranking and which chapters carry the most marks.

Read the topic difficulty guide
Questions parents ask

Frequently asked questions

The five most common IGCSE Add Maths permutations and combinations mistakes are: using a permutation when the question needs a combination (or vice versa), not handling restricted items before counting the rest, double-counting arrangements when identical items are present, applying the complement method with the wrong total, and swapping the values of n and r when substituting into the formula.

Not sure where your child stands?

Start with the free diagnostic

Take the free 10-minute IGCSE Maths diagnostic — it pinpoints the exact foundation gaps before exams do.

WhatsApp MathPert