Study Guide

Hypothesis Tests (S2)

Edexcel International A-Level MathematicsΒ· WST02 Unit 4Β· 35 min read

1. Core Sampling and Statistic Fundamentalsβ˜…β˜…β˜†β˜†β˜†β± 8 min

βœ“ Calculator OK

Before conducting hypothesis tests, you must first distinguish between key sampling terms defined in the Edexcel S2 specification. A population is the entire set of items of interest, a census collects data from every member of the population, while a sample collects data from a subset of the population. A sampling unit is an individual member of the population, and a sampling frame is the list of all sampling units available for selection.

πŸ“˜ Definition

Statistic

A function of known observations from a sample that contains no unknown population parameters. Its sampling distribution is the probability distribution of the statistic across all possible samples of the same size from the population.

  • Census: Advantage = 100% population coverage, no sampling error; Disadvantage = time-consuming, expensive, impractical for large or destructively tested populations

  • Sample survey: Advantage = fast, low-cost, suitable for destructive testing; Disadvantage = sampling error present, results are estimates not exact values

πŸ“ Worked Example

A factory produces 10,000 lightbulbs per day. The quality control team wants to test what proportion of bulbs last longer than 1000 hours. State one advantage and one disadvantage of using a sample survey instead of a census for this test.

  1. 1

    Identify context: Testing bulb lifespan is destructive, so testing every bulb would make them unsellable.

  2. 2

    Advantage of sample: Avoids destroying all produced bulbs, reducing significant financial loss for the factory.

  3. 3

    Disadvantage of sample: The estimated proportion of long-life bulbs will have sampling error, so it may not perfectly match the true population value.

Exam tip:

Examiners regularly ask 1-2 mark comparison questions on census vs sample, so tailor your answers to the context given in the question, not just generic statements.

2. Hypothesis Test Fundamentals & Hypothesis Formulationβ˜…β˜…β˜†β˜†β˜†β± 7 min

βœ“ Calculator OK

A hypothesis test is a statistical procedure to test a claim about a population parameter using sample data. You will always state two competing hypotheses: the null hypothesis () and alternative hypothesis ().

πŸ“˜ Definition

Hypothesis Test

A structured test to assess whether there is sufficient evidence from sample data to reject a stated assumption (null hypothesis) about a population parameter.

  • is the default assumption, stated strictly as an equality: or

  • is the claim you are testing for evidence to support, stated as an inequality matching the test direction

  • Significance level is the threshold probability of incorrectly rejecting when it is true, usually 1%, 5% or 10% in S2 exams

πŸ“ Worked Example

A teacher claims that 70% of her students pass their mock exam. A new tutor believes the pass rate is lower. Formulate suitable null and alternative hypotheses for a test of the tutor's claim.

  1. 1

    Define the parameter explicitly: Let = probability a randomly selected student passes the mock exam.

  2. 2

    Null hypothesis is the original default claim, stated as an equality:

  3. 3
    H0:p=0.7H_0: p = 0.7
  4. 4

    Alternative hypothesis matches the tutor's claim of a lower pass rate, so it is a lower tail inequality:

  5. 5
    H1:p<0.7H_1: p < 0.7

Exam tip:

Always define your parameter explicitly when formulating hypotheses, as this is a mandatory mark point in all S2 hypothesis test questions.

3. Critical Regions, One-Tailed and Two-Tailed Testsβ˜…β˜…β˜…β˜†β˜†β± 8 min

βœ“ Calculator OK

The test statistic is the sample statistic you calculate to assess the evidence against . The critical region is the set of values of the test statistic for which you reject . The type of test (one-tailed or two-tailed) is determined by the inequality.

πŸ“˜ Definition

Critical Region

The range of test statistic values where the probability of observing the result under is less than or equal to the significance level , leading to rejection of .

  • One-tailed test: has a single direction inequality (< or >), so all of the probability is allocated to one tail of the distribution

  • Two-tailed test: has a non-directional inequality (β‰ ), so the probability is split equally between the upper and lower tails of the distribution, e.g. 2.5% in each tail for a 5% significance level

πŸ“ Worked Example

A shop claims that the average number of customer complaints per week is 3. A manager believes this value has changed, with no specified direction of change. State the type of test required, and the critical region allocation for a 5% significance level.

  1. 1

    Define the parameter: Let = mean number of complaints per week, following a Poisson distribution.

  2. 2

    Hypotheses are , , so this is a two-tailed test.

  3. 3

    For a 5% significance level, allocate 2.5% probability to the lower tail and 2.5% to the upper tail of the Poisson distribution under to find the critical region boundaries.

Exam tip:

For two-tailed tests, you must explicitly state that you split the significance level equally between both tails, as this is a common mark loss point.

4. Hypothesis Tests for Binomial Parameter $p$β˜…β˜…β˜…β˜…β˜†β± 10 min

βœ“ Calculator OK

The most common S2 hypothesis test is for the parameter of a binomial distribution . You can use cumulative binomial tables to find critical regions or p-values, or use a normal approximation when and are both β‰₯5, with mandatory continuity correction.

πŸ“ Worked Example

A coin is tossed 20 times, and lands on heads 6 times. Test at the 5% significance level whether the coin is biased towards tails.

  1. 1

    Define parameter: Let = probability the coin lands on heads, = number of heads in 20 tosses, so under .

  2. 2

    Formulate hypotheses: Biased towards tails means , so , , one-tailed test, .

  3. 3

    Test statistic is . Use cumulative binomial tables for to find :

  4. 4
    P(X≀6)=0.0577P(X \leq 6) = 0.0577
  5. 5

    Compare to significance level: 0.0577 > 0.05, so the test statistic is not in the critical region.

  6. 6

    Conclusion: There is insufficient evidence at the 5% significance level to reject , so we conclude the coin is not biased towards tails.

πŸ“ Worked Example

A company claims 40% of customers buy a supplementary product. In a sample of 100 customers, 30 buy the product. Test at the 5% significance level whether the true proportion is lower than 40%, using normal approximation.

  1. 1

    Define under . Check normal approximation conditions: , , both β‰₯5, so approximation is suitable.

  2. 2

    Approximate distribution: (variance = ).

  3. 3

    Apply continuity correction for : use .

  4. 4

    Calculate z-score:

  5. 5
    z=30.5βˆ’4024=βˆ’1.936z = \frac{30.5 - 40}{\sqrt{24}} = -1.936
  6. 6

    Critical value for 5% one-tailed lower test is -1.6449. , so test statistic is in the critical region.

  7. 7

    Conclusion: Reject at 5% significance level, there is sufficient evidence the proportion of customers buying the supplementary product is lower than 40%.

Exam tip:

Always apply continuity correction when using normal approximation for binomial hypothesis tests, as missing this will cost you 2+ marks per question.

5. Hypothesis Tests for Poisson Mean $Ξ»$β˜…β˜…β˜…β˜…β˜†β± 7 min

βœ“ Calculator OK

You will also test hypotheses for the mean of a Poisson distribution, used for count data (e.g. number of accidents per month, number of defects per batch). Use cumulative Poisson tables from the provided formula booklet to find p-values or critical regions.

πŸ“ Worked Example

A cafΓ© records an average of 4 customers arriving per 10 minutes. After a new advertising campaign, 9 customers arrive in a 10 minute window. Test at the 5% significance level whether the arrival rate has increased.

  1. 1

    Define = number of customers arriving per 10 minutes, under . Hypotheses: , , one-tailed test, .

  2. 2

    Test statistic is . Find using Poisson cumulative tables for :

  3. 3
    P(X≀8)=0.9786β€…β€ŠβŸΉβ€…β€ŠP(Xβ‰₯9)=1βˆ’0.9786=0.0214P(X \leq 8) = 0.9786 \implies P(X \geq 9) = 1 - 0.9786 = 0.0214
  4. 4

    Compare to significance level: 0.0214 < 0.05, so test statistic is in the critical region.

  5. 5

    Conclusion: Reject at 5% significance level, there is sufficient evidence the customer arrival rate has increased after the advertising campaign.

Exam tip:

For Poisson upper tail tests, remember to subtract the cumulative lower tail probability from 1 to get the p-value, as tables only provide cumulative lower tail values.

6. Common Pitfalls

Wrong move:

Stating as an equality instead of an inequality

Why:

The null hypothesis is always the default equality assumption; is the competing claim which must be an inequality.

Correct move:

Write and for a lower tail test, never or similar.

Wrong move:

Forgetting continuity correction when using normal approximation for binomial tests

Why:

Binomial is a discrete distribution and normal is continuous, so continuity correction is required to align the two distributions.

Correct move:

Adjust discrete values by 0.5, e.g. use 30.5 for , 29.5 for .

Wrong move:

Splitting the significance level equally for a one-tailed test

Why:

One-tailed tests allocate all significance level probability to a single tail, so no split is needed.

Correct move:

Use the full value for one tail, and split per tail only for two-tailed tests.

Wrong move:

Writing conclusions that state "accept " instead of "insufficient evidence to reject "

Why:

You never prove the null hypothesis is true, only that there is not enough evidence to refute it.

Correct move:

Explicitly state "There is insufficient evidence at the X% significance level to reject " when the test statistic is not in the critical region.

Wrong move:

Failing to define the population parameter when formulating hypotheses

Why:

Edexcel examiners require explicit parameter definition as a mandatory mark point for all hypothesis test questions.

Correct move:

Always start hypothesis questions with "Let = probability of success on a single trial" or equivalent for Poisson .

7. Quick Reference Cheatsheet

Concept

Key Rule

Exam Check

Hypothesis Formulation

= equality, = inequality matching claim

Did you define your parameter explicitly?

One-tailed Test

All allocated to one tail, has < or >

Is the claim directional? Use one-tailed only if yes

Two-tailed Test

split equally between two tails, has β‰ 

Did you split if test is non-directional?

Binomial Test

Use cumulative binomial tables; normal approx if

Did you apply continuity correction for normal approx?

Poisson Test

Use cumulative Poisson tables; upper tail = 1 -

Did you subtract from 1 for upper tail probabilities?

Conclusion

Reference significance level, contextualize result

Did you distinguish 'reject ' vs 'insufficient evidence to reject '?

8. Frequently Asked

Do I need to state the significance level in my conclusion?

Yes, Edexcel examiners require you to explicitly reference the significance level when justifying your decision, e.g. "Since the test statistic falls in the critical region at the 5% significance level, we reject ".

When can I use normal approximation for a binomial hypothesis test?

You may use the normal approximation if and , as specified in the Edexcel S2 syllabus. You must always apply a continuity correction when using this approximation.

Can I state "accept " in my conclusion?

No, Edexcel examiners penalize this phrasing. You must state "there is insufficient evidence to reject ", as you cannot prove the null hypothesis is true, only that there is not enough evidence to refute it.

Going deeper

What's Next

Now that you have mastered S2 hypothesis tests, you can apply these skills to past paper questions to build exam speed and accuracy. Hypothesis testing is a core statistical skill that you will build on if you study S3, where you will cover z-tests for normal means, chi-squared goodness of fit tests, and correlation hypothesis tests. Make sure you practice using the official Edexcel statistical tables to find critical values and p-values quickly, as this will save you valuable time in the exam. Remember to always structure your answers clearly with parameter definition, hypotheses, test statistic calculation, comparison to critical value or significance level, and contextual conclusion to maximize your mark gain.