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_repetitionOutcome
The tool returns 120 possible unique committee combinations.