Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Worked examples · Permutation and Combination

Permutation and Combination, Worked Examples (easy)

These easy Permutation and Combination examples drill the four starting moves: counting choices with the multiplication principle, arranging all nn distinct objects in a row (n!n!), arranging rr of nn objects where order matters (nPr{}^{n}P_{r}), and selecting rr objects where order does not (nCr{}^{n}C_{r}). Try each on paper first, then check every line against our full solution.

What these examples cover

These easy Permutation and Combination examples build the four moves that open the whole chapter: counting outcomes stage by stage with the multiplication principle, arranging a full set of distinct objects in a row using factorials, arranging only some of them where the order matters with nPr{}^{n}P_{r}, and choosing a group where the order does not matter with nCr{}^{n}C_{r}. Every question uses small, clean numbers so you can follow each line without leaning on a calculator.

Use the set the honest way: cover the solution, attempt the question fully on paper, and only then check line by line. Where your working differs from ours, find the exact step that parted, that single line is usually where the real learning sits.

Worked examples

Work through all four. Attempt each fully before you read the matching solution, and keep asking the one question that decides everything in this chapter: does the order of the objects matter?

If it does, you are permuting; if it does not, you are combining.

Q1[2 marks]

A sandwich shop lets you build one sandwich by choosing one of 44 breads, one of 33 fillings, and one of 22 sauces. How many different sandwiches are possible?

Show worked solution

The sandwich is built in three independent stages, and the choice at one stage does not change the choices at the others. The multiplication principle says the total number of outcomes is the product of the number of choices at each stage.

4×3×2=244 \times 3 \times 2 = 24

Answer

There are 2424 different sandwiches. Check the idea in stages: each of the 44 breads pairs with 33 fillings to give 1212 bread–filling pairs, and each of those pairs with 22 sauces, giving 12×2=2412 \times 2 = 24.

Q2[2 marks]

In how many ways can 66 different medals be arranged in a row on a display shelf?

Show worked solution

All six objects are different and every one is used, so this is a full arrangement of 66 distinct objects. The first position can be filled 66 ways, the next 55 ways, and so on down to 11; the total is 6!6!

(six factorial).

6!=6×5×4×3×2×1=7206! = 6 \times 5 \times 4 \times 3 \times 2 \times 1 = 720

Answer

There are 720720 arrangements. Notice the pattern: filling positions one at a time removes one medal each time, so the counts step down 6,5,4,3,2,16, 5, 4, 3, 2, 1 and their product is 720720.

Q3[3 marks]

From 66 different books, in how many ways can 33 of them be arranged in a row on a shelf?

Show worked solution

Here order matters, a different arrangement of the same three books counts separately, but only 33 of the 66 books are used. This is a permutation of 33 objects chosen from 66, written 6P3{}^{6}P_{3}.

Given in the exam
nPr=n!(nr)!{}^{n}P_{r} = \frac{n!}{(n-r)!}

Substitute n=6n=6 and r=3r=3:

6P3=6!(63)!=6!3!=6×5×4×3!3!=6×5×4=120{}^{6}P_{3} = \frac{6!}{(6-3)!} = \frac{6!}{3!} = \frac{6 \times 5 \times 4 \times 3!}{3!} = 6 \times 5 \times 4 = 120

Answer

There are 120120 arrangements. A quick check: fill the three shelf positions directly, 66 choices, then 55, then 44, giving 6×5×4=1206 \times 5 \times 4 = 120.

Q4[3 marks]

From a class of 77 students, a committee of 33 is to be chosen. In how many ways can the committee be formed?

Show worked solution

A committee is just a group, naming the same three students in a different order does not create a new committee, so order does not matter. This is a combination of 33 chosen from 77, written 7C3{}^{7}C_{3}.

Given in the exam
nCr=n!r!(nr)!{}^{n}C_{r} = \frac{n!}{r!\,(n-r)!}

Substitute n=7n=7 and r=3r=3:

7C3=7!3!(73)!=7×6×53×2×1=2106=35{}^{7}C_{3} = \frac{7!}{3!\,(7-3)!} = \frac{7 \times 6 \times 5}{3 \times 2 \times 1} = \frac{210}{6} = 35

Answer

There are 3535 committees. Check against the ordered count: arranging 33 from 77 gives 7P3=7×6×5=210{}^{7}P_{3} = 7 \times 6 \times 5 = 210, and each committee has been counted 3!=63!

= 6 times, so 210÷6=35210 \div 6 = 35.

Q5[2 marks]

A canteen offers 33 types of rice set meals or 44 types of noodle set meals for lunch. A student chooses exactly one set meal, either a rice set or a noodle set.

In how many ways can the student choose a set meal?

Show worked solution

The two menus are mutually exclusive alternatives, the student picks one set meal from one menu or the other, never both, so this is the addition principle, not the multiplication principle. Add the number of choices from each menu.

3+4=73 + 4 = 7

Answer

There are 77 ways to choose a set meal. Contrast this with a multiplication situation: if the student were choosing a rice set AND a drink, the choices would multiply; here one dish is chosen from two separate menus, so the choices add.

Q6[3 marks]

Using all of the digits 2,2,32, 2, 3 and 55, how many different 44-digit numbers can be formed?

Show worked solution

If the four digits were all different, they could be arranged in 4!4! ways.

But the digit 22 appears twice, so swapping the two 22's gives the exact same number, every arrangement has been counted twice.

4!=244! = 24

Divide by 2!2! to remove the repeated count caused by the two identical 22's:

4!2!=242=12\frac{4!}{2!} = \frac{24}{2} = 12

Answer

There are 1212 different 44-digit numbers. None of the digits is 00, so every one of the 1212 arrangements is a valid 44-digit number, no arrangement needs to be discarded.

Q7[3 marks]

A box contains 44 different red sweets and 33 different green sweets. In how many ways can a selection of 22 red sweets and 11 green sweet be made?

Show worked solution

Within each colour, a selection is just a group, order does not matter, so use combinations for each colour separately. Choosing the red sweets and choosing the green sweet are independent stages, so multiply the two counts (multiplication principle).

4C2×3C1{}^{4}C_{2} \times {}^{3}C_{1}

Evaluate each combination, then multiply:

4!2!2!×3!1!2!=6×3=18\frac{4!}{2!\,2!} \times \frac{3!}{1!\,2!} = 6 \times 3 = 18

Answer

There are 1818 ways to make the selection. Check the first factor alone: choosing 22 sweets from 44 gives 4C2=6{}^{4}C_{2}=6 red-sweet pairs, and each pair can go with any of the 33 green sweets, giving 6×3=186 \times 3 = 18.

Q8[2 marks]

Without using a calculator, evaluate 8!6!\dfrac{8!}{6!}.

Show worked solution

Writing 8!8! as 8×7×6!8 \times 7 \times 6!

lets the common 6!6! factor cancel with the 6!6!

in the denominator, so neither factorial needs to be computed in full.

8!6!=8×7×6!6!=8×7\frac{8!}{6!} = \frac{8 \times 7 \times 6!}{6!} = 8 \times 7
8×7=568 \times 7 = 56

Answer

8!6!=56\dfrac{8!}{6!} = 56. This is the same pattern as 8P2=8!(82)!=8!6!{}^{8}P_{2} = \frac{8!}{(8-2)!} = \frac{8!}{6!}, so the value also equals the number of ways to arrange 22 objects chosen from 88.

See the single decision that separates these four: after the multiplication principle sets up the counting, the only question is whether order matters. Order matters for nPr{}^{n}P_{r} and for full arrangements; it does not for nCr{}^{n}C_{r}.

Get that decision right and most easy marks in this chapter follow.

Key method points

These four examples rehearse the everyday skills that open almost every Permutation and Combination question in Add Math. Keep the following points in mind as you practise more.

  • Use the multiplication principle when a task is done in independent stages: multiply the number of choices at each stage.
  • Arranging all nn distinct objects in a row gives n!n! arrangements.
  • When order matters and you use rr of nn objects, use nPr=n!(nr)!{}^{n}P_{r} = \frac{n!}{(n-r)!}.
  • When order does not matter, use nCr=n!r!(nr)!{}^{n}C_{r} = \frac{n!}{r!\,(n-r)!}; every combination is counted r!r! times among the permutations.
  • Decide ‘does order matter?’ before choosing a formula, that one question sorts permutation from combination.
  • Because marking is analytic, a correct formula line with a clear substitution can earn method marks even if the final arithmetic slips.

How a teacher helps

When a student loses a mark here, it is almost always the order question answered the wrong way, reaching for nCr{}^{n}C_{r} on a seating problem, or nPr{}^{n}P_{r} on a committee. In a one-to-one lesson our teacher pauses at that exact decision and has the student say out loud whether order matters before any formula is written.

Because our teachers are experienced, you work with someone who explains the reasoning, not just the answer. Lessons are taught in English, while SPM papers are set in both Malay and English, so the notation reads the same to you either way.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

How do I know whether to use permutation or combination?

Ask whether the order of the chosen objects matters. If rearranging the same objects makes a genuinely different outcome, like seats in a row or positions in a race, use permutation nPr{}^{n}P_{r}.

If the order makes no difference, like members of a committee, use combination nCr{}^{n}C_{r}.

What does the multiplication principle actually say?

If a task is carried out in stages and the stages are independent, the total number of ways is the product of the number of choices at each stage. Four breads, three fillings and two sauces give 4×3×2=244 \times 3 \times 2 = 24 sandwiches.

Why is nCr{}^{n}C_{r} smaller than nPr{}^{n}P_{r}?

Because each group of rr objects can be ordered in r!r! ways, all of which count as separate permutations but as a single combination.

So nCr=nPrr!{}^{n}C_{r} = \frac{{}^{n}P_{r}}{r!}, which is smaller for r2r \ge 2.

Are the nPr{}^{n}P_{r} and nCr{}^{n}C_{r} formulas given in the exam?

Both formulas appear on the SPM formula list, so you will not need to memorise them from scratch. Even so, knowing them well helps you choose the right one quickly and substitute without hesitation.

Source:SRC-DSKP-EN

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
Book a Trial ClassOne-hour paid trial · Same-day reply