Back to the full dot-point answer

NSWMaths Extension 1Quick questions

Combinatorics (ME-A1)

Quick questions on Combinations: counting unordered selections with (nr)\binom{n}{r}

15short Q&A pairs drawn directly from our worked dot-point answer. For full context and worked exam questions, read the parent dot-point page.

What is the combination formula?
Show answer
The number of ways to choose rr unordered objects from nn distinct objects is
What is key identities?
Show answer
$(nr)=(nnβˆ’r).\binom{n}{r} = \binom{n}{n - r}.$
What is complementary counting?
Show answer
For "at least kk" or "at most kk" problems, it is often easier to count the complement.
What is splitting into groups?
Show answer
To split nn objects into groups of sizes r1,r2,…,rkr_1, r_2, \dots, r_k (with r1+β‹―+rk=nr_1 + \dots + r_k = n):
What is counting with constraints?
Show answer
"Includes object A": A is in the subset. Choose the remaining rβˆ’1r - 1 from the other nβˆ’1n - 1: (nβˆ’1rβˆ’1)\binom{n - 1}{r - 1}.
What is symmetry?
Show answer
(2018)=(202)=20β‹…192=190\binom{20}{18} = \binom{20}{2} = \frac{20 \cdot 19}{2} = 190. Faster than computing (2018)\binom{20}{18} directly.
What is two groups?
Show answer
A team of 77 has 44 defenders and 33 attackers. Select from 99 defenders and 66 attackers.
What is at least?
Show answer
How many three-letter subsets of {\{A, B, C, D, E, F}\} include at least one vowel?
What is includes a specific element?
Show answer
A book club selects 44 books from 1515. How many selections include "War and Peace"?
What is splitting into three groups?
Show answer
Split 99 people into three teams of 33.
What is pascal in action?
Show answer
Verify (63)=(52)+(53)\binom{6}{3} = \binom{5}{2} + \binom{5}{3}.
What is "Includes object A"?
Show answer
A is in the subset. Choose the remaining rβˆ’1r - 1 from the other nβˆ’1n - 1: (nβˆ’1rβˆ’1)\binom{n - 1}{r - 1}.
What is "Excludes object A"?
Show answer
A is not in the subset. Choose all rr from the other nβˆ’1n - 1: (nβˆ’1r)\binom{n - 1}{r}.
What is "Includes A or B but not both"?
Show answer
count includes-A-excludes-B plus includes-B-excludes-A.
What is "At least one of A, B, C"?
Show answer
use complementary counting or inclusion-exclusion.

All Maths Extension 1Q&A pages