SOLUTION: A class contains 7 women and 7 men. Suppose we choose three random students. How many ways can we choose exactly 1 woman?
Algebra ->
Probability-and-statistics
-> SOLUTION: A class contains 7 women and 7 men. Suppose we choose three random students. How many ways can we choose exactly 1 woman?
Log On
You can put this solution on YOUR website! A class contains 7 women and 7 men. Suppose we choose three random students. How many ways can we choose exactly 1 woman?
---
# or ways to pick 1 woman: 7
# of ways to pick 2 men: 7C2 = 21
---
# of ways to choose exactly 1 woman in a group of 3: 7*21 = 147
===================
Cheers,
Stan H.
===================