document.write( "Question 867204: What is the probability that a couple will have at least three sons if they plan to have 4 children and if the probability of having a son equals the probability of having a daughter?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #522840 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(son) = 1/2 , n =4 \n" ); document.write( "P(x ≥ 3) = 1 - binomcdf(4, .5, 2) = .3125 \n" ); document.write( " |