Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Specialist (Unit 1 & 2) Combinatorics

Combinations with restrictions

20 practice questions 0 video lessons Theory + worked examples

Combinations with restrictions are unordered selections that must meet a condition, a key skill in Year 11 Specialist Mathematics in Queensland (QCAA) — a member included or excluded, an "at least" or "at most" rule, or a set number from two groups.

You will learn to adjust the pool for a fixed member, split conditions into cases or use the complement, and multiply choices across two groups — selection skills behind committee, team and probability problems.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Combinations with restrictions count unordered selections that must meet a condition, a core skill in Year 11 Specialist Mathematics (QCAA, Queensland). A member may have to be included or excluded, a selection may need "at least" or "at most" so many of a type, or members may be chosen from two groups. This page shows how to handle each with \({}^{n}C_{r}\).

A combination is an unordered selection: the order in which items are picked does not matter. The number of ways to choose \(r\) items from \(n\) distinct items is written \({}^{n}C_{r}\).

A restriction is an extra condition the selection must satisfy. The commonest are: a particular member must be included, a particular member must be excluded, the selection must contain at least \(k\) or at most \(k\) of a type, or a fixed number must come from each of two separate groups.

Handle an include or exclude rule by adjusting the pool before you count: fixing a member in reduces both the number still to choose and the pool; ruling a member out reduces only the pool.

An "at least" / "at most" rule is a set of allowed cases. Count each case with a product of \({}^{n}C_{r}\) terms, then add the cases — or subtract the unwanted cases from the total (the complement).

Two-group selection Two separate pools: 5 boys with 2 chosen, and 4 girls with 2 chosen. The group choices are multiplied, giving 5-choose-2 times 4-choose-2 = 10 times 6 = 60. Boys 5 available choose 2 × Girls 4 available choose 2 10 × 6 = 60 committees
Two-group selection: choose from each pool, then multiply — \({}^{5}C_{2}\times{}^{4}C_{2}=10\times6=60\).
Case breakdown for at least 3 women A table splitting "at least 3 women" into two cases. Case one: 3 women and 1 man, 5-choose-3 times 3-choose-1 = 30. Case two: 4 women and 0 men, 5-choose-4 = 5. The cases are added, giving 30 + 5 = 35. Women Men Groups 3 1 5C3 × 3C1 = 30 4 0 5C4 = 5 Total = 30 + 5 = 35
Case breakdown for "at least \(3\) women": count each case, then add — \(30+5=35\).

The number of unordered selections of \(r\) items from \(n\) distinct items:

\[ {}^{n}C_{r} = \dfrac{n!}{r!\,(n-r)!} \]
nCr=n!r!(nr)!

If a particular member must be included, fix that member and choose the rest: \(r-1\) more from the \(n-1\) that remain.

\[ {}^{\,n-1}C_{\,r-1} \]
n1Cr1

If a particular member must be excluded, choose all \(r\) from the \(n-1\) that remain.

\[ {}^{\,n-1}C_{\,r} \]
n1Cr

To choose \(j\) from a group of \(a\) and \(k\) from a separate group of \(b\), multiply the group choices:

\[ {}^{a}C_{j} \times {}^{b}C_{k} \]
aCj×bCk
"At least" and "at most" are sums of cases. List each allowed case, count it with a product of \({}^{n}C_{r}\) terms, and add the cases. When the unwanted cases are fewer, use the complement: \(\text{total}-\text{unwanted}\).

How to count a restricted selection

  1. Read the restriction: is a member fixed in or out, is it an "at least / at most" condition, or a fixed number from each of two groups?
  2. Adjust the pool for include/exclude: a fixed-in member drops both the number still to choose and the pool by one; a ruled-out member drops only the pool by one.
  3. Split "at least / at most" into cases (or use the complement), and for two groups choose from each pool separately.
  4. Combine: multiply choices made together within a selection; add separate cases. Evaluate each \({}^{n}C_{r}\).
Example 1 — A member must be included
A netball squad has \(10\) players. The coach chooses a team of \(7\), and the captain Mia must be in the team. In how many ways can the rest of the team be chosen?
Solution

Fix Mia in the team, then work out how many are still to choose and from how many:

\(\text{team size}\)\(=\)\(7\)
\(\text{Mia is in, still to choose}\)\(=\)\(7-1\)
\(=\)\(6\)
\(\text{players left to choose from}\)\(=\)\(10-1\)
\(=\)\(9\)

Choose the remaining \(6\) from the \(9\) that remain:

\(\text{ways}\)\(=\)\({}^{9}C_{6}\)
\(=\)\(\dfrac{9\times8\times7}{3\times2\times1}\)
\(=\)\(84\)

\(84\) ways.

Example 2 — A member must be excluded
A book club has \(8\) members. Three are chosen to attend a writers’ festival, but one member, Jack, is unavailable and cannot be chosen. In how many ways can the three attendees be selected?
Solution

Rule Jack out first — this shrinks only the pool, not the number chosen:

\(\text{members}\)\(=\)\(8\)
\(\text{Jack is out, so choose from}\)\(=\)\(8-1\)
\(=\)\(7\)
\(\text{still choosing}\)\(=\)\(3\)

Choose all \(3\) from the \(7\) that remain:

\(\text{ways}\)\(=\)\({}^{7}C_{3}\)
\(=\)\(\dfrac{7\times6\times5}{3\times2\times1}\)
\(=\)\(35\)

\(35\) ways.

Example 3 — “At least” by sum of cases
A working group of \(4\) is chosen from \(5\) women and \(3\) men. The group must contain at least \(3\) women. How many different groups are possible?
Solution

“At least 3 women” in a group of 4 means 3 women or 4 women. Count the first case — 3 women and 1 man — by multiplying the two group choices:

\(\text{3 women}\)\(=\)\({}^{5}C_{3}\)
\(=\)\(10\)
\(\text{1 man}\)\(=\)\({}^{3}C_{1}\)
\(=\)\(3\)
\(\text{case 1}\)\(=\)\(10\times3\)
\(=\)\(30\)

Count the second case — 4 women (and no men):

\(\text{4 women}\)\(=\)\({}^{5}C_{4}\)
\(=\)\(5\)

Add the two cases:

\(\text{total}\)\(=\)\(30+5\)
\(=\)\(35\)

\(35\) different groups.

Example 4 — Choosing from two groups (multiply)
A committee of \(2\) boys and \(2\) girls is chosen from \(5\) boys and \(4\) girls. How many different committees are possible?
Solution

Choose from each group separately. First the boys:

\(\text{boys}\)\(=\)\({}^{5}C_{2}\)
\(=\)\(\dfrac{5\times4}{2\times1}\)
\(=\)\(10\)

Then the girls:

\(\text{girls}\)\(=\)\({}^{4}C_{2}\)
\(=\)\(\dfrac{4\times3}{2\times1}\)
\(=\)\(6\)

The two choices happen together, so multiply:

\(\text{committees}\)\(=\)\(10\times6\)
\(=\)\(60\)

\(60\) different committees.

Common pitfalls

Reducing the wrong number for an included member. When a member is fixed in, drop both the count still to choose and the pool by one (choose \(r-1\) from \(n-1\)). Only the pool shrinks when a member is excluded.
Adding when choosing from two groups at once. Choices made together within one selection (so many boys and so many girls) are multiplied. Adding is for separate cases of an "at least / at most" count.
Missing a case in "at least / at most". Write out every allowed case first. "At least 3 women in a group of 4" is 3 women or 4 women — forget the 4-women case and the count is too low.
Subtracting the wrong complement. "At least 1 woman" is total minus the selections with no women, not minus the all-women ones. Check which cases you are removing.

Frequently asked questions

How do you do combinations when one person must be included?

Fix that person in the selection, then choose the rest: \(r-1\) more members from the \(n-1\) people who remain, which is \({}^{n-1}C_{r-1}\).

How do you do combinations when one person must be excluded?

Remove that person from the pool and choose all \(r\) members from the \(n-1\) who remain, which is \({}^{n-1}C_{r}\).

How do you count “at least” in combinations?

List every allowed case, count each with a product of \({}^{n}C_{r}\) terms, then add the cases. If the unwanted cases are fewer, subtract them from the total instead (the complement).

When do you multiply and when do you add combinations?

Multiply choices made together within one selection, such as choosing some from one group and some from another. Add separate cases, such as the different cases of an "at least" or "at most" condition.

How do you choose a committee with a fixed number from two groups?

Work out the number of ways to choose the required members from each group with \({}^{n}C_{r}\), then multiply the two results.

What does “at most 1” mean in a selection?

"At most 1 of a type" means 0 of that type or exactly 1 of that type. Count both cases and add them.