Practice Flashcards
Flip to reveal answersHow do you build Pascal's triangle?
Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.
All 10 Flashcards — Pascal's triangle & nCr
Sign up free to track progress and get spaced-repetition review schedules.
Question
How do you build Pascal's triangle?
Answer
Start and end every row with 1; each inside number is the sum of the two directly above it. Rows: 1 / 1 1 / 1 2 1 / 1 3 3 1.
Question
What does row n of Pascal's triangle give?
Answer
The coefficients of (a + b)ⁿ. E.g. row 3 (1, 3, 3, 1) → (a + b)³ = a³ + 3a²b + 3ab² + b³.
Question
On Paper 1 (no GDC) you need ⁸C₃. What is the fast way — without computing 8!?
Answer
Take r = 3 factors counting down from 8 on top, r! on the bottom: ⁸C₃ = (8×7×6)/(3×2×1) = 56. The big factorials cancel — never expand them in full. (ⁿCᵣ = n!/(r!(n − r)!).)
Question
Compute ⁵C₂.
Answer
5!/(2! 3!) = (5 × 4)/(2 × 1) = 10.
Question
How do you compute ⁿCᵣ on the GDC?
Answer
Type n, then MATH → ▶ (PRB) → 3: nCr, then r, then ENTER. E.g. 10 nCr 4 = 210.
Question
(a + b)ⁿ coefficients — when is Pascal's triangle the smart choice, and when is ⁿCᵣ?
Answer
Small n (about ≤ 6) and you want the WHOLE expansion → Pascal's triangle is fastest. Large n, or you only need ONE term/coefficient → use ⁿCᵣ (the general term ⁿCᵣaⁿ⁻ʳbʳ) and skip the rest.
Question
How many terms does (a + b)ⁿ have?
Answer
n + 1 terms. E.g. (x + 2)⁹ has 10 terms.
Question
What is the pattern of powers in (a + b)ⁿ?
Answer
The power of a falls from n to 0; the power of b rises from 0 to n; in every term the two powers sum to n.
Question
What are ⁿC₀ and ⁿCₙ?
Answer
Both equal 1 (the first and last coefficient of every row). The row is symmetric: ⁿCᵣ = ⁿCₙ₋ᵣ.
Question
How is ⁿCᵣ linked to Pascal's triangle?
Answer
ⁿCᵣ is the entry in row n, position r (counting from 0). Row 5 = ⁵C₀, ⁵C₁, …, ⁵C₅ = 1, 5, 10, 10, 5, 1.
Read the notes
Full study notes for Pascal's triangle & nCr
Topic 1.9 hub
Binomial theorem
More from Topic 1.9
All flashcards in this topic
Math AA SL exam skills
Paper structures & tips
Track your progress with spaced repetition
Sign up free — Aimnova tells you exactly which cards to review and when, so you remember everything before your IB exam.
Start Free