Fifteen students from Poppy High School were accepted at Branch University. Of those students, six were offered academic scholarships and nine were not. Mrs. Bergen believes Branch University may be accepting students with lower ACT scores if they have an academic scholarship. The newly accepted student ACT scores are shown here.
Academic scholarship: 25, 24, 23, 21, 22, 20
No academic scholarship: 23, 25, 30, 32, 29, 26, 27, 29, 27

Part A: Do these data provide convincing evidence of a difference in ACT scores between students with and without an academic scholarship? Carry out an appropriate test at the α = 0.02 significance level. (5 points)

Part B: Create and interpret a 98% confidence interval for the difference in the ACT scores between students with and without an academic scholarship. (5 points)

Respuesta :

Answer:

See below for answers and explanations

Step-by-step explanation:

Part A:

Given:

Pooled sample size: [tex]n=15[/tex]

Sample size (with academic scholarships): [tex]n_1=6[/tex]

Sample size (no academic scholarships): [tex]n_2=9[/tex]

Population standard deviations: Unknown

Sample mean (with academic scholarships): [tex]\bar{x}=\frac{25+24+23+21+22+20}{6}=22.5[/tex]

Sample mean (no academic scholarship):[tex]\bar{x}=\frac{23+25+30+32+29+26+27+29+27}{9}=27.\bar{5}[/tex]

Sample standard deviation (with academic scholarships): [tex]s_1=1.7078[/tex]

Sample standard deviation (no academic scholarships): [tex]s_2=2.5868[/tex]

Degrees of freedom: [tex]df=n-2=15-2=13[/tex]

Significance level: [tex]\alpha =0.02[/tex]

Decide which test is most appropriate to conduct:

Therefore, we will conduct a 2-sample t-test assuming our conditions are satisfied.

List null and alternate hypotheses:

[tex]H_o:\mu_1=\mu_2[/tex] -> There's no difference in ACT scores between students with and without an academic scholarship

[tex]H_a:\mu}_1\neq\mu_2[/tex] -> There's a difference in ACT scores between students with and without an academic scholarship (it's two-sided)

Determine the value of the test statistic:

We will use the formula [tex]t=\frac{\bar{x}_1-\bar{x}_2}{\sqrt{\frac{s_1^2}{n_1}+\frac{s_2^2}{n_2} } }[/tex] to compute the test statistic [tex]t[/tex]. Therefore, the test statistic is [tex]t=\frac{\bar{x}_1-\bar{x}_2}{\sqrt{\frac{s_1^2}{n_1}+\frac{s_2^2}{n_2} } }=\frac{27.\bar{5}-22.5}{\sqrt{\frac{1.7078^2}{6}+\frac{2.5868^2}{9} } }=4.5592[/tex]

Calculate the p-value:

Because the test is two-sided, [tex]p=2tcdf(4.5592,1e99,13)=2(0.0003)=0.0006[/tex]

Interpret p-value and conclude test:

Given our significance level is [tex]\alpha =0.02[/tex], since [tex]p<\alpha[/tex], we reject the null hypothesis and conclude that there is significant evidence that suggests that there is a difference in ACT scores between students with and without an academic scholarship (it's more likely that the alternate hypothesis is true)

Part B:

The formula for a confidence interval for the difference in 2 population means is [tex]CI=(\bar{x}_1-\bar{x}_2)\pm t^*\sqrt{\frac{s_1^2}{n_1}+\frac{s_2^2}{n_2}}}[/tex] where [tex]\bar{x}_1-\bar{x}_2[/tex] is the difference of the 2 sample means and [tex]t^*[/tex] is the critical score for the desired confidence level.

The critical score for our 98% confidence interval would be [tex]t^*=invT(0.99,13)=2.6503[/tex]

Therefore, our 98% confidence interval for the difference in the ACT scores between students with and without an academic scholarship is [tex]CI=(27.\bar{5}-22)\pm 2.6503\sqrt{\frac{1.7078^2}{6}+\frac{2.5868^2}{9}}}=[2.6167,8.4944][/tex]

This means that we are 98% confident that the true difference in the ACT scores between students with and without an academic scholarship is contained within the interval [tex][2.6167,8.4944][/tex]

The evaluation of sub-parts results in:

Part A: Yes, the data provides convincing evidence of a difference in A at CT scores between students with and without an academic scholarship at α = 0.02

Part B: The 98% confidence interval for the difference in the ACT scores between students with and without an academic scholarship is evaluated to be [tex]CI \approx [-7.00, -2.14][/tex]

How to perform two sample t-test?

If the sample sizes < 30, and we want to test the difference between the sample means, then we perform t-test.

Let we have:

  • [tex]\overline{x}_1[/tex] = mean of first sample
  • [tex]\overline{x}_2[/tex] = mean of second sample
  • [tex]s_1[/tex] = standard deviation of first sample
  • [tex]s_2[/tex]  = standard deviation of second sample.

Then, the value of t-test statistic is obtained as:

[tex]t = \dfrac{\overline{x}_1 - \overline{x}_2}{\sqrt{\dfrac{s_1^2}{n_1} + \dfrac{s_2^2}{n_2}}}[/tex]

If the level of significance is [tex]\alpha[/tex], then as we have:

the degree of freedom (d.f) = [tex]n_1 + n_2 - 2[/tex], the critical value of t is found to be [tex]t_{\alpha/2}[/tex], then if we get:

[tex]|t| < t_{\alpha/2}[/tex]null hypothesis

and if we get [tex]|t| > t_{\alpha/2}[/tex] null hypothesis, and thus, accept the alternate hypothesis.

For this case, we want to test if there is

Thus, we form the hypotheses as:

Null hypothesis: There's no difference in ACT scores between students with and without an academic scholarship

or: [tex]H_0: \mu_1 = \mu_2[/tex]

Alternative hypothesis:  There's a difference in ACT scores between students with and without an academic scholarship (it's two-sided)

or [tex]H_1: \mu_1 \neq \mu_2[/tex]

where we have:

  • [tex]\mu_1[/tex] = population mean score of ACT of students having academic scholarship
  • [tex]\mu_2[/tex] = population mean score of ACT of students having no academic scholarship

For this case, we evaluate the mean and standard deviation as:

  • Sample 1: Academic scholarship: 25, 24, 23, 21, 22, 20

Sample size = [tex]n_1 = 6[/tex]

Mean = sum of all observation/ number of observations = 135/6 =22.5

Thus, standard deviation = [tex]s_1 = \sqrt{\dfrac{1}{n}\sum{(x_i - \overline{x_1})^2}} = \sqrt{\dfrac{17.5}{6}} \approx1.71[/tex]

  • Sample 2: No academic scholarship: 23, 25, 30, 32, 29, 26, 27, 29, 27

Sample size = [tex]n_2 = 9[/tex]

Mean = sum of all observation/ number of observations = 248/9 ≈27.56

Thus, standard deviation = [tex]s_2 = \sqrt{\dfrac{1}{n}\sum{(x_i - \overline{x_2})^2}} \approx \sqrt{\dfrac{60.22}{9}} \approx 2.59[/tex]

The t-test statistic is evaluated as:

[tex]t = \dfrac{\overline{x}_1 - \overline{x}_2}{\sqrt{\dfrac{s_1^2}{n_1} + \dfrac{s_2^2}{n_1}}} = \dfrac{22.5 -27.56}{\sqrt{\dfrac{2.92}{6} + \dfrac{6.69}{9}}} \approx -4.56[/tex]

Degree of freedom = [tex]n_1 + n_2 - 2 = 6 + 9 - 2 = 13[/tex]

Level of significance = 0.02 = 2%

The critical value of t is found to be [tex]t_{0.02/2} =2.65[/tex]

Thus, we get: [tex]|t| \approx 4.56 > 2.65 =t_{\alpha/2}[/tex]

Thus, we may reject the null hypothesis.

That means, there is enough evidence of a difference in ACT scores between students with and without an academic scholarship at 0.02 level of significance.

Now, the 98% confidence interval for the difference in the ACT scores between students with and without an academic scholarship is calculated as:

[tex]CI = (\overline{x}_1 - \overline{x}_2) \pm t_{\alpha/2}\sqrt{\dfrac{s_1^2}{n_1} + \dfrac{s_2^2}{n_1}}\\\\CI = -5.06 \pm 2.65(\sqrt{\dfrac{2.92}{6} + \dfrac{6.69}{9}})\\\\CI \approx -5.06 \pm 2.65 \times 1.11\\CI \approx -5.06 \pm 2.94\\CI \approx [-5.06 - 2.94, -5.06 + 2.94] = [-7.00, -2.14][/tex]

Thus, the evaluation of sub-parts results in:

Part A: Yes, the data provides convincing evidence of a difference in A at CT scores between students with and without an academic scholarship at α = 0.02

Part B: The 98% confidence interval for the difference in the ACT scores between students with and without an academic scholarship is evaluated to be [tex]CI \approx [-7.00, -2.14][/tex]

Learn more about two sample t-test here:

https://brainly.com/question/16285453