1. Forming a Committee
Project ManagerBackground
A manager needs to select a 3-person committee from a team of 10 employees.
Problem
Calculate how many unique committee combinations are possible.
How to use
Set n=10, r=3, and select 'Without Repetition'.
n=10, r=3, type=without_repetition
Outcome
The tool returns 120 possible unique committee combinations.
2. Selecting Ice Cream Flavors
StudentBackground
A student is buying a 3-scoop bowl of ice cream from 10 available flavors, where flavors can be repeated.
Problem
Find the total number of flavor combinations possible with repetition allowed.
How to use
Set n=10, r=3, and select 'With Repetition'.
n=10, r=3, type=with_repetition
Outcome
The tool calculates 220 possible combinations for the ice cream bowl.