document.write( "Question 453567: A couple has 7 children. What is the probability of having exactly 2 boys? \n" ); document.write( "
Algebra.Com's Answer #311635 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Assume an equal likelihood of having a girl or a boy.
\n" ); document.write( "g=.5, b=.5
\n" ); document.write( "(g+b)^7
\n" ); document.write( "nCr=7C2=21
\n" ); document.write( "21g^5b^2
\n" ); document.write( "=.1641 the probability of having exactly 2 boys.
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );