109k views
0 votes
18#Suppose that 56% of the population of U.S. voters favors a particular presidential candidate. If a random sample of 50 voters is chosen, approximate the probability that fewer than 25 favor this candidate. Use the normal approximation to the binomial with a correction for continuity.Round your answer to at least three decimal places. Do not round any intermediate steps.AGAIN Round your answer to at least three decimal places. Do not round any intermediate steps.

User Jithinpt
by
3.1k points

1 Answer

3 votes

We will use a correction factor of 0.5. Then:

P(X<=25.5)

The normal distribution mean:


np=50*0.56=28

The normal distribution standard:


โˆš(np(1-p))=โˆš(28*(1-0.56))=3.5099

Then:


Z=(x-\mu)/(\sigma)=(25.5-28)/(3.5099)=-0.7122

From the normal distribution table, the probability is 0.239

User Rasthiya
by
3.4k points