SOLUTION: 67.5% of the us population were born in their state of residence. in a random sample of 200 americans find the probability that:
a) at least 175 were born in their state of reside
Algebra ->
Probability-and-statistics
-> SOLUTION: 67.5% of the us population were born in their state of residence. in a random sample of 200 americans find the probability that:
a) at least 175 were born in their state of reside
Log On
Question 1010631: 67.5% of the us population were born in their state of residence. in a random sample of 200 americans find the probability that:
a) at least 175 were born in their state of residence
b) exactly 150 were born in their state of residence Answer by mathmate(429) (Show Source):
You can put this solution on YOUR website!
Question:
67.5% of the us population were born in their state of residence. in a random sample of 200 americans find the probability that:
a) at least 175 were born in their state of residence
b) exactly 150 were born in their state of residence
Solution:
This question qualifies for the binomial distribution, assuming all samples are independent, and population size is large compared to sample.
given:
n=200
p=0.675
Using Binomial Distribution
A. P(X>=175)
where C(n,x)=n!/(x!(n-x)!) is the number of combination of n choose x.
so after summing the terms (laborious job), we get
P(X>=175)=5.36*10^(-11)
B. P(X=150)
Using normal approximation:
mean=mu=np=135
variance=np(1-p)=43.875
standard deviation=sigma=sqrt(variance)=6.62382
Use continuity correction
A.
z=(174.5-135)/6.62382=5.9423
upper tail = 1.355*10^(-9)
B. it is more accurate and simpler to work with the binomial distribution.