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)\"\" \"About 
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 \"P+%28x%29=+highlight_green%28nCx%29%28p%5Ex%29%28q%29%5E%28n-x%29+\"
\n" ); document.write( "P(x ≥ 3) = P(x=3)+P(x=4)+P(x=5) = .3125 + .15625 + .03125
\n" ); document.write( "
\n" );