document.write( "Question 930582: Suppose that the probability of parents having a child with blond hair is 1/4. If there are 6 children in the family, what is the probability that half of them will have blond hair? What is expected value, or mean, and standard deviation for this distribution? \n" ); document.write( "
Algebra.Com's Answer #565113 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(blond) = .25, n = 6 \n" ); document.write( "... \n" ); document.write( "P(x = 3) = binompdf(6, .25, 3) = .1318 0r 13.18% \n" ); document.write( "...... \n" ); document.write( "mean = .25(6) = 1.5 \n" ); document.write( "sd = sqrt(.25*.75*6) = 1.0607 \n" ); document.write( " |