Tom K. answered 05/21/21
Knowledgeable and Friendly Math and Statistics Tutor
P(selecting 2 boys and 1 girl from a population of 4 boys and 3 girls) =
the number of ways of selecting 2 of 4 boys and 1 of 3 girls/the number of ways of selecting 3 people from 7 people) =
C(4,2)*C(3,1)/C(7,3) =
6 * 3 / 35 =
18/35 =
.5143
Alternatively, we can use the hypergeometric distribution in a computer package such as Excel.
=hypgeom.dist(2,3,4,7,0) = .5143
Charles David J.
The help is very much appreciated. Thank you!05/22/21