document.write( "Question 558920: According to government data, the probability that a woman between the ages of 25 and 29 was never married is 40%. In a random survey of 10 women in this age group, what is the probability that at least eight were married?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #363268 by stanbon(75887) ![]() You can put this solution on YOUR website! According to government data, the probability that a woman between the ages of 25 and 29 was never married is 40%. In a random survey of 10 women in this age group, what is the probability that at least eight were married? \n" ); document.write( "--- \n" ); document.write( "P(8<= x <=10) = 1 - P(0<= x <=7) = 1 - binomcdf(10,0.4,7) = 0.0123 \n" ); document.write( "========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |