What is the formula for n factorial (n!) ?
n! = n × (n - 1) × (n - 2) × … × 3 × 2 × 1
0! = 1
What are binomial coefficients denoted by?
Binomial coefficients are denoted by nCr or can be found using Pascal’s triangle, using your calculator or using the formula
What is the binomial expansion of (1 + x)^n?
The binomial expansion can be written as
What is the general form of the binomial expansion?
This can be generalised as
What is the number of ways to arrange n unlike objects in a line?
The number of ways to arrange n unlike objects in a line is n!
What is the number of permutations of r objects from n?
The number of permutations of r objects from n is given by nPr = n! / (n - r)!
What is the number of combinations of r objects from n?
The number of combinations of r objects from n is given by C(n, r) = n! / (r!(n - r)!)
What is the difference between permutations and combinations?
For permutations, the order matters. For combinations, it does not.