Skip to main content
SingaporeMathsSyllabus dot point

How do we count arrangements and selections, and when does order matter?

Use the addition and multiplication principles, permutations and combinations to count arrangements and selections, including cases with restrictions

A focused answer to the H2 Mathematics outcome on counting. The addition and multiplication principles, permutations where order matters, combinations where it does not, and handling restrictions and identical objects.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to count arrangements and selections using the addition and multiplication principles, distinguish permutations (order matters) from combinations (order does not), and handle restrictions, blocks, and repeated objects.

The answer

The two counting principles

  • Multiplication principle: if a task has stages with n1,n2,…n_1, n_2, \ldots independent choices, the total number of ways is the product n1×n2×⋯n_1 \times n_2 \times \cdots.
  • Addition principle: if outcomes split into mutually exclusive cases, add the counts of each case.

Permutations: order matters

The number of ways to arrange rr objects chosen from nn distinct objects, where order matters, is

nPr=n!(n−r)!.^nP_r = \frac{n!}{(n - r)!}.

Arranging all nn distinct objects gives n!n!. Arrangements with identical objects divide by the factorials of the repeats.

Combinations: order does not matter

The number of ways to select rr objects from nn, where order is irrelevant, is

nCr=(nr)=n!r!(n−r)!.^nC_r = \binom{n}{r} = \frac{n!}{r!(n - r)!}.

A combination is a permutation with the r!r! orderings collapsed.

Restrictions and techniques

  • Block method: items that must stay together are glued into one block, arranged, then the block's internal order counted.
  • Gap method: items that must be separated are placed in the gaps between others.
  • Complement: count the total and subtract the unwanted cases when "at least" conditions appear.

Counting circular arrangements

Arranging objects in a circle differs from a row, because rotating the whole circle does not create a new arrangement. Fixing one object's position removes this rotational duplication, so nn distinct objects arranged in a circle give (n−1)!(n - 1)! arrangements rather than n!n!. For example, 55 people around a round table can be seated in (5−1)!=4!=24(5 - 1)! = 4! = 24 ways. If reflections (clockwise versus anticlockwise being the same, as for a bracelet) are also considered identical, divide by a further 22. Recognising when a problem is circular, and fixing a reference position to kill the rotational symmetry, is a standard H2 refinement of the basic permutation count.

Selecting then arranging in one problem

Many counting problems combine a combination and a permutation: first choose which objects, then arrange them. Because the two stages are independent, multiply the counts. To choose 33 of 88 books and then arrange them on a shelf, compute (83)×3!=56×6=336\binom{8}{3} \times 3! = 56 \times 6 = 336, which equals 8P3^8P_3 as a check. Spotting that "choose then order" is a combination multiplied by a permutation, and that it reproduces the direct permutation, both structures the working and provides a built-in verification of the answer.

Examples in context

Example 1. Lottery odds. Choosing 66 numbers from 4949 where order does not matter is (496)=13,983,816\binom{49}{6} = 13{,}983{,}816 combinations, which is why the chance of a single ticket winning is so small.

Example 2. Seating with a rule. Seating a family where two siblings must not sit together uses the complement: total arrangements minus the block arrangements where they are together, the standard "separated" counting trick.

Try this

Q1. How many ways can 66 different people stand in a queue? [1 mark]

  • Cue. 6!=7206! = 720.

Q2. How many ways can a team of 33 be chosen from 1010 players? [2 marks]

  • Cue. (103)=120\binom{10}{3} = 120.

Q3. State whether choosing a president and a secretary from a club is a permutation or combination. [1 mark]

  • Cue. A permutation, because the two roles are distinct so order matters.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksIn how many ways can 55 different books be arranged on a shelf if two particular books must be next to each other?
Show worked answer →

Treat the two particular books as a single block. Then there are 44 items (the block plus the other 33 books) to arrange: 4!=244! = 24 ways.

Within the block the two books can be ordered in 2!=22! = 2 ways.

Total =4!×2!=24×2=48= 4! \times 2! = 24 \times 2 = 48 arrangements.

Markers reward the block method, 4!4! for the items, 2!2! for the internal order, and the product 4848.

Original4 marksA committee of 44 is to be chosen from 77 men and 55 women. In how many ways can it be formed if it must contain exactly 22 men and 22 women?
Show worked answer →

Choose 22 men from 77: (72)=21\binom{7}{2} = 21. Choose 22 women from 55: (52)=10\binom{5}{2} = 10.

Since these choices are independent, multiply: 21×10=21021 \times 10 = 210 committees.

Markers reward using combinations (order does not matter), the two binomial coefficients, and the product 210210.

Related dot points