How is Pascal’s triangle formed?
It is formed by adding adjacent pairs of numbers to find the numbers on the next row.
What is the row of Pascal’s triangle that gives you the correct coefficients in the expansion of
(a + b)^n ?
It is the (n + 1)th row.
What is n! Equal to?
n x (n - 1) x (n - 2) x (n - 3) x ... x 1.
What are the two equations for factorial notation?
n
C = (n)
r (r)
Or
n! ———— r! (n - r)!
What is the binomial expansion of
(a + b)^n
Like?
(n)(a)^n-r (b)^r
r