document.write( "Question 1030099: Forty dash five percent of households say they would feel secure if they had $50,000 in savings. You randomly select 8households and ask them if they would feel secure if they had $50,000 in savings. Find the probability that the number that say they would feel secure is (a) exactly five, (b) more than five, and (c) at most five.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #645031 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Forty dash five percent of households say they would feel secure if they had $50,000 in savings. You randomly select 8households and ask them if they would feel secure if they had $50,000 in savings. Find the probability that the number that say they would feel secure is (a) exactly five, (b) more than five, and (c) at most five. \n" ); document.write( "---------------------- \n" ); document.write( "Binomial Problem with n = 8 and p = 0.45 \n" ); document.write( "----- \n" ); document.write( "a) P(x = 5) = 8C5*0.45^5*0.55*3 = binompdf(8,0.45,5) = 0.1719 \n" ); document.write( "--------------- \n" ); document.write( "c) P(x <= 5) = binomcdf(8,0.45,5) = 0.9115 \n" ); document.write( "--------------- \n" ); document.write( "b) P(x > 5) = 1 - answer to \"c\" = 0.0885 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |