Explore the following Combination with Repetition examples to learn how to find different ways to choose items in various contexts.
Example 1: Combinations with Repetition of Candies
- Problem: How many ways can 3 candies be chosen from 5 different types, if repetition is allowed?
- Solution: Using combination with repetition Formula: 7! / [3! × (7-3)!] = 7! / 3! × 4! = 35.
- Answer: There are 35 ways to choose the candies.
Example 2: Combinations with Repetition of Ice Cream Flavors
- Problem: How many ways can 4 scoops of ice cream be selected from 3 different flavors, if repetition is allowed?
- Solution: Using combination with repetition Formula: 6! / [4! × (6 - 4)!] = 6! / 4! × 2! = 15.
- Answer: There are 15 ways to select the ice cream scoops.
Example 3: Combinations with Repetition of Coins
- Problem: How many ways can 6 identical coins be distributed among 4 different jars?
- Solution: Using combination with repetition Formula: 9! / [6! × (9-6)!] = 9! / (6! × 3!) = 84.
- Answer: There are 84 ways to distribute the coins.