63.9k views
4 votes
A grower believes that one in five of his citrus trees are infected with the citrus red mite. How large a sample should be taken if the grower wishes to estimate the proportion of his trees that are infected with citrus red mite to within 0.01 with probability 0.95? (Round your answer up to the nearest whole number.)

User Sarvan
by
6.4k points

1 Answer

1 vote

Answer:

n=6147

Explanation:

1) Notation and definitions


X=1 number of citrus trees that are infected with the citrus red mite.


n=5 random sample taken


\hat p=(1)/(5)=0.2 estimated proportion of citrus trees that are infected with the citrus red mite.


p true population proportion of citrus trees that are infected with the citrus red mite.

Me=0.01 represent the margin of error desired

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".

The margin of error is the range of values below and above the sample statistic in a confidence interval.

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The population proportion have the following distribution


p \sim N(p,\sqrt{(\hat p(1-\hat p))/(n)})

In order to find the critical values we need to take in count that we are finding the interval for a proportion, so on this case we need to use the z distribution. Since our interval is at 95% of confidence, our significance level would be given by
\alpha=1-0.95=0.05 and
\alpha/2 =0.025. And the critical values would be given by:


t_(\alpha/2)=-1.96, t_(1-\alpha/2)=1.96

The margin of error for the proportion interval is given by this formula:


ME=z_(\alpha/2)\sqrt{(\hat p (1-\hat p))/(n)} (a)

And on this case we have that
ME =\pm 0.01 and we are interested in order to find the value of n, if we solve n from equation (a) we got:


n=(\hat p (1-\hat p))/(((ME)/(z))^2) (b)

And replacing into equation (b) the values from part a we got:


n=(0.2(1-0.2))/(((0.01)/(1.96))^2)=6146.56

And rounded up we have that n=6147

User Honyovk
by
6.4k points