SOLUTION: Suppose that a class contains 15 boys and 30 girls, and that 10 students are to be selected at random for a special assignment. Find the probability that exactly 3 boys will be sel

Algebra ->  Probability-and-statistics -> SOLUTION: Suppose that a class contains 15 boys and 30 girls, and that 10 students are to be selected at random for a special assignment. Find the probability that exactly 3 boys will be sel      Log On


   



Question 1111234: Suppose that a class contains 15 boys and 30 girls, and that 10 students are to be selected at random for a special assignment. Find the probability that exactly 3 boys will be selected.
Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
There are 45 students and we select 10 students from that group
:
There are 45C10 ways to do that selection process, where nCr = n! / (r! * (n-r)!)
:
Therefore,
:
45C10 = 45! / (10! * (45-10)!) = 3,190,187,286 ways
:
We want to find the number of ways we can choose 3 boys from the 15 boys
:
15C3 = 15! / (3! * (15-3)!) = 455 ways to choose 3 boys from the 15 boys
:
Now, exactly 3 boys implies that there are exactly 7 girls in the group of 10 selected
:
There are 30C7 = 30! / (7! * (30-7)!) = 2,035,800 ways to choose the 7 girls
:
Probability that exactly 3 boys will be selected = (455*2035800)/3190187286 = 0.29035568
: