Question 442602
According to the U.S Census, 67.5% of the U.S. population were born in their state of residence. IN a random sample of 200 Americans, what is the probability that fewer than 125 were born in their state of residence?
-----
Binomial Problem with n= 200 and p = 0.675
----
P(0<= x <=124) = binomcdf(200,0.675,124) = 0.0578
=================
Cheers,
Stan H.
=====