← Back to FractionRush

Permutations & Combinations S1 Statistics

Grade 11 · Statistics 1 · Cambridge A-Level 9709 · Age 16–17

Welcome to Permutations & Combinations!

Counting is the foundation of probability. Before you can calculate how likely something is, you need to count how many ways it can happen. In Cambridge A-Level Statistics 1 (9709), permutations and combinations give you the systematic tools to count arrangements and selections, whether order matters or not. These techniques are essential for every probability question involving choosing, arranging, or grouping.

n! = n×(n−1)×…×2×1  |  ⁿPᵣ = n!/(n−r)!  |  ⁿCᵣ = n!/[r!(n−r)!]

Learning Objectives

  • Calculate factorials, including 0! = 1
  • Count the number of ways to arrange n distinct objects (= n!)
  • Use ⁿPᵣ for ordered selections of r items from n distinct items
  • Use ⁿCᵣ for unordered selections (combinations) when order does not matter
  • Identify whether a problem requires a permutation or combination
  • Apply the symmetry property ⁿCᵣ = ⁿCₙ₋ᵣ
  • Handle restrictions: items always together, never together, or in fixed positions
  • Count arrangements of objects with identical (repeated) items: n!/(p!q!r!…)
  • Find the number of circular arrangements: (n−1)!
  • Handle necklace-type circular arrangements: (n−1)!/2

Factorials

n! counts all orderings of n distinct items

Permutations

ⁿPᵣ = n!/(n−r)! — ordered r from n

Combinations

ⁿCᵣ = n!/(r!(n−r)!) — unordered r from n

Restrictions

Items together: treat as one unit; items apart: total − together

Identical Objects

n!/(p!q!…) divides out repeated orderings

Circular

(n−1)! fixes one item to remove rotational duplicates

Necklace

(n−1)!/2 also removes reflection duplicates

Symmetry

ⁿCᵣ = ⁿCₙ₋ᵣ — choosing r or leaving n−r

Learn 1 — Factorials

Definition

The factorial of a positive integer n, written n!, is the product of all positive integers from 1 up to n:

n! = n × (n−1) × (n−2) × … × 2 × 1

By convention, 0! = 1. This is not arbitrary — it makes combinatorial formulas consistent when r = n or r = 0.

Calculating Factorials

Small factorials to memorise:
0! = 1    1! = 1    2! = 2    3! = 6    4! = 24    5! = 120
6! = 720    7! = 5040    8! = 40320    9! = 362880    10! = 3628800
Example: Calculate 7! step by step.
7! = 7 × 6 × 5 × 4 × 3 × 2 × 1 = 7 × 720 = 5040

Shortcut: 7! = 7 × 6! = 7 × 720 = 5040. Use previously known values.

Simplifying Factorial Fractions

Factorials often appear as fractions. Cancel common factors rather than expanding fully — this avoids enormous numbers.

Example: Simplify 8!/5!
8!/5! = (8×7×6×5!)/(5!) = 8×7×6 = 336

Example: Simplify 10!/(7! × 3!)
= (10×9×8×7!)/(7! × 6) = (10×9×8)/6 = 720/6 = 120

Arrangements of n Distinct Objects

The number of ways to arrange n distinct objects in a row is n!. This is because there are n choices for the first position, (n−1) for the second, and so on.

Arrangements of n distinct objects in a row = n!
Example: In how many ways can 5 different books be placed on a shelf?
5 choices for 1st position, 4 for 2nd, 3 for 3rd, 2 for 4th, 1 for 5th.
Total = 5! = 120
Example: Six athletes finish a race with no ties. How many different finishing orders are possible?
Total = 6! = 720

Large Factorials — Use a Calculator

For n ≥ 13, factorials exceed a billion. Always use your calculator. On a Casio fx-991, press the number then the x! button (or MATH → PRB → !). Cambridge exams expect exact integer answers for counting questions — never leave factorial answers as decimals unless explicitly asked.

Applications of Counting — The Fundamental Principle

If Task A can be done in m ways and Task B in n ways (independently), then A and B together can be done in m × n ways. This multiplicative principle extends to any number of independent tasks.

Example: A restaurant menu has 4 starters, 6 mains, and 3 desserts. How many 3-course meals are possible?
Total = 4 × 6 × 3 = 72
Always double-check whether items are distinct before applying n!. If items repeat (e.g. two identical letters), you must divide — see Learn 5.

Learn 2 — Permutations ⁿPᵣ

What is a Permutation?

A permutation is an ordered selection. We choose r items from n distinct items, and the order in which we pick them matters. For example, in a race, finishing 1st, 2nd, 3rd from a field of 10 is a permutation — swapping the 1st and 2nd place finishers gives a different result.

The Formula

ⁿPᵣ = n! / (n − r)!    (where 0 ≤ r ≤ n)

This counts the number of ways to fill r ordered positions from n distinct objects.

Why this formula?
Position 1: n choices. Position 2: (n−1) choices. … Position r: (n−r+1) choices.
Product = n × (n−1) × … × (n−r+1) = n! / (n−r)!

Step-by-Step Calculation

Example: From 8 runners, find the number of ways to award gold, silver, and bronze medals.
r = 3, n = 8. ⁸P₃ = 8!/(8−3)! = 8!/5! = 8×7×6 = 336
Example: A 4-digit PIN is formed from the digits {1, 2, 3, 4, 5, 6, 7, 8, 9} with no repetition. How many PINs are possible?
⁹P₄ = 9!/5! = 9×8×7×6 = 3024
Example: How many 3-letter arrangements can be made from the letters A, B, C, D, E (no repeats)?
⁵P₃ = 5!/2! = 5×4×3 = 60

When r = n: Full Arrangements

When all n items are selected (r = n), we get ⁿPₙ = n!/(n−n)! = n!/0! = n!/1 = n!. This confirms that the number of arrangements of all n items is n!.

Permutations vs. Just Picking

The key test: does swapping the selected items give a different outcome? If yes, order matters — use ⁿPᵣ. If no, order doesn't matter — use ⁿCᵣ (see Learn 3).

Order matters (Permutation): Passwords, race rankings, seating in a row with assigned seats, telephone numbers.
Order doesn't matter (Combination): Committees, teams, lottery tickets, hand of cards.

Using a Calculator

On a Casio fx-991: enter n, press SHIFT, then nPr (above ÷), enter r, press =. Alternatively, use the formula directly. Always verify with a small example you can count manually.

The denominator (n−r)! cancels the "leftover" items that were never chosen, which is why ⁿPᵣ counts only the ordered arrangements of the selected items.

Learn 3 — Combinations ⁿCᵣ

What is a Combination?

A combination is an unordered selection. We choose r items from n distinct items, and the order does not matter. Choosing Alice, Bob, and Carol for a committee is the same as choosing Carol, Bob, and Alice — it's the same committee.

The Formula

ⁿCᵣ = n! / [r! × (n − r)!]    also written C(n,r) or (n choose r)

ⁿCᵣ is also often written as nCr or as the binomial coefficient notation with brackets.

Relationship: ⁿCᵣ = ⁿPᵣ / r!

Each unordered group of r items can be arranged in r! ways. So the number of ordered selections (ⁿPᵣ) equals the number of unordered selections (ⁿCᵣ) times the orderings within each selection (r!):

ⁿCᵣ = ⁿPᵣ / r! = n! / [r!(n−r)!]

Worked Calculations

Example: A committee of 4 is chosen from 10 candidates. How many ways?
¹⁰C₄ = 10!/(4! × 6!) = (10×9×8×7)/(4×3×2×1) = 5040/24 = 210
Example: A hand of 5 cards is dealt from a standard deck of 52. How many possible hands?
⁵²C₅ = 52!/(5! × 47!) = (52×51×50×49×48)/(120) = 2598960
Example: From 8 girls and 6 boys, choose a team of 5 with exactly 3 girls and 2 boys.
Girls: ⁸C₃ = 56. Boys: ⁶C₂ = 15. Total = 56 × 15 = 840

Symmetry Property: ⁿCᵣ = ⁿCₙ₋ᵣ

Choosing r items to include is the same as choosing (n−r) items to exclude. This symmetry can save calculation time.

ⁿCᵣ = ⁿCₙ₋ᵣ
Example: ²⁰C₁₇ = ²⁰C₃ = (20×19×18)/(3×2×1) = 6840/6 = 1140.
Computing ²⁰C₁₇ directly would require 17! in the denominator — using symmetry is much easier.

Pascal's Identity

Choosing r items from n is equivalent to either including a specific item (then choosing r−1 from the remaining n−1) or excluding it (then choosing r from the remaining n−1):

ⁿCᵣ + ⁿCᵣ₊₁ = ⁿ⁺¹Cᵣ₊₁

This identity generates Pascal's Triangle and is used in the binomial expansion.

Always ask: "Does swapping selected items give a different outcome?" If yes → permutation. If no → combination. This single question resolves most counting problems.

Learn 4 — Restrictions & Grouping

Must Include / Must Exclude Certain Items

When a restriction specifies that certain items must or must not be selected, handle them first, then count the remaining choices.

Must include: Fix the required items, then choose the rest.
Example: A committee of 5 is chosen from 12 people, and Person A must be included. Fix A in the committee, then choose 4 from the remaining 11: ¹¹C₄ = 330.
Must exclude: Remove the excluded item from the pool, then choose normally.
Example: Same committee, but Person B must NOT be included. Choose 5 from the remaining 11: ¹¹C₅ = 462.

Items Always Together — Treat as One Unit

If k specific items must always be adjacent (together), treat them as a single "super-item". This reduces n items to (n−k+1) items to arrange, and the k items within the super-item can be arranged in k! ways among themselves.

Items together: (n − k + 1)! × k!
Example: 7 people stand in a row. In how many ways can 3 specific friends always stand together?
Treat the 3 friends as 1 unit → 5 items to arrange: 5! = 120.
The 3 friends can arrange among themselves: 3! = 6.
Total = 5! × 3! = 120 × 6 = 720

Items Never Together — Complementary Counting

Count the total arrangements with no restriction, subtract those where the unwanted items ARE together.

Items never together = Total − (Items always together)
Example: 7 people in a row — in how many ways can 2 specific people NOT stand next to each other?
Total = 7! = 5040.
Together (treat pair as unit): 6! × 2! = 720 × 2 = 1440.
Never together = 5040 − 1440 = 3600

Gap Method (Alternating / Non-Adjacent)

To place items so that no two of a group are adjacent: first arrange the other items, then insert the restricted items into the gaps between them.

Example: 5 boys and 3 girls in a row, no two girls adjacent.
Arrange 5 boys: 5! = 120 ways. This creates 6 gaps (including ends).
Choose 3 of the 6 gaps for girls: ⁶P₃ = 6×5×4 = 120 (ordered, since girls are distinct).
Total = 120 × 120 = 14400

Specific Positions for Certain Items

Example: 8 books on a shelf — 2 specific books must go at the two ends. How many arrangements?
Place the 2 end books: 2! = 2 ways (either order). Arrange remaining 6 books in middle: 6! = 720.
Total = 2! × 6! = 2 × 720 = 1440
When restrictions apply, always handle the restricted items first — fix them, then count the free choices. This prevents over- or under-counting.

Learn 5 — Arrangements with Identical Objects

The Problem with Identical Items

When some items are identical, swapping them gives the same arrangement — so n! overcounts. We divide by the factorials of the counts of each repeated item.

Formula for Identical Objects

Arrangements of n objects with p identical of type 1, q identical of type 2, r identical of type 3, … = n! / (p! × q! × r! × …)
Example: How many distinct arrangements of the letters in MATHS?
All 5 letters distinct → 5! = 120
Example: How many distinct arrangements of the letters in LEVEL?
L appears 2 times, E appears 2 times. n = 5.
= 5!/(2! × 2!) = 120/4 = 30
Example: How many distinct arrangements of MISSISSIPPI?
M×1, I×4, S×4, P×2. n = 11.
= 11!/(1! × 4! × 4! × 2!) = 39916800/(1 × 24 × 24 × 2) = 39916800/1152 = 34650

Circular Arrangements

In a circular arrangement, rotations of the same arrangement are considered identical. Fix one person to remove duplicates — effectively we arrange the remaining (n−1) people in (n−1)! ways.

Circular arrangements of n distinct objects = (n − 1)!
Example: 6 people are seated around a circular table. How many distinct seating arrangements?
Fix one person. Arrange the remaining 5: 5! = 120
Example: In how many ways can 4 boys and 4 girls sit alternately around a circular table?
Fix one boy. Boys arranged: (4−1)! = 3! = 6 ways. Girls fill the 4 gaps: 4! = 24 ways.
Total = 6 × 24 = 144

Necklace / Bracelet Arrangements

For a necklace or bracelet, flipping it over gives the same arrangement (unlike a circular table where you can't flip people). So we also divide by 2.

Necklace arrangements of n distinct beads = (n − 1)! / 2
Example: In how many ways can 8 distinct beads be arranged on a necklace?
= (8−1)!/2 = 7!/2 = 5040/2 = 2520

Circular Arrangements with Identical Objects

Fix one object to remove rotational duplicates, then apply the identical-objects formula to the rest. These problems can be complex — work systematically.

Circular vs. row: always check whether rotations are counted as distinct. If it's a circular table → (n−1)!. If it's a necklace/bracelet → (n−1)!/2. If it's a row → n!.

Worked Examples

8 fully worked examples covering the key question types. Study the method, not just the answer.

Example 1 — Arrangements of a Word (MATHS)

Find the number of distinct arrangements of all the letters in the word MATHS.

Step 1 Count the letters: M, A, T, H, S — 5 letters, all distinct.
Step 2 Arrangements of 5 distinct items in a row = 5! = 120.
Answer 120 distinct arrangements.

Example 2 — Choosing a Committee (Order Doesn't Matter)

A committee of 4 is chosen from 10 people. How many ways can this be done?

Step 1 Order doesn't matter (a committee is a set of people, not a ranked list). Use ¹⁰C₄.
Step 2 ¹⁰C₄ = 10!/(4! × 6!) = (10×9×8×7)/(4×3×2×1) = 5040/24 = 210.
Answer 210 ways.

Example 3 — Password with Digits (Order Matters)

A 4-digit password is formed from the digits 1–9, with no digit repeated. How many passwords are possible?

Step 1 Order matters (1234 ≠ 4321 as passwords). This is a permutation.
Step 2 ⁹P₄ = 9!/(9−4)! = 9!/5! = 9×8×7×6 = 3024.
Answer 3024 passwords.

Example 4 — People in a Row with Restrictions

8 people stand in a row. Person A and Person B must always be next to each other. How many arrangements?

Step 1 Treat A and B as one unit → 7 items to arrange: 7! = 5040.
Step 2 A and B can swap within their unit: 2! = 2 ways.
Step 3 Total = 7! × 2! = 5040 × 2 = 10080.
Answer 10080 arrangements.

Example 5 — Word with Repeated Letters (ARRANGE)

How many distinct arrangements are there of the letters in the word ARRANGE?

Step 1 ARRANGE: A×2, R×2, N×1, G×1, E×1. Total 7 letters.
Step 2 Arrangements = 7!/(2! × 2!) = 5040/4 = 1260.
Answer 1260 distinct arrangements.

Example 6 — Circular Table Seating

5 men and 3 women sit around a circular table. In how many ways can they sit if all women must sit together?

Step 1 Treat the 3 women as one unit → 6 "items" in a circle.
Step 2 Circular arrangements of 6 items = (6−1)! = 5! = 120.
Step 3 The 3 women arrange among themselves: 3! = 6.
Step 4 Total = 120 × 6 = 720.
Answer 720 arrangements.

Example 7 — Mixed Selection (Boys and Girls on Committee)

From 6 boys and 5 girls, a committee of 5 is chosen with exactly 2 boys and 3 girls. How many ways?

Step 1 Choose 2 boys from 6: ⁶C₂ = 15.
Step 2 Choose 3 girls from 5: ⁵C₃ = 10.
Step 3 These choices are independent → multiply: 15 × 10 = 150.
Answer 150 ways.

Example 8 — At-Least-One Approach

A committee of 4 is chosen from 7 men and 4 women. Find the number of ways the committee includes at least one woman.

Step 1 Use complement: At least one woman = Total − No women.
Step 2 Total committees (no restriction): ¹¹C₄ = 330.
Step 3 Committees with no women (all men): ⁷C₄ = 35.
Step 4 At least one woman = 330 − 35 = 295.
Answer 295 committees.

Common Mistakes

These mistakes appear repeatedly in Cambridge A-Level examinations. Learn to recognise and avoid them.

Mistake 1 — Using ⁿCᵣ When Order Matters

✗ "A chairperson, secretary, and treasurer are chosen from 10 people. Ways = ¹⁰C₃ = 120."
✓ Roles are different (order matters) → ¹⁰P₃ = 10×9×8 = 720. The three roles are distinguishable, so the order of assignment matters.

Mistake 2 — Forgetting to Divide for Identical Objects

✗ "Arrangements of LETTER = 6! = 720."
✓ LETTER has T×2 and E×2 repeated. Arrangements = 6!/(2!×2!) = 720/4 = 180. Swapping identical letters gives the same word — divide to remove duplicates.

Mistake 3 — Circular Arrangements: Forgetting the −1

✗ "8 people around a circular table → 8! = 40320 arrangements."
✓ Circular arrangements = (8−1)! = 7! = 5040. Rotations of the same seating are identical in a circular arrangement.

Mistake 4 — Adding Instead of Multiplying for Independent Choices

✗ "Choose 2 boys from 5 AND 3 girls from 6 → ways = ⁵C₂ + ⁶C₃ = 10 + 20 = 30."
✓ Independent choices are combined by multiplication: ⁵C₂ × ⁶C₃ = 10 × 20 = 200. Use × for "and", use + for "or" (mutually exclusive cases).

Mistake 5 — Wrong Complement for "At Least One"

✗ "At least one woman = (exactly one) + (exactly two) + … — calculated each case separately and missed some."
✓ Use complement: At least one = Total − None. This is always faster and less error-prone than listing individual cases.

Mistake 6 — Necklace vs. Circular Table Confusion

✗ "Beads on a necklace: (n−1)! arrangements." (Forgetting to halve for flips.)
✓ A necklace can be flipped (turned over) — this halves the count. Necklace = (n−1)!/2. A table setting cannot be flipped, so stays at (n−1)!.

Mistake 7 — Treating "Together" as Fixed Positions

✗ "A and B must be next to each other → fix them in positions 1 and 2, then arrange the rest in 6! ways."
✓ "Together" means adjacent anywhere, not necessarily positions 1 and 2. Treat A and B as one unit: 7! × 2! = 10080 (not just 6! × 2! = 1440).

Mistake 8 — Forgetting 0! = 1

✗ "⁵C₅ = 5!/(5! × 0!) — 0! is undefined, so this doesn't work."
✓ 0! = 1 by definition. ⁵C₅ = 5!/(5! × 1) = 1. This makes sense: there's exactly one way to choose all 5 items from 5.

Key Formulas

All the formulas you need for Permutations & Combinations in Cambridge A-Level Statistics 1.

FormulaExpressionWhen to Use
Factorialn! = n × (n−1) × … × 2 × 1    0! = 1Count all orderings of n distinct items
Row Arrangementsn!Arrange all n distinct items in a line
Permutation ⁿPᵣn! / (n−r)!Ordered selection of r from n; order matters
Combination ⁿCᵣn! / [r!(n−r)!]Unordered selection of r from n; order doesn't matter
RelationshipⁿCᵣ = ⁿPᵣ / r!ⁿCᵣ removes internal orderings from ⁿPᵣ
SymmetryⁿCᵣ = ⁿCₙ₋ᵣUse when n−r is smaller than r (easier computation)
Pascal's IdentityⁿCᵣ + ⁿCᵣ₊₁ = ⁿ⁺¹Cᵣ₊₁Builds Pascal's Triangle; used in proof and binomial theorem
Items Together(n−k+1)! × k!k items must be adjacent in a row of n
Items Never TogetherTotal − TogetherComplement: subtract cases where items are adjacent
Identical Objectsn! / (p! × q! × r! × …)n objects with p of type 1, q of type 2, etc.
Circular Arrangements(n−1)!n distinct objects around a circle (rotations identical)
Necklace / Bracelet(n−1)! / 2Circular + reflections are also identical
Fundamental Principlem × n × …Independent choices; one task AND another
0! Convention0! = 1Required for formulas when r = 0 or r = n
Decision Tree:
Does order matter? YES → ⁿPᵣ (or n! for all items).
Does order matter? NO → ⁿCᵣ.
Are some items identical? → Divide by p!q!r!… for repeats.
Is the arrangement circular? → (n−1)! [table] or (n−1)!/2 [necklace].

Proof Bank

Three key proofs for Cambridge A-Level. Understanding these deepens your grasp of why the formulas work, not just how to apply them.

Proof 1 — Deriving ⁿCᵣ from ⁿPᵣ/r!

Claim: ⁿCᵣ = ⁿPᵣ / r!

Argument: Count the number of ordered arrangements of r items chosen from n: that's ⁿPᵣ = n!/(n−r)!.

Now, every unordered selection of r items corresponds to exactly r! ordered arrangements (the r! permutations of those same r items within their group).

So the number of unordered selections is:

ⁿCᵣ = ⁿPᵣ / r! = [n!/(n−r)!] / r! = n! / [r!(n−r)!]

This confirms the combination formula is simply the permutation formula with the internal orderings removed. ∎

Proof 2 — Symmetry: ⁿCᵣ = ⁿCₙ₋ᵣ

Claim: The number of ways to choose r items from n equals the number of ways to choose n−r items from n.

Algebraic proof:

ⁿCₙ₋ᵣ = n! / [(n−r)! × (n−(n−r))!] = n! / [(n−r)! × r!] = n! / [r! × (n−r)!] = ⁿCᵣ

Combinatorial argument: Every selection of r items to include corresponds uniquely to a selection of n−r items to exclude (the leftovers). So both counts are equal. ∎

Application: ²⁰C₁₇ = ²⁰C₃, which is far easier to calculate.

Proof 3 — Pascal's Identity: ⁿCᵣ + ⁿCᵣ₊₁ = ⁿ⁺¹Cᵣ₊₁

Claim: ⁿCᵣ + ⁿCᵣ₊₁ = ⁿ⁺¹Cᵣ₊₁

Algebraic proof: Starting from the left-hand side and finding a common denominator:

ⁿCᵣ + ⁿCᵣ₊₁ = n!/[r!(n−r)!] + n!/[(r+1)!(n−r−1)!]

Factor out n! / [(r+1)!(n−r)!] from both terms:

= [n!/(r+1)!(n−r)!] × [(r+1) + (n−r)]

= [n!/(r+1)!(n−r)!] × (n+1)

= (n+1)! / [(r+1)!(n−r)!] = ⁿ⁺¹Cᵣ₊₁ ∎

Combinatorial argument: Fix one item X from n+1 items. Selections of r+1 from n+1 either exclude X (choose r+1 from remaining n → ⁿCᵣ₊₁) or include X (choose r more from remaining n → ⁿCᵣ). These two cases are mutually exclusive and exhaustive, so ⁿCᵣ + ⁿCᵣ₊₁ = ⁿ⁺¹Cᵣ₊₁. ∎

Permutation & Combination Calculator

Enter n and r to calculate ⁿPᵣ and ⁿCᵣ with full working shown. Use this to check your manual calculations.

Permutation ⁿPᵣ (ordered)
Enter n and r above and click Calculate.
Combination ⁿCᵣ (unordered)
Enter n and r above and click Calculate.

Identical Objects Calculator

Enter the word or sequence to count distinct arrangements, accounting for repeated letters.

Enter a word above to see the calculation.

Exercise 1 — Factorial Calculations (10 Questions)

Calculate each value exactly. Enter integers only (no decimals for factorial results).

Exercise 2 — Permutations ⁿPᵣ (10 Questions)

All answers are integers. Use the formula ⁿPᵣ = n!/(n−r)! or build the product directly.

Exercise 3 — Combinations ⁿCᵣ (10 Questions)

All answers are integers. Use ⁿCᵣ = n!/[r!(n−r)!].

Exercise 4 — Arrangements with Restrictions (10 Questions)

Apply grouping, complement, or fixed-position methods. All answers are integers.

Exercise 5 — Identical Objects & Circular Arrangements (10 Questions)

Use n!/(p!q!…) for repeated items; (n−1)! for circular arrangements. All answers are integers.

Practice — 30 Mixed Questions

Mixed permutations, combinations, identical objects, restrictions, and circular arrangements. 100% triggers confetti!

Challenge — 15 Harder Questions

Multi-step problems requiring careful analysis. These mirror the difficulty of harder Cambridge exam questions.

Exam Style Questions

8 Cambridge S1-style questions with mark schemes. Attempt each before revealing the solution. Work under timed conditions: allow about 8 minutes per question.

Q1 [3 marks]

Find the number of different ways that the letters of the word STATISTICS can be arranged.

STATISTICS: S×3, T×3, A×1, I×2, C×1. Total 10 letters. [B1 for identifying repeats]
Arrangements = 10! / (3! × 3! × 2!) [M1 for correct denominator]
= 3628800 / (6 × 6 × 2) = 3628800 / 72 = 50400 [A1]

Q2 [4 marks]

A committee of 5 people is to be chosen from 8 men and 5 women. Find the number of ways in which the committee can be formed if it must contain at least 3 women.

Exactly 3 women: ⁵C₃ × ⁸C₂ = 10 × 28 = 280 [M1 A1]
Exactly 4 women: ⁵C₄ × ⁸C₁ = 5 × 8 = 40 [M1]
Exactly 5 women: ⁵C₅ × ⁸C₀ = 1 × 1 = 1 [A1 for all three cases]
Total = 280 + 40 + 1 = 321 [A1]

Q3 [4 marks]

6 boys and 2 girls are to stand in a row. Find the number of arrangements in which the 2 girls are not next to each other.

Total arrangements = 8! = 40320 [B1]
Arrangements with girls together: treat as unit → 7! × 2! = 5040 × 2 = 10080 [M1 A1]
Girls NOT together = 40320 − 10080 = 30240 [A1]

Q4 [5 marks]

From a group of 12 people (7 men and 5 women), a team of 4 is chosen. Find the probability that the team contains exactly 2 men, given that it contains at least 1 woman.

Total teams = ¹²C₄ = 495 [B1]
Teams with NO women (all men) = ⁷C₄ = 35 [M1]
Teams with at least 1 woman = 495 − 35 = 460 [A1]
Teams with exactly 2 men (= exactly 2 women): ⁷C₂ × ⁵C₂ = 21 × 10 = 210 [M1]
P(exactly 2 men | at least 1 woman) = 210/460 = 21/46 [A1]

Q5 [4 marks]

Five people — Alice, Bob, Carol, Dan, and Eve — sit in a row. Find the number of arrangements in which Alice sits to the left of Bob (not necessarily adjacent).

Total arrangements = 5! = 120 [B1]
By symmetry, exactly half of all arrangements have Alice to the left of Bob. [M1 A1 — symmetry argument]
Arrangements with Alice left of Bob = 120/2 = 60 [A1]

Q6 [5 marks]

8 people sit around a circular table. Find the number of arrangements if two specific people, X and Y, must sit directly opposite each other. (Assume the table has 8 equally spaced seats.)

Fix X at one seat (removes rotational duplicates). [M1]
Y must sit directly opposite: only 1 choice for Y's seat. [A1]
The remaining 6 people fill the remaining 6 seats: 6! = 720 ways. [M1 A1]
Total = 1 × 1 × 720 = 720 [A1]

Q7 [4 marks]

A bag contains 10 balls: 4 red, 3 blue, and 3 green. 3 balls are selected at random. Find the number of selections that include at least one ball of each colour.

"At least one of each colour" with 3 balls chosen means exactly one of each colour. [B1]
Choose 1 red from 4: ⁴C₁ = 4. [M1]
Choose 1 blue from 3: ³C₁ = 3.
Choose 1 green from 3: ³C₁ = 3. [A1 for all three]
Total = 4 × 3 × 3 = 36 [A1]

Q8 [6 marks]

The letters of the word ARRANGE are written on separate cards. (i) Find the number of distinct arrangements of all 7 letters. (ii) Find the number of arrangements where the two R's are separated (not next to each other).

ARRANGE: A×2, R×2, N×1, G×1, E×1. Total 7 letters. [B1]
(i) Arrangements = 7!/(2! × 2!) = 5040/4 = 1260 [M1 A1]
(ii) R's together: treat RR as unit → 6 items with A×2: 6!/2! = 360 [M1]
R's separated = 1260 − 360 = 900 [M1 A1]

Past Paper Questions

5 questions drawn from Cambridge A-Level 9709 Statistics 1 past papers on Permutations & Combinations. Attempt under exam conditions before revealing the mark scheme.

Past Paper Q1 — 9709/62/O/N/20 Q5 [5 marks]

Find the number of ways in which the 9 letters of the word SEVENTEEN can be arranged if (i) there are no restrictions, (ii) the arrangement starts and ends with the letter E.

SEVENTEEN: S×1, E×4, V×1, N×2, T×1. Total 9 letters. [B1]
(i) 9!/(4! × 2!) = 362880/(24 × 2) = 362880/48 = 7560 [M1 A1]
(ii) Fix E at each end (2 E's used). Remaining 7 letters: S,E,E,V,N,N,T (E×2, N×2).
Arrangements of 7 remaining = 7!/(2! × 2!) = 5040/4 = 1260 [M1 A1]

Past Paper Q2 — 9709/61/M/J/19 Q6 [6 marks]

A team of 4 is chosen from 5 teachers and 10 students. Find the number of ways the team can be chosen if it must include at least 2 teachers.

Exactly 2 teachers: ⁵C₂ × ¹⁰C₂ = 10 × 45 = 450 [M1 A1]
Exactly 3 teachers: ⁵C₃ × ¹⁰C₁ = 10 × 10 = 100 [M1]
Exactly 4 teachers: ⁵C₄ × ¹⁰C₀ = 5 × 1 = 5 [A1]
Total = 450 + 100 + 5 = 555 [M1 A1]

Past Paper Q3 — 9709/63/O/N/18 Q4 [5 marks]

How many different arrangements are there of the 8 letters in the word FOOTBALL? How many of these arrangements have the two letters L not next to each other?

FOOTBALL: F×1, O×2, T×1, B×1, A×1, L×2. Total 8 letters. [B1]
Total arrangements = 8!/(2! × 2!) = 40320/4 = 10080 [M1 A1]
L's together: treat LL as unit → 7 letters with O×2: 7!/2! = 2520 [M1]
L's not together = 10080 − 2520 = 7560 [A1]

Past Paper Q4 — 9709/61/M/J/17 Q5 [5 marks]

6 people are to sit in a row. Two of the people, Alan and Beth, refuse to sit next to each other. Find the number of possible arrangements.

Total arrangements = 6! = 720 [B1]
Arrangements with Alan and Beth together: 5! × 2! = 120 × 2 = 240 [M1 A1]
Arrangements with Alan and Beth NOT together = 720 − 240 = 480 [M1 A1]

Past Paper Q5 — 9709/62/O/N/16 Q5 [6 marks]

A committee of 4 people is to be chosen from 4 women and 5 men. (i) Find the number of possible committees. (ii) Find the number of possible committees that include more women than men. (iii) One of the men is the boss. Find the number of possible committees that include the boss.

(i) Total = ⁹C₄ = 126 [B1]
(ii) More women than men in 4 people: 3W+1M or 4W+0M.
3W+1M: ⁴C₃ × ⁵C₁ = 4 × 5 = 20 [M1]
4W+0M: ⁴C₄ × ⁵C₀ = 1 × 1 = 1 [A1]
Total = 20 + 1 = 21 [A1]
(iii) Fix boss in committee. Choose remaining 3 from 8: ⁸C₃ = 56 [M1 A1]