document.write( "Question 335831: The unemployment rate in a city is 12%. Find the probability that at most 2 out of 10 people from this city sampled at random are unemployed. Round your answer to four decimal places.. \n" ); document.write( "
Algebra.Com's Answer #240851 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The unemployment rate in a city is 12%. Find the probability that at most 2 out of 10 people from this city sampled at random are unemployed. Round your answer to four decimal places.. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n= 10 and p = 0.12 \n" ); document.write( "--------------------- \n" ); document.write( "P(0<= x <=2) = binomcdf(10,0.12,2) = 0.8913 \n" ); document.write( "=================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |