Back to all Math AA SL topics
Topic 1.9Math AA SL SL29 flashcards

Binomial theorem

Practice Flashcards

Flip cards to reveal answers
Card 1 of 291.9.1
1.9.1
Question

How do you build Pascal's triangle?

Click to reveal answer

Track your progress — Sign up free to save your progress and get smart review reminders based on spaced repetition.

All Flashcards in Topic 1.9

Below are all 29 flashcards for this topic. Sign up free to track your progress and get personalized review schedules.

1.9.110 cards

Card 1concept
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.

Card 2concept
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³.

Card 3concept
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)!).)

Card 4concept
Question

Compute ⁵C₂.

Answer

5!/(2! 3!) = (5 × 4)/(2 × 1) = 10.

Card 5concept
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.

Card 6concept
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.

Card 7concept
Question

How many terms does (a + b)ⁿ have?

Answer

n + 1 terms. E.g. (x + 2)⁹ has 10 terms.

Card 8concept
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.

Card 9concept
Question

What are ⁿC₀ and ⁿCₙ?

Answer

Both equal 1 (the first and last coefficient of every row). The row is symmetric: ⁿCᵣ = ⁿCₙ₋ᵣ.

Card 10concept
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.

1.9.29 cards

Card 11concept
Question

How do you expand (a + b)ⁿ?

Answer

Multiply each coefficient ⁿCᵣ by a falling power of a and a rising power of b: aⁿ + ⁿC₁aⁿ⁻¹b + … + bⁿ.

Card 12concept
Question

Expand (x + 3)⁴.

Answer

Coeffs 1, 4, 6, 4, 1 with rising powers of 3: x⁴ + 12x³ + 54x² + 108x + 81.

Card 13concept
Question

How do you handle a coefficient like (3x)²?

Answer

Raise the WHOLE term: (3x)² = 9x², not 3x². Always bracket the term before squaring/cubing.

Card 14concept
Question

What happens to signs when expanding (a − b)ⁿ?

Answer

Use −b as the second term; even powers come out +, odd powers −. So the signs alternate: + − + − …

Card 15concept
Question

Expand (1 − 2x)⁴.

Answer

1 + 4(−2x) + 6(−2x)² + 4(−2x)³ + (−2x)⁴ = 1 − 8x + 24x² − 32x³ + 16x⁴.

Card 16concept
Question

How do you find just the first few terms in ascending powers of x?

Answer

Take r = 0, 1, 2, 3 in turn (the lowest powers of x) and stop — no need for the whole expansion.

Card 17concept
Question

Find the first three terms, ascending powers, of (1 + x)¹⁰.

Answer

1 + ¹⁰C₁x + ¹⁰C₂x² = 1 + 10x + 45x².

Card 18concept
Question

How does binomial expansion link to compound interest?

Answer

(1 + rate)ⁿ is the compound-interest factor; expanding it gives the value (or a quick approximation) by hand.

Card 19concept
Question

How can you check a binomial expansion?

Answer

The two powers in every term sum to n, and there are n + 1 terms in total.

1.9.310 cards

Card 20concept
Question

In (3x − 2)⁵ a student writes the x² term as ⁵C₃ x² · 2³. What is wrong?

Answer

Two errors — the sign and the 3. Here a = 3x (not x) and b = −2 (not 2). Correct: ⁵C₃ (3x)²(−2)³ = 10 × 9 × (−8) x² = −720x². Always raise the WHOLE bracket term — number, variable and sign — to its power. (General term: ⁿCᵣaⁿ⁻ʳbʳ.)

Card 21concept
Question

How do you find a specific term without expanding?

Answer

Use the general term ⁿCᵣ aⁿ⁻ʳ bʳ; set the exponent of x equal to the power you want, solve for r, then compute that one term.

Card 22concept
Question

How do you find one coefficient?

Answer

Write the general term, find the r that gives that power of x, and compute the coefficient (raising the whole coefficient/sign to the power).

Card 23concept
Question

What does 'term independent of x' (constant term) mean?

Answer

The power of x is 0. Set the exponent of x to 0, solve for r, then compute that term.

Card 24concept
Question

Given a coefficient, how do you find an unknown constant?

Answer

Write that coefficient via the general term, set it equal to the given value, and solve. E.g. (x+k)⁷ coeff x⁵ = 63 → 21k² = 63 → k = ±√3.

Card 25concept
Question

Why do you sometimes get ± for the unknown?

Answer

An even power of the unknown (e.g. k²) gives two values. Check for a restriction like 'k > 0' before keeping both.

Card 26concept
Question

How do you find an unknown power n?

Answer

Use the simplest coefficient: ⁿC₂ = n(n − 1)/2 gives a quadratic in n; solve for the positive integer.

Card 27concept
Question

From the first terms of (1 + kx)ⁿ, how do you find n and k?

Answer

Use ⁿC₁k = (x coefficient) and ⁿC₂k² = (x² coefficient); eliminate k and solve for n, then k.

Card 28concept
Question

Find the coefficient of x⁴ in (2x − 3)⁶.

Answer

r = 2: ⁶C₂(2x)⁴(−3)² = 15 × 16 × 9 = 2160.

Card 29concept
Question

Two unknowns and two coefficient conditions — fastest method?

Answer

Form both equations and divide one by the other to eliminate a variable.

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