Question 287527: According to the US Census Bureau, 9% of adults over the age of 25 have earned an advanced degree. Find the probability that no more than 12 adults over the age of 25 from a sample of 200 hold an advanced degree. (write the probability statement)
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! According to the US Census Bureau, 9% of adults over the age of 25 have earned an advanced degree. Find the probability that no more than 12 adults over the age of 25 from a sample of 200 hold an advanced degree. (write the probability statement)
------------------
Binomial Problem with n = 200, p = 0.09
---
P(0<= x <=12) = binomcdf(200,0.09,12) = 0.0816
===================================================
Cheers,
Stan H.
|
|
|