binomial shit

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:46 PM on 8/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

binomial expression

an expression in the form of (x + y)^n

2
New cards

binomial coefficient

(x+y)^n = nΣ(r=0) x^(n-r)y^r

<p>(x+y)^n = nΣ(r=0) x^(n-r)y^r </p>
3
New cards

nCr

gives the coefficient for the rth term of (kx+c)^n nCr = n!/r!(n-r)!

4
New cards

pascal's triangle

used to help binomial expansion- the (n+1)th row gives the coefficients in the expansion of (a+b)^n

formed by adding adjacent pairs of numbers to find the numbers on the next row

<p>used to help binomial expansion- the (n+1)th row gives the coefficients in the expansion of (a+b)^n</p><p>formed by adding adjacent pairs of numbers to find the numbers on the next row</p>
5
New cards

pascal's identity

nCr = (n-1)C(r-1) + (n-1)Cr

r <= n

6
New cards

derangement

a permutation of all of the elements of a finite set that leaves no object in its original position real-world example: students must mark eachothers' papers, no student may mark their own paper, a derangement of the set of students must be made

7
New cards

inclusion-exclusion principle for derangements

!n = n![1 - 1/1! + 1/2! … (-1)^n/n!]

equal to !n = n! - n!/1! + n!/2! … (-1)^n

approximation = n!/e (rounding this approximation to the nearest integer gives the number of derangements)