Calculating Binomial Coefficients
Binomial Identities
Pascal's Triangle
Factorials: How fast are you
100

What is nC1? (Give a formula in terms of n)

n

100

What is nC0 for any n?

1

100

On what row is the very top number of Pascal's Triangle in?

Row 0

100

What is 3!

6

200

What is 8C2?

28

200

What is nCn for any n?

1

200

How many numbers are in the nth row?

n+1

200

What is 5!

120

300

What is 10C3?

120

300

What is nCk equal to for any n,k? (Your answer should be in the form xCy for x,y in terms of n,k)

nC(n-k)

300

How many rows does Pascal's Triangle have?

Infinity

300

What is 7!

5040

400

What is 15C6?

5005

400

What is nC0 + nC1 + nC2 + nC3 + ... + nCn equal to? (Give a formula in terms of n)

2^n

400

Who invented Pascal's Triangle at least one thousand years before Pascal did?

The Chinese

400

What is 8!

40320

500

What is nC3? (Give a formula in terms of n)

n(n-1)(n-2)/6

500

What is nC0 + nC2 + nC4 + ... equal to? (Give a formula in terms of n. The choose function only adds the EVEN numbers)

2^(n-1)

500

What does nCk represent on Pascal's Triangle? (Specifically, what does it count?)

The number of paths from the top number to nCk

500
What is 9!

362880

M
e
n
u