document.write( "Question 915427: Suppose the probability that a new born baby is male is 0.5. If four infants are chosen at random, what is the probability that two are male and two are female? \n" ); document.write( "
Algebra.Com's Answer #555584 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(male) = .5 , n = 4 \n" ); document.write( "P(2M & 2F) = P(x = 2) = normalpdf(4, .5, 2) 0r P = 4C2(.5)^2(.5)2 = .375 \n" ); document.write( " |