Problem 36 of 7
Count combinations for form a committee of 3 men and 2 women from a group of 7 men and 5 women.
Using a hint is okay. It just tells the trainer to give you a little more review.
Hidden until you reveal it.
use n choose r when order does not matter.
Hidden until you reveal it.
Use combinations when order does not matter.
Enter your answer
Your answer is equivalent to the expected form.
Walkthrough
Full solution stays hidden until you ask for it.
1. Decide that order does not matter.
2. Identify n and r.
3. Compute n choose r.
Use the worked steps, then substitute the final answer back into the original relationship to confirm it satisfies the prompt.
Permutation counts when selected group order is irrelevant.