SOLUTION: if a family plan to have 4 kids ,. what is the probability that 3 of kids would be girls? how to find the mean and standrad deviation?
Algebra ->
Probability-and-statistics
-> SOLUTION: if a family plan to have 4 kids ,. what is the probability that 3 of kids would be girls? how to find the mean and standrad deviation?
Log On
Question 571886: if a family plan to have 4 kids ,. what is the probability that 3 of kids would be girls? how to find the mean and standrad deviation?
You can put this solution on YOUR website! if a family plan to have 4 kids ,. what is the probability that 3 of kids would be girls? how to find the mean and standrad deviation?
-----
Binomial with n = 4 and p(girl) = 1/2
---
P(x = 3) = 4C3*(1/2)^3*(1/2) = 4/16 = 1/4
==============================================
mean = np 4*1/2 = 2
std = sqrt(npq) = sqrt(2*1/2) = 1
====================
cheers,
Stan H.
====================