Explanation
A combination is an unordered selection of objects.
Formula:
nCr = n! / (r! (n − r)!)
Example:
Choose 2 from 3 → 3C2 = 3! / (2!1!) = 3
Quiz
-
Are combinations ordered?
-
Write the formula for combinations.
-
5 choose 3 → 5C3 = ?
-
When to use combinations?
-
Does order matter?
Answer Key
-
No
-
nCr = n! / (r!(n − r)!)
-
5! / (3!2!) = 120 / 12 = 10
-
When order does not matter
-
No