Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Practice questions · Permutation and Combination

Permutation and Combination, Practice Questions

Six original Permutation and Combination practice questions of rising difficulty, each with a complete worked solution. They cover nPr{}^{n}P_{r} for ordered choices, arranging distinct letters, nCr{}^{n}C_{r} for selections, an arrangement with items kept together, a selection split across two groups, and an “at least”\text{``at least''} committee.

Attempt each under timing, then check every line.

How to use these practice questions

The six questions below rise in difficulty across the whole chapter, from a single ordered choice to an “at least”\text{``at least''} committee that needs several cases. Give yourself roughly four to seven minutes per question and work on paper first, writing every line the way you would in the real exam, first decide whether order matters, then quote nPr{}^{n}P_{r} or nCr{}^{n}C_{r}, substitute, and state the count.

Resist the urge to peek.

Only once you have committed to a full answer should you open the solution and mark yourself line by line. When your working differs from ours, stop at the exact line where the two part company; that single step is almost always where the mark was lost.

Because Add Math is marked analytically, a correct set-up still earns credit even when the arithmetic slips, so always write the permutation or combination you are computing before you reach for the calculator.

Six practice questions

Q1[2 marks]

A club has 77 members. A president and a secretary are to be chosen, and no member may hold both posts.

In how many ways can this be done?

Show worked solution

The two posts are different, so order matters and this is a permutation. By the multiplication principle there are 77 choices for president and then 66 for secretary, which is 7P2{}^{7}P_{2}:

7P2=7!(72)!=7!5!=7×6=42{}^{7}P_{2}=\frac{7!}{(7-2)!}=\frac{7!}{5!}=7\times 6=42

Answer

There are 4242 ways. Check with the multiplication principle directly: 77 ways to pick the president, 66 ways left for the secretary, giving 7×6=427\times 6=42.

Q2[3 marks]

Find the number of different arrangements of all 55 letters of the word PLANT\text{PLANT} in a row. (All five letters are different.)

Show worked solution

Arranging all nn distinct objects in a row gives n!n! arrangements.

With 55 different letters, n=5n=5:

5!=5×4×3×2×1=1205!=5\times 4\times 3\times 2\times 1=120

Answer

There are 120120 arrangements. Check by the multiplication principle: 55 choices for the first letter, 44 for the second, and so on, 5×4×3×2×1=1205\times 4\times 3\times 2\times 1=120.

Q3[3 marks]

A committee of 33 is to be chosen from 88 students. In how many ways can the committee be formed?

Show worked solution

A committee has no ranked positions, so order does not matter and this is a combination, nCr=n!r! (nr)!{}^{n}C_{r}=\dfrac{n!}{r!\,(n-r)!}.

Substitute n=8n=8, r=3r=3:

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

Answer

There are 5656 committees. Check: 8C3=8C5{}^{8}C_{3}={}^{8}C_{5}, and both equal 5656, which is a useful symmetry check on the arithmetic.

Q4[4 marks]

Find the number of arrangements of all 66 letters of the word NATURE\text{NATURE} in a row such that the three vowels (A,U,E)(A, U, E) are always next to one another. (All six letters are different.)

Show worked solution

Keep the three vowels together by treating them as a single block. That block, together with the three consonants NN, TT, RR, makes 44 units to arrange in a row:

4!=24ways to arrange the units4!=24 \quad\text{ways to arrange the units}

Within the block the three vowels can themselves be ordered in 3!3! ways.

Multiply the two counts:

4!×3!=24×6=1444!\times 3!=24\times 6=144

Answer

There are 144144 arrangements. The key idea is that a “must be together”\text{``must be together''} restriction turns several objects into one block, then you re-arrange inside the block.

Q5[4 marks]

A team of 44 is to be chosen from 55 boys and 33 girls. In how many ways can the team be chosen if it must contain exactly 22 boys and 22 girls?

Show worked solution

Choose the boys and the girls separately, since the two selections are independent, then multiply. Choose 22 boys from 55 and 22 girls from 33:

5C2=5×42×1=103C2=3×22×1=3{}^{5}C_{2}=\frac{5\times 4}{2\times 1}=10 \qquad {}^{3}C_{2}=\frac{3\times 2}{2\times 1}=3
5C2×3C2=10×3=30{}^{5}C_{2}\times{}^{3}C_{2}=10\times 3=30

Answer

There are 3030 teams. Because a committee is unordered, each part is a combination, and independent choices are multiplied together by the multiplication principle.

Q6[5 marks]

A committee of 44 is to be formed from 66 men and 44 women. Find the number of committees that contain at least 33 men.

Show worked solution

“At least 3 men”\text{``At least }3\text{ men''} out of a committee of 44 means either exactly 33 men (and 11 woman) or exactly 44 men (and 00 women). Count each case, then add.

Exactly 33 men:

6C3×4C1=20×4=80{}^{6}C_{3}\times{}^{4}C_{1}=20\times 4=80

Exactly 44 men (so no women are chosen, and 4C0=1{}^{4}C_{0}=1):

6C4×4C0=15×1=15{}^{6}C_{4}\times{}^{4}C_{0}=15\times 1=15

The two cases cannot happen at once, so add them:

80+15=9580+15=95

Answer

There are 9595 committees. Check the pieces: 6C3=20{}^{6}C_{3}=20, 6C4=15{}^{6}C_{4}=15, 4C1=4{}^{4}C_{1}=4 and 4C0=1{}^{4}C_{0}=1; adding the two cases gives 80+15=9580+15=95.

How to mark yourself like an examiner

Add Math is marked analytically, which means marks are attached to steps, not only to the final number. When you check your own script, award yourself credit the way a marker would: look for the correct decision about order, the right set-up, and a clean final count.

  • Decision mark: did you correctly decide whether order matters, a permutation nPr{}^{n}P_{r} for ranked positions or arrangements, a combination nCr{}^{n}C_{r} for an unordered selection?
  • Set-up mark: is the expression written before any numbers are worked out, with the right nn and rr in place?
  • For a “together”\text{``together''} restriction: did you form a single block, count k!k! for the units, and multiply by the internal arrangements?
  • For an “at least”\text{``at least''} question: did you list every qualifying case and add them (or subtract the unwanted cases from the total)?
  • Answer mark: is the final whole number stated clearly? A count can never be a fraction, so any non-integer answer signals a slip to hunt down.

How a teacher helps

Marking yourself is powerful, but it is hard to see your own blind spots. In a one-to-one lesson our teacher watches the exact line where a mark slips away, a combination used where the posts are actually ranked, a “together”\text{``together''} block that forgot its internal 3!3!, or an “at least”\text{``at least''} case quietly left out, and corrects the habit on the spot.

Because our teachers are experienced, you work with someone who explains why order matters in one question and not the next. Lessons are taught in English, while SPM papers are set in both Malay and English, so we make sure the notation reads the same to you either way.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

How do I tell a permutation from a combination?

Ask whether order matters. If arranging in a line, or filling ranked posts such as president and secretary, order matters and you use nPr{}^{n}P_{r}.

If you are only choosing a group where no one has a special role, order does not matter and you use nCr{}^{n}C_{r}.

How do I handle letters that must stay together?

Glue them into a single block and count arrangements of the resulting units, then multiply by the number of ways to order the letters inside the block. For three letters kept together, that inside factor is 3!=63!=6.

What does “at least”\text{``at least''} mean in a counting question?

It means every case from the stated minimum upwards. List each qualifying case, count it with combinations, and add the results.

When there are many cases, it is often faster to count the total and subtract the cases you do not want.

Is 0!0! really 11?

Yes. By definition 0!=10!=1, which keeps nC0=1{}^{n}C_{0}=1 and nCn=1{}^{n}C_{n}=1 consistent, there is exactly one way to choose nothing, and one way to choose everything.

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