A local park claims that less than 15% of visitors litter. A random sample of 120 visitors finds that 25 litter. At the 0.05 significance level, test if the proportion of visitors who litter is greater than 15%.
Table of contents
- 1. Intro to Stats and Collecting Data55m
- 2. Describing Data with Tables and Graphs1h 55m
- 3. Describing Data Numerically1h 45m
- 4. Probability2h 16m
- 5. Binomial Distribution & Discrete Random Variables2h 33m
- 6. Normal Distribution and Continuous Random Variables1h 38m
- 7. Sampling Distributions & Confidence Intervals: Mean1h 53m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample2h 19m
- 10. Hypothesis Testing for Two Samples3h 22m
- 11. Correlation1h 6m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
9. Hypothesis Testing for One Sample
Performing Hypothesis Tests: Proportions
Problem 7.4.3
Textbook Question
In Exercises 3–6, determine whether a normal sampling distribution can be used. If it can be used, test the claim.
Claim: p <0.12, α=0.01. Sample statistics: p_hat = 0.10, n=40

1
Step 1: Verify the conditions for using a normal sampling distribution. Specifically, check if the sample size is large enough by ensuring that both n * p and n * (1 - p) are greater than or equal to 5. Use the claimed population proportion p = 0.12 for this calculation.
Step 2: Calculate the standard error (SE) of the sample proportion using the formula: SE = sqrt((p * (1 - p)) / n), where p = 0.12 and n = 40.
Step 3: Compute the z-test statistic using the formula: z = (p_hat - p) / SE, where p_hat = 0.10, p = 0.12, and SE is the standard error calculated in Step 2.
Step 4: Determine the critical value for a one-tailed test at the significance level α = 0.01. Use a z-table or standard normal distribution to find the critical z-value corresponding to α = 0.01.
Step 5: Compare the calculated z-test statistic from Step 3 to the critical z-value from Step 4. If the z-test statistic is less than the critical z-value, reject the null hypothesis. Otherwise, fail to reject the null hypothesis. Interpret the result in the context of the claim p < 0.12.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
6mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Normal Sampling Distribution
A normal sampling distribution is a probability distribution of sample means or proportions that approaches a normal distribution as the sample size increases, typically due to the Central Limit Theorem. For proportions, the distribution can be approximated as normal if both np and n(1-p) are greater than 5, ensuring that the sample size is sufficiently large to represent the population accurately.
Recommended video:
Sampling Distribution of Sample Proportion
Hypothesis Testing
Hypothesis testing is a statistical method used to make decisions about a population based on sample data. It involves formulating a null hypothesis (H0) and an alternative hypothesis (H1), then using sample statistics to determine whether to reject H0 in favor of H1, based on a predetermined significance level (α). In this case, the claim is that the population proportion p is less than 0.12.
Recommended video:
Guided course
Step 1: Write Hypotheses
Significance Level (α)
The significance level (α) is the threshold for determining whether to reject the null hypothesis in hypothesis testing. It represents the probability of making a Type I error, which occurs when the null hypothesis is incorrectly rejected. In this scenario, α is set at 0.01, indicating a 1% risk of concluding that p < 0.12 when it is actually not true, thus requiring strong evidence from the sample data.
Recommended video:
Finding Binomial Probabilities Using TI-84 Example 1
Watch next
Master Performing Hypothesis Tests: Proportions with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice
Multiple Choice
13
views