Explore the following Combination examples to learn how to find different ways to choose items in various contexts.
Example 1: Combinations of Students
- Problem: How many ways can 3 students be chosen from a group of 5 students?
- Solution: Using combination formula: 5! / [3! × (5 - 3)!] = 10.
- Answer: There are 10 ways to choose the students.
Example 2: Combinations of Fruits
- Problem: How many ways can 2 fruits be selected from a basket of 6 different fruits?
- Solution: Using combination formula: 6! / [2! × (6 - 2)!] = 15.
- Answer: There are 15 ways to select the fruits.
Example 3: Combinations of Cards
- Problem: How many ways can 5 cards be chosen from a deck of 52 cards?
- Solution: Using combination formula: 52! / [5! × (52 - 5)!] = 2598960.
- Answer: There are 2598960 ways to choose the cards.