document.write( "Question 274423: . A couple plans to have two children. Assume that on any given birth, having a boy and having a girl are equally likely.
\n" );
document.write( "(a) What is the probability that exactly one of the children is a boy?
\n" );
document.write( "(b) What is the probability that at least one of the children is a boy?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #200289 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A couple plans to have two children. Assume that on any given birth, having a boy and having a girl are equally likely. \n" ); document.write( "--- \n" ); document.write( "Binomial with n=2 ; p = 1/2 ; q = 1/2 \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "(a) What is the probability that exactly one of the children is a boy? \n" ); document.write( "P(one boy) = P(boy first then girl) + P(girl first then boy) \n" ); document.write( "= (1/2)(1/2) + (1/2)(1/2) \n" ); document.write( "= 1/4 + 1/4 \n" ); document.write( "= 1/2 \n" ); document.write( "---------------------\r \n" ); document.write( "\n" ); document.write( "(b) What is the probability that at least one of the children is a boy? \n" ); document.write( "P(one boy) + P(2 boys) = 1/2 + (1/2)(1/2) = 3/4 \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |