Skip to content
Skip to main content

About this free course

Download this course

Share this free course

Data analysis: hypothesis testing
Data analysis: hypothesis testing

Start this free course now. Just create an account and sign in. Enrol and complete the course for a free statement of participation or digital badge if available.

7.1 Example: testing a proportion

A company believes that the percentage of people who subscribe to its mobile phone service is less than 25%. A sales manager disagrees with this because he conducted a study of 2000 people and found 540 of them subscribe to the company’s mobile phone services. At a 5% significance level, is there enough evidence to support this claim?

Step 1: State the hypotheses.

The first step in addressing all the issues related to hypothesis tests is to formulate the null and alternative hypotheses. Unlike the example used in previous sections, which used the population mean (µ), here you need to use the population proportion (p).

H0: the percentage of people that subscribe to the company’s mobile phone service is 25% or less.

Ha: the percentage of people that subscribe to the company’s mobile phone service is more than 25%.

This can also be written as:

H0: p ≤ 25% (or 0.25)

Ha: p > 25%

Step 2: Use a z-score formula to calculate the z-score.

cap z equals p hat minus p sub zero divided by square root of p sub zero times left parenthesis one minus p sub zero right parenthesis divided by n

p hat  = sample (observed) proportion = 0.27

p sub zero  = population proportion = 0.25

n  = sample size = 2000

Using these values, you can calculate the z-score:

equation sequence part 1 cap z equals part 2 0.27 minus 0.25 divided by Square root of 0.25 times left parenthesis one minus 0.25 right parenthesis divided by 2000 equals part 3 2.01

Step 3: Determine the p-value using the z-scores in Table 5 or NORM.S.DIST() in Excel.

Judging from the null and alternative hypotheses, this is a one-tailed test on the right (upper) tail.

In Table 5, you can find that the area to the right of z corresponding to a z-score of 2.01 is 0.0222.

Thus, the p-value = 2.22%

Step 4: Make a decision based on the p-value.

According to the problem statement, you want to test the sales manager’s claim at 5% level of significance.

The p-value from the calculation = 2.22% < 5%

Thus, you reject the null hypothesis and accept the sales manager’s claim that the percentage of people that subscribe to the company’s mobile phone service is more than 25%.