SOLUTION: 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 pla
Algebra ->
Probability-and-statistics
-> SOLUTION: 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 pla
Log On
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.. Answer by stanbon(75887) (Show Source):
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..
-----
Binomial Problem with n= 10 and p = 0.12
---------------------
P(0<= x <=2) = binomcdf(10,0.12,2) = 0.8913
===================================================
Cheers,
Stan H.