SOLUTION: A class contains 10 women and 5 men. Suppose that we choose three random students. How many ways can we choose exactly 1 women?
Algebra ->
Probability-and-statistics
-> SOLUTION: A class contains 10 women and 5 men. Suppose that we choose three random students. How many ways can we choose exactly 1 women?
Log On
Question 530550: A class contains 10 women and 5 men. Suppose that we choose three random students. How many ways can we choose exactly 1 women? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A class contains 10 women and 5 men. Suppose that we choose three random students. How many ways can we choose exactly 1 women?
-------
# of ways to choose 1 women: 10
# of ways to choose 2 men: 5C2 = 10
----
Ans: 10*10 = 100 ways to choose 1 women and 2 men
====================================------------------
Cheers,
stan H.
===========