Combinations C(n,r) - Online Test
30:00
1. What is the formula for calculating the number of combinations of choosing 'r' items from a set of 'n' distinct items, denoted as C(n,r) or nCr?
2. In the combination formula C(n,r) = n! / (r! * (n-r)!), what does 'n' represent?
3. In the combination formula C(n,r) = n! / (r! * (n-r)!), what does 'r' represent?
4. What is the value of C(5, 2)?
5. Calculate C(7, 0).
6. What is the value of C(n, n)?
7. Which property of combinations states that C(n, r) = C(n, n-r)?
8. Evaluate C(10, 3).
9. If C(n, 4) = C(n, 6), what is the value of n?
10. How many ways can a committee of 3 people be selected from a group of 8 people?
Test Results
0/0