document.write( "Question 62858: A family has five children. The probablilty of having a girl is 1/2. What is the probability of having no more than 3 boys? \n" ); document.write( "
Algebra.Com's Answer #43671 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A family has five children. The probablilty of having a girl is 1/2. What is the probability of having no more than 3 boys? \n" ); document.write( "--------- \n" ); document.write( "P(0<=X<=3)= binomcdf(5,.5,3)=0.81 \n" ); document.write( "This from using a TI-83 \n" ); document.write( "another way is 1-[P(X=4)+P(X=5)] \n" ); document.write( "P(x=4)=5C4(1/2)^5 \n" ); document.write( "P(x=5)=1/32 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |