We are given two sets of scores, Time 1 ($X_1$) and Time 2 ($X_2$), for 12 subjects. We need to calculate the difference scores $D = X_2 - X_1$, perform a hypothesis test at the $\alpha = 0.05$ significance level to determine if there is a statistically significant improvement (increase) in scores from Time 1 to Time 2, and estimate the average increase.

Probability and StatisticsHypothesis TestingPaired t-testStatistical SignificanceMeanStandard Deviation
2025/4/14

1. Problem Description

We are given two sets of scores, Time 1 (X1X_1) and Time 2 (X2X_2), for 12 subjects. We need to calculate the difference scores D=X2X1D = X_2 - X_1, perform a hypothesis test at the α=0.05\alpha = 0.05 significance level to determine if there is a statistically significant improvement (increase) in scores from Time 1 to Time 2, and estimate the average increase.

2. Solution Steps

First, calculate the difference scores DD for each subject:
D=X2X1D = X_2 - X_1
D1=6361=2D_1 = 63 - 61 = 2
D2=7975=4D_2 = 79 - 75 = 4
D3=9791=6D_3 = 97 - 91 = 6
D4=9383=10D_4 = 93 - 83 = 10
D5=8174=7D_5 = 81 - 74 = 7
D6=8782=5D_6 = 87 - 82 = 5
D7=9898=0D_7 = 98 - 98 = 0
D8=7982=3D_8 = 79 - 82 = -3
D9=8269=13D_9 = 82 - 69 = 13
D10=7776=1D_{10} = 77 - 76 = 1
D11=9391=2D_{11} = 93 - 91 = 2
D12=8070=10D_{12} = 80 - 70 = 10
Next, calculate the mean difference (Dˉ\bar{D}) and the standard deviation of the differences (sDs_D).
Dˉ=Din=2+4+6+10+7+5+0+(3)+13+1+2+1012=5712=4.75\bar{D} = \frac{\sum{D_i}}{n} = \frac{2+4+6+10+7+5+0+(-3)+13+1+2+10}{12} = \frac{57}{12} = 4.75
sD=(DiDˉ)2n1s_D = \sqrt{\frac{\sum{(D_i - \bar{D})^2}}{n-1}}
To calculate sDs_D, we first need to calculate (DiDˉ)2(D_i - \bar{D})^2 for each DiD_i:
(24.75)2=(2.75)2=7.5625(2-4.75)^2 = (-2.75)^2 = 7.5625
(44.75)2=(0.75)2=0.5625(4-4.75)^2 = (-0.75)^2 = 0.5625
(64.75)2=(1.25)2=1.5625(6-4.75)^2 = (1.25)^2 = 1.5625
(104.75)2=(5.25)2=27.5625(10-4.75)^2 = (5.25)^2 = 27.5625
(74.75)2=(2.25)2=5.0625(7-4.75)^2 = (2.25)^2 = 5.0625
(54.75)2=(0.25)2=0.0625(5-4.75)^2 = (0.25)^2 = 0.0625
(04.75)2=(4.75)2=22.5625(0-4.75)^2 = (-4.75)^2 = 22.5625
(34.75)2=(7.75)2=60.0625(-3-4.75)^2 = (-7.75)^2 = 60.0625
(134.75)2=(8.25)2=68.0625(13-4.75)^2 = (8.25)^2 = 68.0625
(14.75)2=(3.75)2=14.0625(1-4.75)^2 = (-3.75)^2 = 14.0625
(24.75)2=(2.75)2=7.5625(2-4.75)^2 = (-2.75)^2 = 7.5625
(104.75)2=(5.25)2=27.5625(10-4.75)^2 = (5.25)^2 = 27.5625
(DiDˉ)2=7.5625+0.5625+1.5625+27.5625+5.0625+0.0625+22.5625+60.0625+68.0625+14.0625+7.5625+27.5625=242.25\sum{(D_i - \bar{D})^2} = 7.5625 + 0.5625 + 1.5625 + 27.5625 + 5.0625 + 0.0625 + 22.5625 + 60.0625 + 68.0625 + 14.0625 + 7.5625 + 27.5625 = 242.25
sD=242.25121=242.2511=22.02274.6928s_D = \sqrt{\frac{242.25}{12-1}} = \sqrt{\frac{242.25}{11}} = \sqrt{22.0227} \approx 4.6928
Now, perform a paired t-test:
t=DˉsD/n=4.754.6928/12=4.754.6928/3.4641=4.751.35473.506t = \frac{\bar{D}}{s_D / \sqrt{n}} = \frac{4.75}{4.6928 / \sqrt{12}} = \frac{4.75}{4.6928 / 3.4641} = \frac{4.75}{1.3547} \approx 3.506
Degrees of freedom df=n1=121=11df = n - 1 = 12 - 1 = 11
For a one-tailed t-test with α=0.05\alpha = 0.05 and df=11df = 11, the critical t-value is tcrit=1.796t_{crit} = 1.796. Since our calculated t-value (3.5063.506) is greater than the critical t-value (1.7961.796), we reject the null hypothesis. This means that there is a statistically significant increase in scores from Time 1 to Time
2.
The average increase in scores is Dˉ=4.75\bar{D} = 4.75.

3. Final Answer

Yes, scores increased significantly.
The average increase in scores is 4.
7
5.

Related problems in "Probability and Statistics"

The problem provides a frequency distribution table of marks obtained by students. Part (a) requires...

ProbabilityConditional ProbabilityWithout ReplacementCombinations
2025/6/5

The problem is divided into two questions, question 10 and question 11. Question 10 is about the fre...

Frequency DistributionCumulative FrequencyOgivePercentileProbabilityConditional ProbabilityCombinations
2025/6/5

A number is selected at random from the integers 30 to 48 inclusive. We want to find the probability...

ProbabilityPrime NumbersDivisibility
2025/6/3

The problem describes a survey where 30 people answered about their favorite book genres. The result...

PercentagesData InterpretationPie ChartFractions
2025/6/1

The problem asks us to determine if there is a statistically significant difference in promotion rat...

Hypothesis TestingChi-Square TestContingency TableStatistical SignificanceIndependence
2025/6/1

We are given a contingency table showing the number of students from different majors (Psychology, B...

Chi-Square TestContingency TableStatistical InferenceHypothesis Testing
2025/6/1

The problem describes a scenario where a pizza company wants to determine if the number of different...

Chi-Square TestGoodness-of-Fit TestHypothesis TestingFrequency DistributionP-value
2025/6/1

The problem asks to test the significance of three chi-square tests given the sample size $N$, numbe...

Chi-square testStatistical SignificanceDegrees of FreedomEffect SizeCramer's VHypothesis Testing
2025/5/29

The problem asks us to compute the expected frequencies for the given contingency table. The conting...

Contingency TableExpected FrequenciesChi-squared Test
2025/5/29

The problem asks us to estimate the chi-square value when $n=23$ and $p=99$, given a table of chi-sq...

Chi-square distributionStatistical estimationInterpolation
2025/5/27