document.write( "Question 300186: The unemployment rate in a city is 12%. Find the probability that more than 2 out of 8 people from this city sampled at random are unemployed. Round your answer to four decimal places. \n" ); document.write( "
Algebra.Com's Answer #215460 by stanbon(75887) ![]() You can put this solution on YOUR website! The unemployment rate in a city is 12%. Find the probability that more than 2 out of 8 people from this city sampled at random are unemployed. Round your answer to four decimal places. \n" ); document.write( "--------------------------------- \n" ); document.write( "Binomial Problem: \n" ); document.write( "n = 8 ; p = 0.12 ; 3<= x <=8 \n" ); document.write( "------------------ \n" ); document.write( "Ans: 1 - binomcdf(8,0.12,2) \n" ); document.write( "--- \n" ); document.write( "= 1 - 0.9392 \n" ); document.write( "--- \n" ); document.write( "= 0.0608 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |