Practice Flashcards
What makes a counting question an 'arrangement'?
Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.
All Flashcards in Topic 1.10
Below are all 106 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.
1.10.110 cards
What makes a counting question an 'arrangement'?
Order matters — the position of each object counts, so ABC and CBA are different. Count by filling positions and multiplying.
Describe the box method for arrangements.
Draw one box per position, write how many choices go in each box, then multiply. Fill the most restricted box first.
How do you count r-digit numbers with no leading zero?
The first box has 9 choices (1–9, not 0); fill the rest from the remaining digits, then multiply.
How do you arrange ALL n distinct objects in a row?
n! = n × (n − 1) × … × 1. Example: 9 people in a line = 9! = 362880.
State the formula for ⁿPᵣ and what it counts.
ⁿPᵣ = n!/(n − r)! — the number of ways to arrange r objects out of n in a definite order.
How is ⁿPᵣ just the multiplication idea?
It multiplies r numbers counting down from n: n × (n − 1) × … (r factors). e.g. ⁸P₃ = 8 × 7 × 6 = 336.
Arrange ALL of them vs SOME of them — which formula?
All n → n!. Just r of them, in order → ⁿPᵣ = n!/(n − r)!.
Seats, finishing orders, codes — arrangement or not?
Arrangements — the position matters, so use n! (all) or ⁿPᵣ (some), filling positions and multiplying.
On Paper 2, where is nPr on the TI-84?
MATH, arrow right to PRB, then 2: nPr. Type n, choose nPr, type r, ENTER.
What is ⁿPₙ equal to?
n! — arranging all n in order (since n!/(n − n)! = n!/0! = n!).
1.10.108 cards
First question to ask on any counting problem?
Does order matter? Arrange/rank/roles → yes (ⁿPᵣ); choose/team/committee → no (ⁿCᵣ). Then check for restrictions.
Trigger: 'together' / 'next to each other'?
Block method — glue them into one item, arrange, then multiply by the internal orders (k!).
Trigger: 'not together' / 'not adjacent'?
Total − together (for a pair), or the gap method (seat the others, drop the rest into separate gaps).
Trigger: 'must include' / 'always chosen'?
Fix that member in place, then choose the rest from those remaining.
Trigger: 'at least' / 'at most'?
Add up the allowed cases, or use total − unwanted (the complement).
Trigger: repeated letters?
Divide n! by the factorial of each repeated letter: n! ÷ (p! q! …).
Trigger: 'shortest route on a grid'?
Choose which of the moves go 'up' (or right): ⁿCᵣ.
Same numbers, different answer — why?
Because the wording sets the type. Medals (distinct roles) → ⁿPᵣ; a committee (no roles) → ⁿCᵣ.
1.10.118 cards
When does the binomial expansion become an infinite series?
When n is negative or a fraction (not a positive whole number) — the terms never stop.
Extended binomial formula for (1 + x)ⁿ?
1 + nx + n(n−1)/2! x² + n(n−1)(n−2)/3! x³ + … , valid for |x| < 1.
How do you build each successive coefficient?
Multiply by the next falling factor of n on top and divide by the next factorial: n, then n(n−1)/2!, then n(n−1)(n−2)/3!.
How do you expand (1 + kx)ⁿ?
Replace every x in the formula with kx, then simplify — remember to square and cube the k.
First three terms of (1 + x)⁻¹?
1 − x + x².
First three terms of (1 − 3x)⁻²?
1 + 6x + 27x².
Coefficient of x in (1 + x)ⁿ?
n.
Coefficient of x² in (1 + x)ⁿ?
n(n − 1)/2.
1.10.128 cards
General term of (a + b)ⁿ?
T_(r+1) = ⁿCᵣ aⁿ⁻ʳ bʳ — choose r of the b's.
How do you find the coefficient of a specific power xᵏ?
Use the general term; set the power of x equal to k to fix r, then compute ⁿCᵣ aⁿ⁻ʳ bʳ.
How do you find an unknown constant from a given coefficient?
Write the coefficient as an expression in the unknown, set it equal to the given number, and solve.
Coefficient of x² in (1 + ax)ⁿ (general term)?
ⁿC₂ a².
Coefficient of x³ in (2 + x)⁵?
⁵C₃ × 2² = 10 × 4 = 40.
In (1 + ax)⁵ the coefficient of x² is 40 (a > 0). Find a.
10a² = 40 ⇒ a² = 4 ⇒ a = 2.
Common mistake finding a binomial coefficient?
Forgetting to raise the inside coefficient to the power r — (2x)² = 4x², not 2x².
Why must you include the ⁿCᵣ?
The coefficient counts the ⁿCᵣ ways that term is formed — the powers alone aren't enough.
1.10.138 cards
When is the extended series (1 + x)ⁿ valid?
When |x| < 1 — only then do the terms shrink so the series settles to a value.
Validity of (1 + kx)ⁿ?
|kx| < 1, i.e. |x| < 1/|k|.
How do you approximate a root with the series?
Choose x so the bracket equals the target number (x should be small), then evaluate the first few terms.
Estimate √1.02 using (1 + x)^(1/2) ≈ 1 + ½x − ⅛x²?
x = 0.02: 1 + 0.01 − 0.00005 = 1.00995.
Why does the series need |x| < 1?
Only then do the powers of x get smaller, so the later terms fade and the sum converges.
Validity of (1 − 2x)⁻¹?
|2x| < 1, so |x| < ½.
What x in (1 + x)^(1/2) estimates √1.04?
x = 0.04 (since 1 + x = 1.04).
Does a smaller x give a better estimate?
Yes — the later (ignored) terms are even tinier, so the first few terms are more accurate.
1.10.28 cards
When should you use a selection, ⁿCᵣ?
When you pick a GROUP and the order inside doesn't matter — a team, a committee, a sample. {A,B} is the same as {B,A}.
State the quick rule for ⁿCᵣ.
Top: r numbers counting down from n. Bottom: r! = r × (r − 1) × … × 1. e.g. ⁵C₂ = (5 × 4)/(2 × 1) = 10.
Why does ⁿCᵣ divide by r!?
Picking r in order counts each group r! times (its r! orderings). A group has no order, so divide those out.
Selection or arrangement — how do you tell?
Ask: does the order matter? Order matters → arrangement (ⁿPᵣ). Order doesn't → selection (ⁿCᵣ).
State the full formula for ⁿCᵣ.
ⁿCᵣ = n!/(r!(n − r)!) — the number of ways to choose r objects from n with order ignored.
Compute ⁸C₃ by hand.
(8 × 7 × 6)/(3 × 2 × 1) = 336/6 = 56.
On Paper 2, where is nCr on the TI-84?
MATH, arrow right to PRB, then 3: nCr. Type n, choose nCr, type r, ENTER.
Team, committee, sample, handful — which formula?
ⁿCᵣ — these are unordered groups, so order doesn't matter.
1.10.38 cards
A question says the digits must be in 'increasing order'. Arrange or choose?
Choose — the increasing order is fixed, so each set of digits gives exactly one number. Count with ⁿCᵣ.
Why is 'increasing order' a selection, not an arrangement?
Once you pick the items, there is only ONE way to put them in increasing order — nothing is left to arrange, so order doesn't add anything.
How many 4-digit numbers have strictly increasing digits?
Choose 4 from 1–9 (0 can't appear): ⁹C₄ = 126.
Which wordings force the order (so you just choose)?
'increasing order', 'decreasing order', 'alphabetical order' — all fix the order, so use ⁿCᵣ.
For increasing-digit numbers, why can't 0 be used?
In increasing order 0 would have to come first, but a number can't start with 0. So choose from 1–9.
3 letters from A–G in alphabetical order — how many?
Choose 3 of the 7 letters: ⁷C₃ = 35 (alphabetical order is automatic).
If you used ⁿPᵣ for an 'increasing order' question, what went wrong?
You counted the orderings, but the order is forced (one per set). Divide out — i.e. use ⁿCᵣ instead.
Increasing order vs decreasing order — different counts?
No — both fix the order, so both are ⁿCᵣ. Each chosen set has one increasing and one decreasing arrangement.
1.10.48 cards
How do you count groups that MUST include a particular person?
Put that person in first (they use one place), then choose the rest from the people who are left.
'A committee of 4 from 10 must include the captain' — how many?
Captain in, choose 3 from the remaining 9: ⁹C₃ = 84.
How do you count groups that must NOT include a particular person?
That person is unavailable, so just choose from everyone else.
'A committee of 4 from 10 must exclude one person' — how many?
Choose all 4 from the other 9: ⁹C₄ = 126.
After fixing or removing a required/forbidden person, what's left to do?
An ordinary selection (ⁿCᵣ) on the remaining people for the remaining places.
When you 'include' a fixed member, how do the numbers change?
Both drop by 1: one fewer place to fill AND one fewer person to choose from.
When you 'exclude' a person, how do the numbers change?
The number of people drops by 1, but the number of places stays the same.
Trigger words for a 'required person' question?
'must include', 'always plays', 'the chair is on the committee', or 'must not be chosen / refuses'.
1.10.58 cards
How do you count a group with exactly so many from each category?
Choose from each group separately, then multiply (AND → ×). e.g. 2 men and 2 women = ⁵C₂ × ⁶C₂.
Why multiply when choosing from two groups?
Each way of choosing the first group can pair with each way of choosing the second — that's the multiplication principle.
How do you count 'at least 2 women'?
Add the cases: exactly 2 + exactly 3 + … Each case = choose that many women AND the rest from the other group.
When is the complement (total − unwanted) faster?
When there are many 'at least' cases but few to exclude — e.g. 'at least 1' = total − (none).
'Exactly 2 men out of a committee of 4' — what about the rest?
The other 2 must be women, so multiply ⁵C₂ (men) × ⁶C₂ (women) — the numbers add to 4.
'At most 1 girl' on a team of 4 — which cases?
Exactly 0 girls + exactly 1 girl, added together.
Common slip when choosing from groups?
Adding the two ⁿCᵣ values instead of multiplying them (it's AND, not OR).
How do you handle 'sum divisible by 3' type group questions?
Split the numbers into remainder groups (mod 3), then count the choices that make the total work — choosing from each group, multiplying and adding cases.
1.10.68 cards
How do you count arrangements where some people must stay together?
Glue them into one block, arrange the blocks, then multiply by the ways to arrange inside the block.
A block of k people has how many internal orders?
k! — the ways to arrange the k people inside the block.
'A and B must sit together' — the method?
Treat AB as one block. Arrange the (n − 1) things, then × 2 for the AB / BA orders inside.
'A immediately after B' vs 'A and B together' — what's different?
'Together' allows both internal orders (× 2). 'Immediately after' fixes the order (× 1).
After gluing a block, how many things do you arrange?
One fewer for each extra person in the block — a block of k among n total leaves (n − k + 1) things to arrange.
3 books must stay together among 7 — how many arrangements?
Glue the 3: arrange 5 things (5!) × 3! inside = 120 × 6 = 720.
Why does 'immediately after' use × 1, not × 2?
The order inside the block is fixed (only one way), so there's nothing extra to multiply by.
Trigger words for the block method?
'together', 'next to each other', 'side by side', 'consecutive', 'immediately after/before'.
1.10.78 cards
How do you count arrangements where two people must NOT be together?
Total − together. Count all arrangements, then subtract the ones where the two ARE together (block method).
How do you count 'no two of a group adjacent'?
Gap method: arrange the other items first; they make gaps; place the restricted items into different gaps.
How many gaps do n seated items make?
n + 1 gaps — one between each pair plus one at each end.
In the gap method, why use ⁿPᵣ for placing the restricted items?
They go into different gaps and the items are distinct, so the order in which gaps are filled matters → ⁿPᵣ.
'5 friends, A and B not together' — how many?
5! − (4! × 2) = 120 − 48 = 72.
'4 boys, 2 girls, no two girls adjacent' — how many?
Boys 4! = 24, 5 gaps, girls ⁵P₂ = 20: 24 × 20 = 480.
'Not together' vs 'no two adjacent' — which method?
A single pair not together → total − together. A whole group with none adjacent → the gap method.
Trigger words for separation questions?
'not next to', 'not adjacent', 'apart', 'at least one seat between', 'not sharing a boundary'.
1.10.88 cards
How do you count shortest routes across a grid (right/up only)?
A route is an arrangement of right and up moves. Choose which moves go 'up' (or right) with ⁿCᵣ.
How many shortest routes cross an a-wide, b-tall grid?
Make a right moves and b up moves (a + b total); choose the b up moves: ⁽ᵃ⁺ᵇ⁾Cᵦ.
How do you count arrangements of a word with repeated letters?
Divide n! by the factorial of each repeated letter: n! ÷ (p! q! …).
Why divide by the repeats' factorials?
Swapping two identical letters gives the same word, so plain n! counts each arrangement several times; dividing removes the duplicates.
Arrangements of BANANA?
6 letters with A×3, N×2: 6! ÷ (3! 2!) = 720 ÷ 12 = 60.
Shortest routes across a 4-wide, 3-tall grid?
7 moves, choose 3 up: ⁷C₃ = 35.
Grid routes vs word arrangements — what's the link?
A grid route is a word made of two letters (R and U), so both use the same arrangement idea.
Arrangements of MISSISSIPPI?
11 letters with S×4, I×4, P×2: 11! ÷ (4! 4! 2!) = 34650.
1.10.98 cards
How do you find n from ⁿP₂ = k?
ⁿP₂ = n(n − 1). Set n(n − 1) = k, rearrange to a quadratic, solve, and keep the positive whole-number root.
How do you find n from ⁿC₂ = k?
ⁿC₂ = n(n − 1)/2. Multiply by 2 to get n(n − 1) = 2k, solve the quadratic, keep the positive root.
Why reject the negative root when finding n?
n counts objects, so it must be a positive whole number — a negative root has no meaning.
What does ⁿP₂ expand to?
n(n − 1).
What does ⁿC₂ expand to?
n(n − 1)/2.
Shortcut for ⁿCₐ = ⁿC_b when a ≠ b?
a + b = n, because ⁿCᵣ = ⁿCₙ₋ᵣ. e.g. ⁿC₃ = ⁿC₇ ⇒ n = 10.
Solve ⁿP₂ = 42.
n(n − 1) = 42 ⇒ (n − 7)(n + 6) = 0 ⇒ n = 7.
Solve ⁿC₂ = 28.
n(n − 1) = 56 ⇒ (n − 8)(n + 7) = 0 ⇒ n = 8.
Topic 1.10 study notes
Full notes & explanations for Counting & binomial (HL only)
Math AA exam skills
Paper structures, command terms & tips
Want smart review reminders?
Sign up free to track your progress. Our spaced repetition algorithm will tell you exactly which cards to review and when.
Start Free