document.write( "Question 838700: Thirty-five percent of households say they would feel secure if they had $50,000 in savings. You randomly select 8 households 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( "
Algebra.Com's Answer #505235 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Thirty-five percent of households say they would feel secure if they had $50,000 in savings. You randomly select 8 households and ask them if they would feel secure if they had $50,000 in savings. \n" ); document.write( "Binomial problem with n = 8 and p(secure) = 0.35 \n" ); document.write( "---------------\r \n" ); document.write( "\n" ); document.write( "Find the probability that the number that say they would feel secure is \n" ); document.write( "(a) exactly five = 8C5(0.35)^5*(0.65)^3 = binompdf(8,0.35,5) = 0.0808 \n" ); document.write( "------ \n" ); document.write( "(b) more than five = 1 - binomcdf(8,0.35,4) = 0.1061 \n" ); document.write( "------ \n" ); document.write( "(c) at most five = binomcdf(8,0.35,5) = 0.9747 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " \n" ); document.write( " |