Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Chapter explainer · Permutation & Combination

Permutations vs combinations: telling them apart

The whole chapter turns on a single question: does the order matter? If it does, you are counting permutations, nPr{}^{n}P_{r}.

If it does not, you are counting combinations, nCr{}^{n}C_{r}. Everything else is arithmetic once you have answered that.

The one question that decides everything

Students lose more marks in this chapter to picking the wrong tool than to any arithmetic. And the tool is chosen by asking one plain question of the situation: does the order matter?

If rearranging the same items gives you a genuinely different outcome, order matters, and you are counting permutations. If rearranging them gives you the same outcome, order does not matter, and you are counting combinations.

A quick example makes the difference vivid. Suppose you pick 3 students from a class.

If you are choosing a president, a secretary, and a treasurer, then Aisyah-as-president / Ben-as-secretary is a different result from Ben-as-president / Aisyah-as-secretary, the roles give the order meaning, so this is a permutation. But if you are just choosing 3 students to form a study group with no roles, then {Aisyah, Ben, Chong} is the same group however you list them, order is irrelevant, so this is a combination.

The test to apply every time

Swap two of the chosen items around. If that swap creates a new, different arrangement, order matters, use a permutation.

If the swap changes nothing, order does not matter, use a combination.

Factorials: the building block

Both formulas are built from the factorial. The factorial of a whole number nn, written n!n!, is the product of every whole number from nn down to 11:

n!=n×(n1)×(n2)××2×1n!=n\times(n-1)\times(n-2)\times\cdots\times 2\times 1

So 5!=5×4×3×2×1=1205!=5\times 4\times 3\times 2\times 1=120, and 3!=63!=6. One value surprises many students: 0!=10!=1, by definition, it makes the formulas behave correctly, so simply accept it.

A factorial counts the number of ways to arrange a set of distinct objects in a row: nn different objects can be lined up in n!n! ways, because there are nn choices for the first place, then n1n-1 for the second, and so on.

That idea, multiplying the choices at each stage, is the multiplication principle, and it quietly underpins the whole chapter.

The two formulas, side by side

A permutation counts arrangements, where order counts. The number of ways to arrange rr items chosen from nn distinct items is:

permutations
nPr=n!(nr)!{}^{n}P_{r}=\frac{n!}{(n-r)!}

A combination counts selections, where order does not count. The number of ways to choose rr items from nn distinct items is:

combinations
nCr=n!r!(nr)!{}^{n}C_{r}=\frac{n!}{r!\,(n-r)!}

Look closely and you will see the combination formula is just the permutation formula divided by an extra r!r!. That extra r!r!

is the number of ways to reorder the chosen rr items, and dividing by it is exactly how we throw away the orderings we no longer care about. This is why nCr{}^{n}C_{r} is always smaller than (or equal to) nPr{}^{n}P_{r}: every unordered selection corresponds to several ordered arrangements.

The link worth remembering

nPr=r!×nCr{}^{n}P_{r}=r!\times{}^{n}C_{r}. Choose first (a combination), then arrange the chosen ones (multiply by r!r!).

Seeing them as connected, not separate, makes the chapter click.

Two worked examples on the same numbers

Using the same figures for both makes the contrast sharp. Suppose there are 8 members in a club.

First, the club must choose a chairperson, a secretary, and a treasurer, three distinct roles. Order matters, so this is a permutation: 8P3=8!5!=8×7×6=336{}^{8}P_{3}=\frac{8!}{5!}=8\times 7\times 6=336 ways.

The shortcut is worth internalising: 8P3{}^{8}P_{3} is simply the product of the top 3 numbers counting down from 8.

Now, instead, the club must choose 3 members for an unnamed committee, no roles, everyone equal. Order does not matter, so this is a combination: 8C3=8!3!

5!=8×7×63×2×1=3366=56{}^{8}C_{3}=\frac{8!}{3!\,5!}=\frac{8\times 7\times 6}{3\times 2\times 1}=\frac{336}{6}=56 ways. Same 8 people, same 3 chosen, but 336 becomes 56 the moment the roles disappear.

That factor of 3!=63!=6 is precisely the number of ways each committee of 3 could have been ordered, which we no longer count.

Common slips, and reading the question

Because the arithmetic is short, almost all the difficulty in this chapter is in reading. Watch for these:

  • Rushing past the wording. Words like arrange, line up, order, rank, or a set of named roles signal a permutation. Words like choose, select, committee, team, or group (with no roles) signal a combination.
  • Missing a restriction. Phrases such as 'the two girls must sit together', 'no two boys adjacent', or 'a particular person must be included' change the count, and are usually where the marks are.
  • Forgetting the multiplication principle for multi-stage problems. If a task has independent stages, count each stage and multiply, for example, choosing a team and then a captain from it.
  • Confusing the buttons on the calculator. Your scientific calculator has both nPr{}^{n}P_{r} and nCr{}^{n}C_{r} keys; pressing the wrong one gives a plausible-looking but wrong number, so decide which you need before you touch the calculator.

One comfort: because SPM Add Math is marked analytically, you earn method marks for identifying the right approach and setting up the correct expression, even if a final digit slips. Writing 'order matters, so 8P3{}^{8}P_{3}' and showing the setup is itself worth marks, so state your reasoning, do not just write a number.

How one-to-one teaching can help

This is a chapter where the maths is easy but the reading is hard, and that is exactly the kind of thing a teacher sitting with you can fix quickly. Watching how you interpret a question, a teacher can spot the moment you misread 'select' as 'arrange', and rebuild the instinct with a couple of tailored examples until choosing the right tool becomes automatic.

Our teachers are experienced, and lessons are online and taught in English, which also helps with the English wording of questions, while SPM papers are set in both Bahasa Melayu and English.

If you would like to try a session, the first lesson is a one-hour paid class at the teacher's rate, from RM50 an hour, depending on the teacher's experience, quoted on WhatsApp. We meet you where you are, work through the exact questions that trip you up, and build your confidence one clear step at a time.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

How do I know whether to use a permutation or a combination?

Ask one question: does the order matter? Swap two chosen items, if that creates a different outcome (like different roles), order matters and you use a permutation nPr{}^{n}P_{r}.

If the swap changes nothing (like an unnamed group), use a combination nCr{}^{n}C_{r}.

What is the difference between the two formulas?

nPr=n!(nr)!{}^{n}P_{r}=\frac{n!}{(n-r)!} counts ordered arrangements; nCr=n!r! (nr)!{}^{n}C_{r}=\frac{n!}{r!\,(n-r)!} counts unordered selections.

The combination is just the permutation divided by r!r!, because that r!r! removes the orderings you no longer care about.

So nCr{}^{n}C_{r} is always smaller or equal.

Why is 0!=10!=1?

It is a definition chosen so the formulas work. For instance nCn{}^{n}C_{n} (choosing all nn items) should equal 1, and n!n!

0!=1\frac{n!}{n!\,0!}=1 only if 0!=10!=1. You do not need to prove it, just accept and use it.

What trips most students up in this chapter?

Reading, not arithmetic. Watch for keywords, arrange, order, rank, roles mean permutation; choose, select, committee, group mean combination, and never miss a restriction like 'must sit together'.

Because marking is analytic, stating your reasoning protects your marks even if a digit slips.

Source:SRC-FORMAT

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply