document.write( "Question 1146042:
\n" );
document.write( "Find the probability that when a couple has four children, at least one of them is a boy. (Assume that boys and girls are equally likely.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #767315 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The opposite (\"complement\") of \"at least one a boy\" is \"none are boys\", so \n" ); document.write( "P(at least one a boy) = \n" ); document.write( "1 - P(none are boys) = \n" ); document.write( "1-(1/2)(1/2)(1/2)(1/2) = 1-1/16 = 15/16 \n" ); document.write( " |