226k views
4 votes
Juries should have the same racial distribution as the surrounding communities. According to the U.S. Census Bureau, 18% of residents in Minneapolis, Minnesota, are African Americans. Suppose a local court will randomly sample 100 state residents and will then observe the proportion in the sample who are African American. How likely is the resulting sample proportion to be between 0.066 and 0.294 (i.e., 6.6% to 29.4% African American)?

a. There is roughly a 95% chance that the resulting sample proportion will be between 0.066 and 0.294 of the true proportion.
b. There is roughly a 99.7% chance that the resulting sample proportion will be between 0.066 and 0.294 of the true proportion.
c. There is roughly a 68% chance that the resulting sample proportion will be between 0.066 and 0.294 of the true proportion.
d. It is certain that the resulting sample proportion will be between 0.066 and 0.294 of the true proportion.

1 Answer

3 votes

Answer:

b. There is roughly a 99.7% chance that the resulting sample proportion will be between 0.066 and 0.294 of the true proportion.

Explanation:

Problems of normally distributed samples are solved using the z-score formula.

In a set with mean
\mu and standard deviation
\sigma, the zscore of a measure X is given by:


Z = (X - \mu)/(\sigma)

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

In this problem, we have that:

Proportion
p = 0.18

A proportion has


\mu = p = 0.18


\sigma = \sqrt{(p(1-p))/(n)} = \sqrt{(0.18*0.82)/(100)} = 0.0384

How likely is the resulting sample proportion to be between 0.066 and 0.294 (i.e., 6.6% to 29.4% African American)?

This is the pvalue of Z when X = 0.294 subtracted by the pvalue of Z when X = 0.066. So

X = 0.294


Z = (X - \mu)/(\sigma)


Z = (0.294 - 0.18)/(0.066)


Z = 2.97


Z = 2.97 has a pvalue of 0.9985

X = 0.066


Z = (X - \mu)/(\sigma)


Z = (0.066 - 0.18)/(0.066)


Z = -2.97


Z = -2.97 has a pvalue of 0.0015

0.9985 - 0.0015 = 0.9970

So the correct answer is:

b. There is roughly a 99.7% chance that the resulting sample proportion will be between 0.066 and 0.294 of the true proportion.

User Amaan
by
5.7k points