11.8k views
5 votes
In a large midwestern university (the class of entering freshmen is 6000 or more students), an SRS of 100 entering freshmen in 1999 found that 20 finished in the bottom third of their high school class. Admission standards at the university were tightened in 2000. In 2001, an SRS of 100 entering freshmen found that 10 finished in the bottom third of their high school class. Let p1 and p2 be the proportion of all entering freshmen in 1999 and 2001, respectively, who graduated in the bottom third of their high school class.

Required:
Is there evidence that the proportion of freshmen who graduated in the bottom third of their high school class in 2001 has been reduced, as a result of the tougher admission standards adopted in 2000, compared with the proportion in 1999

User Montooner
by
4.8k points

1 Answer

3 votes

Answer:

The p-value of the test is 0.0228, which is less than the standard significance level of 0.05, which means that there is evidence that the proportion of freshmen who graduated in the bottom third of their high school class in 2001 has been reduced.

Explanation:

Before solving this question, we need to understand the central limit theorem and subtraction of normal variables.

Central Limit Theorem

The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean
\mu and standard deviation
\sigma, the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean
\mu and standard deviation
s = (\sigma)/(√(n)).

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean
\mu = p and standard deviation
s = \sqrt{(p(1-p))/(n)}

Subtraction between normal variables:

When two normal variables are subtracted, the mean is the difference of the means, while the standard deviation is the square root of the sum of the variances.

1999:

20 out of 100 in the bottom third, so:


p_1 = (20)/(100) = 0.2


s_1 = \sqrt{(0.2*0.8)/(100)} = 0.04

2001:

10 out of 100 in the bottom third, so:


p_2 = (10)/(100) = 0.1


s_2 = \sqrt{(0.1*0.9)/(100)} = 0.03

Test if proportion of freshmen who graduated in the bottom third of their high school class in 2001 has been reduced.

At the null hypothesis, we test if the proportion is still the same, that is, the subtraction of the proportions in 1999 and 2001 is 0, so:


H_0: p_1 - p_2 = 0

At the alternative hypothesis, we test if the proportion has been reduced, that is, the subtraction of the proportion in 1999 by the proportion in 2001 is positive. So:


H_1: p_1 - p_2 > 0

The test statistic is:


z = (X - \mu)/(s)

In which X is the sample mean,
\mu is the value tested at the null hypothesis, and s is the standard error.

0 is tested at the null hypothesis:

This means that
\mu = 0

From the two samples:


X = p_1 - p_2 = 0.2 - 0.1 = 0.1


s = √(s_1^2 + s_2^2) = √(0.04^2 + 0.03^2) = 0.05

Value of the test statistic:


z = (X - \mu)/(s)


z = (0.1 - 0)/(0.05)


z = 2

P-value of the test and decision:

The p-value of the test is the probability of finding a difference of at least 0.1, which is the p-value of z = 2.

Looking at the z-table, the p-value of z = 2 is 0.9772.

1 - 0.9772 = 0.0228.

The p-value of the test is 0.0228, which is less than the standard significance level of 0.05, which means that there is evidence that the proportion of freshmen who graduated in the bottom third of their high school class in 2001 has been reduced.

User Ben Wheeler
by
3.9k points