Further Maths Further hypothesis tests Practice Questions
Free Further Maths Further hypothesis tests practice questions with full step-by-step worked solutions. Covers choosing-a-test, paired-data, paired-t-test, pooled-variance. Practise exam-style problems and check your method.
Twelve members of a slimming club are each weighed at the start of a six-week course and again at the end of it: the same twelve people are weighed on both occasions. The club wishes to test whether the course changes the mean mass. Each observation in one sample is matched with exactly one observation in the other sample. The claim concerns the means of the two populations. The population variances are unknown. Both populations are assumed to be normal. Which of the following tests is appropriate?
Show worked solution
Worked solution
Decide whether the population variances are known
the population variances are unknown
A known population variance allows a z-test; an unknown one forces a t-test.
Match the situation to the standard tests
a matched-pairs design with an unknown variance
Each of the standard two-sample tests answers exactly one kind of question.
State the appropriate test and its test statistic
d=x−y,t=sd/ndˉ−μd,ν=n−1
Each 'before' reading is tied to exactly one 'after' reading on the same person, so the two samples are not independent.
Answer
A paired t-test on the differences d=x−y, with ν=n−1 degrees of freedom
Question 2
2 markseasy
Ten cars are each fitted with one tyre of type A and one tyre of type B. After a fixed distance the tread depth, in tenths of a millimetre, of the type A tyre is recorded as x and that of the type B tyre on the same car as y. The values of x are x:33.3,33.7,32.3,32.9,31.8,32.8,32.3,31.6,30.9,36.8 and the corresponding values of y are y:34.5,32.8,33.1,32.3,30.3,32.6,31.2,32.7,31.5,37.2; the ith value of x and the ith value of y come from the same car, so that n=10. The observations are naturally paired, so the test is carried out on the differences d=x−y. The test statistic is t=sd/ndˉ−μd, where sd2 is the unbiased variance of the differences, and it has a t distribution with ν=n−1 degrees of freedom when H0 is true. The hypotheses are H0:μd=0againstH1:μd=0, where μd is the population mean of the differences. The test is carried out at the 5% significance level. This is a two-tailed test, so the critical value is the upper 2.5% point tcrit of the null distribution and H0 is rejected if and only if ∣t∣>tcrit. Do not round any intermediate value, and give every numerical answer correct to 3 decimal places. Calculate the mean dˉ of the differences, giving your answer to 3 decimal places.
Show worked solution
Worked solution
Form the differences d=x−y
d:−1.2,0.9,−0.8,0.6,1.5,0.2,1.1,−1.1,−0.6,−0.4
Pairing removes the between-unit variation, which is exactly why a paired test is more powerful here.
Add the differences
∑d=0.2
Differences of opposite sign partly cancel, which is exactly what the test is looking at.
Divide by the number of pairs
dˉ=100.2
There are n=10 pairs, not 2n observations.
State the mean difference
dˉ=0.020
This estimates the population mean difference μd.
Answer
dˉ=0.020
Question 3
4 marksintermediate
A psychologist recruits 24 volunteers and allocates them at random, 12 to a quiet room and 12 to a noisy room; each volunteer then completes one puzzle and the completion time is recorded, and no volunteer appears in both rooms. The psychologist wishes to compare the mean completion times. No observation in one sample is matched with any particular observation in the other sample. The claim concerns the means of the two populations. The population variances are unknown. Both populations are normal and may be assumed to have a common variance, which must therefore be estimated from the two samples. Which of the following tests is appropriate?
Show worked solution
Worked solution
Identify what is being compared
the difference of two population MEANS
The parameter in the alternative hypothesis decides the family of test.
Decide whether the observations are paired
each volunteer contributes exactly one time to exactly one room, so the samples are independent, NOT paired
Two samples are paired only if each observation in one is matched with exactly one in the other on the same unit.
Decide whether the population variances are known
the common variance is unknown and must be estimated by pooling
A known population variance allows a z-test; an unknown one forces a t-test.
Match the situation to the standard tests
two independent groups of equal size with an unknown common variance
Each of the standard two-sample tests answers exactly one kind of question.
Recall the test statistic for a difference of means with known variances
z=n1σ12+n2σ22(xˉ1−xˉ2)−(μ1−μ2)
The variances of independent sample means add, which is why the two terms under the root are added.
Recall the pooled estimate of the common variance
sp2=n1+n2−2(n1−1)s12+(n2−1)s22
It is the weighted mean of the two unbiased sample variances, each weighted by its own degrees of freedom.
Equal sample sizes do NOT make data paired: pairing requires each observation in one sample to be matched to one in the other.
Answer
A two-sample (unpaired) t-test for the difference of the means, using the pooled variance estimate and ν=n1+n2−2 degrees of freedom
Question 4
6 markshard
Two varieties of wheat, A and B, are grown on similar plots. The yield, in kilograms per plot, of variety A is denoted by x and the yield of variety B is denoted by y. An agronomist wishes to know whether the two varieties have the same mean yield. The observations from the first sample are x:20.8,21.5,22.9,20.9,20.8,21.2,21.7,19.2 and those from the second sample are y:19.6,21.7,21.5,22.5,22.4,23.5,19.6,19.1,21.3,20.4, so that n1=8 and n2=10. The two samples are independent random samples. The two populations are normally distributed with the same unknown variance, which is estimated by the pooled estimate sp2=n1+n2−2(n1−1)s12+(n2−1)s22, where s12 and s22 are the unbiased sample variances. The test statistic is t=spn11+n21(xˉ−yˉ)−(μ1−μ2), which has a t distribution with ν=n1+n2−2 degrees of freedom when H0 is true. The hypotheses are H0:μ1−μ2=0againstH1:μ1−μ2=0. The test is carried out at the 5% significance level. This is a two-tailed test, so the critical value is the upper 2.5% point tcrit of the null distribution and H0 is rejected if and only if ∣t∣>tcrit. Do not round any intermediate value, and give every numerical answer correct to 3 decimal places. Which of the following correctly states the value of the test statistic, the critical value and the conclusion of this test in context?
Show worked solution
Worked solution
Find both sample means
xˉ=21.125,yˉ=21.16
Each mean is the sum of that sample's values divided by its size.
Find both unbiased sample variances
s12=1.0850,s22=2.1027
Each is n−1∑x2−nxˉ2, computed from the raw data.
Find the pooled estimate of the common variance
sp2=8+10−2(8−1)×1.0850+(10−1)×2.1027=1.6574
The two sample variances are combined, each weighted by its own degrees of freedom.
Find the standard error of xˉ−yˉ
spn11+n21=1.6574×81+101=0.6107
This is the estimated standard deviation of the difference of the two sample means.
Substitute into the test statistic
t=0.6107(21.125−21.16)−0
The hypothesised difference μ1−μ2 is subtracted before dividing by the standard error.
Evaluate the test statistic
t=−0.057
This is the observed value of t.
Find the critical value
tcrit=t2.5%(16)=2.120
This is the upper 2.5% point of the t distribution with ν=16.
Compare the statistic with the critical value
∣t∣=0.057<2.120=tcrit
For a two-tailed test the MODULUS of the statistic is compared with the critical value.
Recall the test statistic for a difference of means with known variances
z=n1σ12+n2σ22(xˉ1−xˉ2)−(μ1−μ2)
The variances of independent sample means add, which is why the two terms under the root are added.
Recall the pooled estimate of the common variance
sp2=n1+n2−2(n1−1)s12+(n2−1)s22
It is the weighted mean of the two unbiased sample variances, each weighted by its own degrees of freedom.
State the conclusion in context
Do not reject H0: there is insufficient evidence at the 5% level of a difference between the mean yields of the two varieties
A conclusion is worth nothing unless it is expressed in the language of the original question.
Answer
ν=16,t=−0.057,tcrit=2.120,so ∣t∣<tcrit: do not reject H0; there is insufficient evidence at the 5% level of a difference between the mean yields of the two varieties
Question 5
9 markschallenging
Ten examination scripts are each marked independently by two examiners. The mark given by examiner A is x and the mark given by examiner B to the same script is y. The values of x are x:61.7,60.5,57.9,56.2,61.8,66.7,59.2,66.1,59.0,61.8 and the corresponding values of y are y:63.3,58.5,57.4,54.3,62.6,65.6,58.1,66.1,58.0,61.4; the ith value of x and the ith value of y come from the same script, so that n=10. The observations are naturally paired, so the test is carried out on the differences d=x−y. The test statistic is t=sd/ndˉ−μd, where sd2 is the unbiased variance of the differences, and it has a t distribution with ν=n−1 degrees of freedom when H0 is true. The hypotheses are H0:μd=0againstH1:μd=0, where μd is the population mean of the differences. The test is carried out at the 10% significance level. This is a two-tailed test, so the critical value is the upper 5% point tcrit of the null distribution and H0 is rejected if and only if ∣t∣>tcrit. Do not round any intermediate value, and give every numerical answer correct to 3 decimal places. Calculate the value of the paired t test statistic, giving your answer to 3 decimal places.
Show worked solution
Worked solution
State the hypotheses
H0:μd=0againstH1:μd=0
The null hypothesis always states equality; the alternative encodes the claim being tested.
State the modelling assumption
D=X−Y∼N(μd,σd2)
The differences are assumed to be a random sample from a normal population.
Form the differences d=x−y
d:−1.6,2.0,0.5,1.9,−0.8,1.1,1.1,0.0,1.0,0.4
Pairing removes the between-unit variation, which is exactly why a paired test is more powerful here.
Find ∑d and ∑d2
∑d=5.6,∑d2=14.64
The two sums are all that is needed for the mean and the variance of the differences.
Find the mean of the differences
dˉ=105.6=0.56
This estimates the population mean difference μd.
Find Sdd
Sdd=∑d2−ndˉ2=14.64−10×(0.56)2=11.5040
This is the sum of the squared deviations of the differences about their mean.
Find the unbiased variance of the differences
sd2=n−1Sdd=911.5040=1.2782
Only ONE sample (the differences) is used, so only one degree of freedom is lost.
Find the standard deviation of the differences
sd=1.2782=1.1306
The square root of the unbiased variance estimates σd.
Find the number of degrees of freedom
ν=n−1=10−1=9
The paired test is a one-sample test on the n differences, so ν=n−1.
Find the standard error of dˉ
nsd=101.1306=0.3575
The mean of n differences has standard error sd/n.
Substitute into the test statistic
t=0.35750.56−0
The hypothesised mean difference is subtracted from dˉ before dividing by the standard error.
Recall the test statistic for a difference of means with known variances
z=n1σ12+n2σ22(xˉ1−xˉ2)−(μ1−μ2)
The variances of independent sample means add, which is why the two terms under the root are added.
Recall the pooled estimate of the common variance
sp2=n1+n2−2(n1−1)s12+(n2−1)s22
It is the weighted mean of the two unbiased sample variances, each weighted by its own degrees of freedom.
Recall the pooled two-sample t statistic
t=spn11+n21(xˉ−yˉ)−(μ1−μ2)
The pooled standard deviation replaces the unknown common σ.
Recall the degrees of freedom of a pooled two-sample t-test
ν=n1+n2−2
One degree of freedom is lost for each of the two sample means used in the variance estimate.
Evaluate the test statistic
t=1.566
This is t correct to 3 decimal places, on ν=9 degrees of freedom.
Answer
t=1.566
Unlock 65 more Further hypothesis tests questions
Create a free account to work through every Further Maths Further hypothesis tests question with instant step-by-step worked solutions, progress tracking and interactive lessons.