Presentation is loading. Please wait.

Presentation is loading. Please wait.

7 Chapter Hypothesis Testing with One Sample

Similar presentations


Presentation on theme: "7 Chapter Hypothesis Testing with One Sample"— Presentation transcript:

1 7 Chapter Hypothesis Testing with One Sample
2012 Pearson Education, Inc. All rights reserved. 1 of 101

2 Chapter Outline 7.1 Introduction to Hypothesis Testing
7.2 Hypothesis Testing for the Mean (Large Samples) 7.3 Hypothesis Testing for the Mean (Small Samples) 7.4 Hypothesis Testing for Proportions 7.5 Hypothesis Testing for Variance and Standard Deviation © 2012 Pearson Education, Inc. All rights reserved. 2 of 101

3 Introduction to Hypothesis Testing
Section 7.1 Introduction to Hypothesis Testing © 2012 Pearson Education, Inc. All rights reserved. 3 of 101

4 Section 7.1 Objectives State a null hypothesis and an alternative hypothesis Identify type I and type II errors and interpret the level of significance Determine whether to use a one-tailed or two-tailed statistical test and find a p-value Make and interpret a decision based on the results of a statistical test Write a claim for a hypothesis test © 2012 Pearson Education, Inc. All rights reserved. 4 of 101

5 Hypothesis Tests Hypothesis test
A process that uses sample statistics to test a claim about the value of a population parameter. For example: An automobile manufacturer advertises that its new hybrid car has a mean mileage of 50 miles per gallon. To test this claim, a sample would be taken. If the sample mean differs enough from the advertised mean, you can decide the advertisement is wrong. © 2012 Pearson Education, Inc. All rights reserved. 5 of 101

6 Determine the level of significance (and types of errors)
Hypothesis Tests State the hypothesis Determine the level of significance (and types of errors) Take a sample and run statistical tests to give the sampling distribution Determine the nature of the test Find the P-value or rejection region Make a decision Larson/Farber 4th ed.

7 Step 1. Stating a Hypothesis
Statistical hypothesis A statement, or claim, about a population parameter. Need a pair of hypotheses one that represents the claim the other, its complement When one of these hypotheses is false, the other must be true. © 2012 Pearson Education, Inc. All rights reserved. 7 of 101

8 complementary statements
Stating a Hypothesis Null hypothesis A statistical hypothesis that contains a statement of equality such as , =, or . Denoted H0 read “H subzero” or “H naught.” Alternative hypothesis A statement of inequality such as >, , or <. Must be true if H0 is false. Denoted Ha read “H sub-a.” complementary statements © 2012 Pearson Education, Inc. All rights reserved. 8 of 101

9 Stating a Hypothesis To write the null and alternative hypotheses, translate the claim made about the population parameter from a verbal statement to a mathematical statement. Then write its complement. H0: μ ≤ k Ha: μ > k H0: μ ≥ k Ha: μ < k H0: μ = k Ha: μ ≠ k Regardless of which pair of hypotheses you use, you always assume μ = k and examine the sampling distribution on the basis of this assumption. © 2012 Pearson Education, Inc. All rights reserved. 9 of 101

10 Example: Stating the Null and Alternative Hypotheses
Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim. A school publicizes that the proportion of its students who are involved in at least one extracurricular activity is 61%. Solution: H0: Ha: p = 0.61 Equality condition (Claim) p ≠ 0.61 Complement of H0 © 2012 Pearson Education, Inc. All rights reserved. 10 of 101

11 Example: Stating the Null and Alternative Hypotheses
Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim. A car dealership announces that the mean time for an oil change is less than 15 minutes. Solution: H0: Ha: μ ≥ 15 minutes Complement of Ha Inequality condition μ < 15 minutes (Claim) © 2012 Pearson Education, Inc. All rights reserved. 11 of 101

12 Example: Stating the Null and Alternative Hypotheses
Write the claim as a mathematical sentence. State the null and alternative hypotheses and identify which represents the claim. A company advertises that the mean life of its furnaces is more than 18 years Solution: H0: Ha: μ ≤ 18 years Complement of Ha Inequality condition μ > 18 years (Claim) © 2012 Pearson Education, Inc. All rights reserved. 12 of 101

13 Step 2. Level of Significance
Your maximum allowable probability of making a type I error. Denoted by , the lowercase Greek letter alpha. By setting the level of significance at a small value, you are saying that you want the probability of rejecting a true null hypothesis to be small. Commonly used levels of significance:  = 0.10  = 0.05  = 0.01 P(type II error) = β (beta) © 2012 Pearson Education, Inc. All rights reserved. 13 of 101

14 Types of Errors No matter which hypothesis represents the claim, always begin the hypothesis test assuming that the equality condition in the null hypothesis is true. At the end of the test, one of two decisions will be made: reject the null hypothesis fail to reject the null hypothesis Because your decision is based on a sample, there is the possibility of making the wrong decision. © 2012 Pearson Education, Inc. All rights reserved. 14 of 101

15 Types of Errors Actual Truth of H0 Decision H0 is true H0 is false Do not reject H0 Correct Decision Type II Error Reject H0 Type I Error A type I error occurs if the null hypothesis is rejected when it is true. A type II error occurs if the null hypothesis is not rejected when it is false. © 2012 Pearson Education, Inc. All rights reserved. 15 of 101

16 Example: Identifying Type I and Type II Errors
The USDA limit for salmonella contamination for chicken is 20%. A meat inspector reports that the chicken produced by a company exceeds the USDA limit. You perform a hypothesis test to determine whether the meat inspector’s claim is true. When will a type I or type II error occur? Which is more serious? (Source: United States Department of Agriculture) © 2012 Pearson Education, Inc. All rights reserved. 16 of 101

17 Solution: Identifying Type I and Type II Errors
Let p represent the proportion of chicken that is contaminated. H0: Ha: Hypotheses: p ≤ 0.2 p > 0.2 (Claim) 0.16 0.18 0.20 0.22 0.24 p H0: p ≤ 0.20 H0: p > 0.20 Chicken meets USDA limits. Chicken exceeds USDA limits. © 2012 Pearson Education, Inc. All rights reserved. 17 of 101

18 Solution: Identifying Type I and Type II Errors
Hypotheses: H0: Ha: p ≤ 0.2 p > 0.2 (Claim) A type I error is rejecting H0 when it is true. The actual proportion of contaminated chicken is less than or equal to 0.2, but you decide to reject H0. A type II error is failing to reject H0 when it is false. The actual proportion of contaminated chicken is greater than 0.2, but you do not reject H0. © 2012 Pearson Education, Inc. All rights reserved. 18 of 101

19 Solution: Identifying Type I and Type II Errors
Hypotheses: H0: Ha: p ≤ 0.2 p > 0.2 (Claim) With a type I error, you might create a health scare and hurt the sales of chicken producers who were actually meeting the USDA limits. With a type II error, you could be allowing chicken that exceeded the USDA contamination limit to be sold to consumers. A type II error could result in sickness or even death. © 2012 Pearson Education, Inc. All rights reserved. 19 of 101

20 Step 3. Statistical Tests
After stating the null and alternative hypotheses and specifying the level of significance, a random sample is taken from the population and sample statistics are calculated. The statistic that is compared with the parameter in the null hypothesis is called the test statistic. © 2012 Pearson Education, Inc. All rights reserved. 20 of 101

21 Step 4. Nature of the Test Three types of hypothesis tests
left-tailed test right-tailed test two-tailed test The type of test depends on the region of the sampling distribution that favors a rejection of H0. This region is indicated by the alternative hypothesis. © 2012 Pearson Education, Inc. All rights reserved. 21 of 101

22 Left-tailed Test The alternative hypothesis Ha contains the less-than inequality symbol (<). H0: μ  k Ha: μ < k z 1 2 3 -3 -2 -1 P is the area to the left of the test statistic. Test statistic © 2012 Pearson Education, Inc. All rights reserved. 22 of 101

23 Right-tailed Test The alternative hypothesis Ha contains the greater-than inequality symbol (>). H0: μ ≤ k Ha: μ > k P is the area to the right of the test statistic. z 1 2 3 -3 -2 -1 Test statistic © 2012 Pearson Education, Inc. All rights reserved. 23 of 101

24 Two-tailed Test The alternative hypothesis Ha contains the not equal inequality symbol (≠). Each tail has an area of ½P. H0: μ = k Ha: μ  k P is twice the area to the right of the positive test statistic. P is twice the area to the left of the negative test statistic. z 1 2 3 -3 -2 -1 Test statistic Test statistic © 2012 Pearson Education, Inc. All rights reserved. 24 of 101

25 Example: Identifying The Nature of a Test
For each claim, state H0 and Ha. Then determine whether the hypothesis test is a left-tailed, right-tailed, or two-tailed test. Sketch a normal sampling distribution and shade the area for the P-value. A school publicizes that the proportion of its students who are involved in at least one extracurricular activity is 61%. Solution: H0: Ha: p = 0.61 p ≠ 0.61 Two-tailed test © 2012 Pearson Education, Inc. All rights reserved. 25 of 101

26 Example: Identifying The Nature of a Test
For each claim, state H0 and Ha. Then determine whether the hypothesis test is a left-tailed, right-tailed, or two-tailed test. Sketch a normal sampling distribution and shade the area for the P-value. A car dealership announces that the mean time for an oil change is less than 15 minutes. Solution: z -z P-value area H0: Ha: μ ≥ 15 min μ < 15 min Left-tailed test © 2012 Pearson Education, Inc. All rights reserved. 26 of 101

27 Example: Identifying The Nature of a Test
For each claim, state H0 and Ha. Then determine whether the hypothesis test is a left-tailed, right-tailed, or two-tailed test. Sketch a normal sampling distribution and shade the area for the P-value. A company advertises that the mean life of its furnaces is more than 18 years. Solution: z P-value area H0: Ha: μ ≤ 18 yr μ > 18 yr Right-tailed test © 2012 Pearson Education, Inc. All rights reserved. 27 of 101

28 Step 5. P-values P-value (or probability value)
The probability, if the null hypothesis is true, of obtaining a sample statistic with a value as extreme or more extreme than the one determined from the sample data. Depends on the nature of the test. © 2012 Pearson Education, Inc. All rights reserved. 28 of 101

29 Step 5. Rejection Regions
Rejection region (or critical region) The range of values for which the null hypothesis is not probable. If a test statistic falls in this region, the null hypothesis is rejected. A critical value z0 separates the rejection region from the nonrejection region. © 2012 Pearson Education, Inc. All rights reserved. 29 of 101

30 Step 6. Making a Decision Decision Rule Based on P-value
Compare the P-value with . If P  , then reject H0. If P > , then fail to reject H0. Claim Decision Claim is H0 Claim is Ha Reject H0 Fail to reject H0 There is enough evidence to reject the claim There is enough evidence to support the claim There is not enough evidence to reject the claim There is not enough evidence to support the claim © 2012 Pearson Education, Inc. All rights reserved. 30 of 101

31 Decision Rule Based on Rejection Region
To use a rejection region to conduct a hypothesis test, calculate the standardized test statistic, z. If the standardized test statistic is in the rejection region, then reject H0. is not in the rejection region, then fail to reject H0. z z0 Fail to reject H0. Reject H0. Left-Tailed Test z < z0 z z0 Reject Ho. Fail to reject Ho. z > z0 Right-Tailed Test z z0 Two-Tailed Test z0 z < -z0 z > z0 Reject H0 Fail to reject H0 © 2012 Pearson Education, Inc. All rights reserved. 31 of 101

32 Example: Interpreting a Decision
You perform a hypothesis test for the following claim. How should you interpret your decision if you reject H0? If you fail to reject H0? H0 (Claim): A school publicizes that the proportion of its students who are involved in at least one extracurricular activity is 61%. © 2012 Pearson Education, Inc. All rights reserved. 32 of 101

33 Solution: Interpreting a Decision
The claim is represented by H0. If you reject H0 you should conclude “there is sufficient evidence to indicate that the school’s claim is false.” If you fail to reject H0, you should conclude “there is insufficient evidence to indicate that the school’s claim (proportion of students who are involved in at least one extracurricular activity) is false.” © 2012 Pearson Education, Inc. All rights reserved. 33 of 101

34 Example: Interpreting a Decision
You perform a hypothesis test for the following claim. How should you interpret your decision if you reject H0? If you fail to reject H0? Ha (Claim): A car dealership announces that the mean time for an oil change is less than 15 minutes. Solution: The claim is represented by Ha. H0 is “the mean time for an oil change is greater than or equal to 15 minutes.” © 2012 Pearson Education, Inc. All rights reserved. 34 of 101

35 Solution: Interpreting a Decision
If you reject H0 you should conclude “there is enough evidence to support the dealership’s claim that the mean time for an oil change is less than 15 minutes.” If you fail to reject H0, you should conclude “there is not enough evidence to support dealership’s claim that the mean time for an oil change is less than 15 minutes.” © 2012 Pearson Education, Inc. All rights reserved. 35 of 101

36 Steps for Hypothesis Testing
State the claim mathematically and verbally. Identify the null and alternative hypotheses. H0: ? Ha: ? Specify the level of significance. α = ? Determine the standardized sampling distribution and draw its graph. Determine the nature of the test. Find the P-value or the rejection region. Make a decision and write a statement to interpret the decision in the context of the original claim. This sampling distribution is based on the assumption that H0 is true. z © 2012 Pearson Education, Inc. All rights reserved. 36 of 101

37 Section 7.1 Summary Stated a null hypothesis and an alternative hypothesis Identified type I and type II errors and interpreted the level of significance Determined whether to use a one-tailed or two-tailed statistical test and found a p-value Made and interpreted a decision based on the results of a statistical test Wrote a claim for a hypothesis test HW: Page : even, 38 © 2012 Pearson Education, Inc. All rights reserved. 37 of 101

38 Hypothesis Testing for the Mean (Large Samples)
Section 7.2 Hypothesis Testing for the Mean (Large Samples) © 2012 Pearson Education, Inc. All rights reserved. 38 of 101

39 Section 7.2 Objectives Find P-values and use them to test a mean μ
Use P-values for a z-test Find critical values and rejection regions in a normal distribution Use rejection regions for a z-test © 2012 Pearson Education, Inc. All rights reserved. 39 of 101

40 Steps for Hypothesis Testing
State the claim mathematically and verbally. Identify the null and alternative hypotheses. H0: ? Ha: ? Specify the level of significance. α = ? Determine the standardized sampling distribution and draw its graph. Determine the nature of the test. Find the P-value or the rejection region. Make a decision and write a statement to interpret the decision in the context of the original claim. This sampling distribution is based on the assumption that H0 is true. z © 2012 Pearson Education, Inc. All rights reserved. 40 of 101

41 Step 3. Z-Test for a Mean μ Can be used when the population is normal and  is known, or for any population when the sample size n is at least 30. The test statistic is the sample mean The standardized test statistic is z When n  30, the sample standard deviation s can be substituted for . © 2012 Pearson Education, Inc. All rights reserved. 41 of 101

42 Step 5: Finding the P-value
After determining the hypothesis test’s standardized test statistic and the test statistic’s corresponding area, do one of the following to find the P-value. For a left-tailed test, P = (Area in left tail). For a right-tailed test, P = (Area in right tail). For a two-tailed test, P = 2(Area in tail of test statistic). © 2012 Pearson Education, Inc. All rights reserved. 42 of 101

43 Example: Finding the P-value
Find the P-value for a left-tailed hypothesis test with a test statistic of z = Decide whether to reject H0 if the level of significance is α = 0.01. Solution: For a left-tailed test, P = (Area in left tail) z -2.23 P = Because > 0.01, you should fail to reject H0 © 2012 Pearson Education, Inc. All rights reserved. 43 of 101

44 Example: Finding the P-value
Find the P-value for a two-tailed hypothesis test with a test statistic of z = Decide whether to reject H0 if the level of significance is α = 0.05. Solution: For a two-tailed test, P = 2(Area in tail of test statistic) z 2.14 1 – = P = 2(0.0162) = 0.9838 Because < 0.05, you should reject H0 © 2012 Pearson Education, Inc. All rights reserved. 44 of 101

45 Rejection Regions and Critical Values
Finding Critical Values in a Normal Distribution Specify the level of significance . Decide whether the test is left-, right-, or two-tailed. Find the critical value(s) z0. Sketch the standard normal distribution. Draw a vertical line at each critical value and shade the rejection region(s). © 2012 Pearson Education, Inc. All rights reserved. 45 of 101

46 Example: Finding Critical Values
Find the critical value and rejection region for a two-tailed test with  = 0.05. Solution: z z0 ½α = 0.025 ½α = 0.025 -z0 = -1.96 z0 = 1.96 The rejection regions are to the left of -z0 = and to the right of z0 = 1.96. © 2012 Pearson Education, Inc. All rights reserved. 46 of 101

47 z-Test for Mean μ In Words In Symbols
State the claim mathematically and verbally. Identify the null and alternative hypotheses. Specify the level of significance. Find the standardized test statistic. Determine the nature of the test. Find the P-value or the rejection region. Make a decision to reject or fail to reject the null hypothesis and write statement. State H0 and Ha. Identify . © 2012 Pearson Education, Inc. All rights reserved. 47 of 101

48 Example: Hypothesis Testing Using P-values
In auto racing, a pit crew claims that its mean pit stop time (for 4 new tires and fuel) is less than 13 seconds. A random selection of 32 pit stop times has a sample mean of 12.9 seconds and a standard deviation of 0.19 seconds. Is there enough evidence to support the claim at  = 0.01? Use a P-value. © 2012 Pearson Education, Inc. All rights reserved. 48 of 101

49 Solution: Hypothesis Testing Using P-values
Ha:  = Test Statistic: μ ≥ 13 sec μ < 13 sec 0.01 < 0.01 Reject H0 Decision: At the 1% level of significance, you have sufficient evidence to conclude the mean pit stop time is less than 13 seconds. © 2012 Pearson Education, Inc. All rights reserved. 49 of 101

50 Example: Hypothesis Testing Using P-values
The National Institute of Diabetes and Digestive and Kidney Diseases reports that the average cost of bariatric (weight loss) surgery is $22,500. You think this information is incorrect. You randomly select 30 bariatric surgery patients and find that the average cost for their surgeries is $21,545 with a standard deviation of $3015. Is there enough evidence to support your claim at  = 0.05? Use a P-value. © 2012 Pearson Education, Inc. All rights reserved. 50 of 101

51 Solution: Hypothesis Testing Using P-values
Ha:  = Test Statistic: μ = $22,500 μ ≠ 22,500 0.05 Decision: > 0.05 Fail to reject H0 At the 5% level of significance, there is not sufficient evidence to support the claim that the mean cost of bariatric surgery is different from $22,500. © 2012 Pearson Education, Inc. All rights reserved. 51 of 101

52 Example: Testing with Rejection Regions
Employees at a construction and mining company claim that the mean salary of the company’s mechanical engineers is less than that of the one of its competitors, which is $68,000. A random sample of 30 of the company’s mechanical engineers has a mean salary of $66,900 with a standard deviation of $5500. At α = 0.05, test the employees’ claim. © 2012 Pearson Education, Inc. All rights reserved. 52 of 101

53 Solution: Testing with Rejection Regions
Ha:  = Rejection Region: μ ≥ $68,000 μ < $68,000 Test Statistic 0.05 Decision: Fail to reject H0 At the 5% level of significance, there is not sufficient evidence to support the employees’ claim that the mean salary is less than $68,000. © 2012 Pearson Education, Inc. All rights reserved. 53 of 101

54 Example: Testing with Rejection Regions
The U.S. Department of Agriculture claims that the mean cost of raising a child from birth to age 2 by husband-wife families in the U.S. is $13,120. A random sample of 500 children (age 2) has a mean cost of $12,925 with a standard deviation of $1745. At α = 0.10, is there enough evidence to reject the claim? (Adapted from U.S. Department of Agriculture Center for Nutrition Policy and Promotion) © 2012 Pearson Education, Inc. All rights reserved. 54 of 101

55 Solution: Testing with Rejection Regions
Ha:  = Rejection Region: μ = $13,120 μ ≠ $13,120 Test Statistic 0.10 Decision: Reject H0 At the 10% level of significance, you have enough evidence to conclude the mean cost of raising a child from birth to age 2 by husband-wife families in the U.S. is $13,120. © 2012 Pearson Education, Inc. All rights reserved. 55 of 101

56 Section 7.2 Summary Found P-values and used them to test a mean μ
Used P-values for a z-test Found critical values and rejection regions in a normal distribution Used rejection regions for a z-test HW: Page : 4-22 even (omit 16), 30, 36 © 2012 Pearson Education, Inc. All rights reserved. 56 of 101

57 Hypothesis Testing for the Mean (Small Samples)
Section 7.3 Hypothesis Testing for the Mean (Small Samples) © 2012 Pearson Education, Inc. All rights reserved. 57 of 101

58 Section 7.3 Objectives Find critical values in a t-distribution
Use the t-test to test a mean μ © 2012 Pearson Education, Inc. All rights reserved. 58 of 101

59 Steps for Hypothesis Testing
State the claim mathematically and verbally. Identify the null and alternative hypotheses. H0: ? Ha: ? Specify the level of significance. α = ? Determine the standardized sampling distribution and draw its graph. Determine the nature of the test. Find the P-value or the rejection region. Make a decision and write a statement to interpret the decision in the context of the original claim. This sampling distribution is based on the assumption that H0 is true. z © 2012 Pearson Education, Inc. All rights reserved. 59 of 101

60 P-Values You cannot determine an exact P-value for t-tests.
You can determine that P falls between two values. For this reason, we will only use critical values. Larson/Farber 4th ed.

61 Step 3. t-Test for a Mean μ (n < 30,  Unknown)
A statistical test for a population mean. The t-test can be used when the population is normal or nearly normal,  is unknown, and n < 30. The test statistic is the sample mean The standardized test statistic is t. The degrees of freedom are d.f. = n – 1. © 2012 Pearson Education, Inc. All rights reserved. 61 of 101

62 Step 5. Find Critical Values in a t-Distribution
Identify the level of significance . Identify the degrees of freedom d.f. = n – 1. Find the critical value(s) using Table 5 in Appendix B in the row with n – 1 degrees of freedom. If the hypothesis test is left-tailed, use “One Tail,  ” column with a negative sign, right-tailed, use “One Tail,  ” column with a positive sign, two-tailed, use “Two Tails,  ” column with a negative and a positive sign. © 2012 Pearson Education, Inc. All rights reserved. 62 of 101

63 Example: Finding Critical Values for t
Find the critical value t0 for a left-tailed test given  = 0.05 and n = 21. Solution: The degrees of freedom are d.f. = n – 1 = 21 – 1 = 20. Look at α = 0.05 in the “One Tail, ” column. Because the test is left-tailed, the critical value is negative. t -1.725 0.05 © 2012 Pearson Education, Inc. All rights reserved. 63 of 101

64 Example: Finding Critical Values for t
Find the critical values -t0 and t0 for a two-tailed test given  = 0.10 and n = 26. Solution: The degrees of freedom are d.f. = n – 1 = 26 – 1 = 25. Look at α = 0.10 in the “Two Tail, ” column. Because the test is two-tailed, one critical value is negative and one is positive. © 2012 Pearson Education, Inc. All rights reserved. 64 of 101

65 Using the t-Test for a Mean μ (Small Sample)
In Words In Symbols State the claim mathematically and verbally. Identify the null and alternative hypotheses. Specify the level of significance. Find the standardized test statistic and sketch the sampling distribution. Determine the nature of the test. Determine the degrees of freedom and any rejection region(s). Make a decision to reject or fail to reject the null hypothesis and write statement. State H0 and Ha. Identify . d.f. = n – 1. 65 of 101

66 Example: Testing μ with a Small Sample
A used car dealer says that the mean price of a 2008 Honda CR-V is at least $20,500. You suspect this claim is incorrect and find that a random sample of 14 similar vehicles has a mean price of $19,850 and a standard deviation of $1084. Is there enough evidence to reject the dealer’s claim at α = 0.05? Assume the population is normally distributed. (Adapted from Kelley Blue Book) © 2012 Pearson Education, Inc. All rights reserved. 66 of 101

67 Solution: Testing μ with a Small Sample
Test Statistic: Decision: H0: Ha: α = df = Rejection Region: μ ≥ $20,500 μ < $20,500 0.05 14 – 1 = 13 At the 0.05 level of significance, there is enough evidence to reject the claim that the mean price of a 2008 Honda CR-V is at least $20,500 Reject H0 © 2012 Pearson Education, Inc. All rights reserved. 67 of 101

68 Example: Testing μ with a Small Sample
An industrial company claims that the mean pH level of the water in a nearby river is 6.8. You randomly select 19 water samples and measure the pH of each. The sample mean and standard deviation are 6.7 and 0.24, respectively. Is there enough evidence to reject the company’s claim at α = 0.05? Assume the population is normally distributed. © 2012 Pearson Education, Inc. All rights reserved. 68 of 101

69 Solution: Testing μ with a Small Sample
α = df = Rejection Region: μ = 6.8 μ ≠ 6.8 Test Statistic: Decision: 0.05 19 – 1 = 18 Fail to reject H0 At the 0.05 level of significance, there is not enough evidence to reject the claim that the mean pH is 6.8. t -2.101 0.025 2.101 -2.101 2.101 -1.816 © 2012 Pearson Education, Inc. All rights reserved. 69 of 101

70 Section 7.3 Summary Found critical values in a t-distribution
Used the t-test to test a mean μ Used technology to find P-values and used them with a t-test to test a mean μ HW: Page : 4-20 even © 2012 Pearson Education, Inc. All rights reserved. 70 of 101

71 Hypothesis Testing for Proportions
Section 7.4 Hypothesis Testing for Proportions © 2012 Pearson Education, Inc. All rights reserved. 71 of 101

72 Section 7.4 Objectives Use the z-test to test a population proportion p © 2012 Pearson Education, Inc. All rights reserved. 72 of 101

73 Step 3. z-Test for a Population Proportion
A statistical test for a population proportion. Can be used when a binomial distribution is given such that np  5 and nq  5. The test statistic is the sample proportion . The standardized test statistic is z. © 2012 Pearson Education, Inc. All rights reserved. 73 of 101

74 Using a z-Test for a Proportion p
Verify that np ≥ 5 and nq ≥ 5 In Words In Symbols State the claim mathematically and verbally. Identify the null and alternative hypotheses. Specify the level of significance. Find the standardized test statistic. Determine the nature of the test. Find the P-value or the rejection region(s). Make a decision to reject or fail to reject the null hypothesis and write the statement. State H0 and Ha. Identify . 74 of 101

75 Example: Hypothesis Test for Proportions
A research center claims that less than 50% of U.S. adults have accessed the Internet over a wireless network with a laptop computer. In a random sample of 100 adults, 39% say they have accessed the Internet over a wireless network with a laptop computer. At α = 0.01, is there enough evidence to support the researcher’s claim? (Adopted from Pew Research Center) Solution: Verify that np ≥ 5 and nq ≥ 5. np = 100(0.50) = 50 and nq = 100(0.50) = 50 © 2012 Pearson Education, Inc. All rights reserved. 75 of 101

76 Solution: Hypothesis Test for Proportions
Test Statistic H0: Ha:  = Rejection Region: p >= 0.5 p < 0.5 0.01 Decision: Fail to reject H0 At the 1% level of significance, there is not enough evidence to support the claim that less than 50% of U.S. adults have accessed the Internet over a wireless network with a laptop computer. © 2012 Pearson Education, Inc. All rights reserved. 76 of 101

77 Example: Hypothesis Test for Proportions
The Research Center claims that 25% of college graduates think a college degree is not worth the cost. You decide to test this claim and ask a random sample of 200 college graduates whether they think a college is not worth the cost. Of those surveyed, 21% reply yes. At α = 0.10 is there enough evidence to reject the claim? Solution: Verify that np ≥ 5 and nq ≥ 5. np = 200(0.25) = 50 and nq = 200 (0.75) = 150 © 2012 Pearson Education, Inc. All rights reserved. 77 of 101

78 Solution: Hypothesis Test for Proportions
Test Statistic H0: Ha:  = Rejection Region: p = 0.25 p ≠ 0.25 0.10 Decision: Fail to Reject H0 At the 10% level of significance, there is not enough evidence to support the claim that 25% of college graduates think a college degree is not worth the cost. © 2012 Pearson Education, Inc. All rights reserved. 78 of 101

79 Section 7.4 Summary Used the z-test to test a population proportion p
© 2012 Pearson Education, Inc. All rights reserved. 79 of 101


Download ppt "7 Chapter Hypothesis Testing with One Sample"

Similar presentations


Ads by Google