SOLUTION: 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 pl
Algebra ->
Probability-and-statistics
-> SOLUTION: 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 pl
Log On
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. 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 more than 2 out of 8 people from this city sampled at random are unemployed. Round your answer to four decimal places.
---------------------------------
Binomial Problem:
n = 8 ; p = 0.12 ; 3<= x <=8
------------------
Ans: 1 - binomcdf(8,0.12,2)
---
= 1 - 0.9392
---
= 0.0608
===============
Cheers,
Stan H.
===============