document.write( "Question 228437: Fourteen percent of workers believe they will need less than $250,000 when they retire.You randomly select 10 workers and ask each how much money he or she thinks they will need for retirement .find the probability that the number of workers who say they will need less than $250,000 when they retire is a)exactly two b)more than 6,and c)at most five \n" ); document.write( "
Algebra.Com's Answer #169560 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Fourteen percent of workers believe they will need less than $250,000 when they retire.You randomly select 10 workers and ask each how much money he or she thinks they will need for retirement . \n" ); document.write( "---------------- \n" ); document.write( "It's binomial with n=10 ; p = 0.14\r \n" ); document.write( "\n" ); document.write( "find the probability that the number of workers who say they will need less than $250,000 when they retire is \n" ); document.write( "a)exactly two \n" ); document.write( "Ans: binompdf(10,0.14,2) = 0.2639.. \n" ); document.write( "------------------------------------------- \n" ); document.write( "b)more than 6 \n" ); document.write( "Ans: 1 - binomcdf(10,0.14,6) = 0.00008556... \n" ); document.write( "------------------------------------------- \n" ); document.write( "c)at most five \n" ); document.write( "Ans: binomcdf(10,0.14,5) = 0.9990.. \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |