document.write( "Question 871129: A couple plans to have 5 children. Find the probability they will have more than 3 boys. ( Assume girl and boy babies are equally likely.) \n" ); document.write( "
Algebra.Com's Answer #525329 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(boy) = .5, n = 5 \n" ); document.write( "P(x ≥ 3) = 1 - binomcdf(5, .5, 2) = .5 \n" ); document.write( "0r \n" ); document.write( "Using \n" ); document.write( "P(x ≥ 3) = P(x=3)+P(x=4)+P(x=5) = .3125 + .15625 + .03125 \n" ); document.write( " |