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..
-----
Binomial Problem with n= 10 and p = 0.12
---------------------
P(0<= x <=2) = binomcdf(10,0.12,2) = 0.8913
===================================================
Cheers,
Stan H.