document.write( "Question 432790: Find the probability of at least 2 girls in 8 births. Assume that male and female births are equally likely and that the births are independent events \n" ); document.write( "
Algebra.Com's Answer #307618 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
The probability of at least 2 girls out of 8 births is the same as 1 minus the probability of 8 boys and 7 boys.
\n" ); document.write( "8 boys =1/256
\n" ); document.write( "7 boys =1/128
\n" ); document.write( "8 boys + 7 boys =3/256
\n" ); document.write( "Probability of at least 2 girls is 256-3/256=253/256=.98828125..
\n" ); document.write( "
\n" );