Card: 2 / 17 |
A combination is a selection of items from a larger set where the order of selection does not matter. For example, choosing 2 fruits from a set of 3 (apple, banana, cherry) can be done in 3 ways: (apple, banana), (apple, cherry), or (banana, cherry). |
Card: 4 / 17 |
The number of combinations of n items taken r at a time is calculated using the formula: C(n, r) = n! / (r! * (n - r)!), where '!' denotes factorial, meaning the product of all positive integers up to that number. |
Card: 6 / 17 |
Using the formula C(5, 2) = 5! / (2! * (5 - 2)!) = 5! / (2! * 3!) = (5 × 4) / (2 × 1) = 10. Thus, there are 10 combinations. |
Card: 7 / 17 |
If a committee of 4 is to be formed from a group of 10 people, how many different committees can be formed? Hint: Use the combination formula. |
Card: 8 / 17 |
Using the combination formula: C(10, 4) = 10! / (4! * (10 - 4)!) = 10! / (4! * 6!) = (10 × 9 × 8 × 7) / (4 × 3 × 2 × 1) = 210. Therefore, 210 different committees can be formed. |
Card: 9 / 17 |
Which planet is known as the 'Red Planet'?
Solution:
Mars is commonly referred to as the 'Red Planet' due to its reddish appearance, which is a result of iron oxide, or rust, on its surface. This distinctive color makes Mars easily recognizable in the night sky and has contributed to its association with the Roman god of war.
|
Card: 11 / 17 |
C(7, 0) = 7! / (0! * (7 - 0)!) = 7! / (1 * 7!) = 1. This means there is exactly one way to choose 0 items from 7, which is to choose nothing. |
Card: 12 / 17 |
If you have 8 books and want to choose 3 to take on vacation, how many different selections can you make? Hint: Apply the combination formula C(n, r). |
Card: 13 / 17 |
Using the formula: C(8, 3) = 8! / (3! * (8 - 3)!) = (8 × 7 × 6) / (3 × 2 × 1) = 56. Therefore, you can make 56 different selections. |
Card: 14 / 17 |
In how many ways can you select a president and a vice president from a club of 5 members? Hint: This involves permutations, not combinations. |
Card: 15 / 17 |
Since the order matters (president vs vice president), use permutations. P(5, 2) = 5! / (5 - 2)! = 5 × 4 = 20. Thus, there are 20 ways. |
Card: 16 / 17 |
How many ways can you choose 2 toppings from a list of 6 for your pizza? Hint: Use the combination formula C(n, r). |
Card: 17 / 17 |
Using the formula: C(6, 2) = 6! / (2! * (6 - 2)!) = (6 × 5) / (2 × 1) = 15. Therefore, you can choose 15 different combinations of toppings. |