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

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

Dec 23, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter Hypothesis Testing with One Sample 1 of 101 7 © 2012 Pearson Education, Inc. All rights reserved.

ChapterHypothesis Testing with One Sample

1 of 101

7

© 2012 Pearson Education, Inc.All rights reserved.

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

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

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

Section 7.1

Introduction to Hypothesis Testing

© 2012 Pearson Education, Inc. All rights reserved. 3 of 101

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

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

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

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

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

Hypothesis Tests

Statistical hypothesis

• A statement, or claim, about a population parameter (such as the mean).

• 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. 6 of 101

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

Stating a Hypothesis

Null hypothesis

• A statistical hypothesis that contains a statement of equality such as ≤, =, or ≥.

• Denoted H0 read “H sub-zero” or “H naught.” (or H –o)

Alternative hypothesis

• A statement of strict inequality such as >, ≠, or <.

• Must be true if H0 is false.

• Denoted Ha read “H sub-a.” (or H – a)

complementary statements

© 2012 Pearson Education, Inc. All rights reserved. 7 of 101

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

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: μ ≤ kHa: μ > k

H0: μ ≥ kHa: μ < k

H0: μ = kHa: μ ≠ 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. 8 of 101

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

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.1. A school publicizes that the proportion of its students who are involved in at least one extracurricular activity is 61%.

Equality condition

Complement of H0

H0:

Ha:

(Claim)p = 0.61

p ≠ 0.61

Solution:

© 2012 Pearson Education, Inc. All rights reserved. 9 of 101

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

μ ≥ 15 minutes

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.2. A car dealership announces that the mean time for an oil change is less than 15 minutes.

Inequality condition

Complement of HaH0:

Ha:(Claim)μ < 15 minutes

Solution:

© 2012 Pearson Education, Inc. All rights reserved. 10 of 101

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

μ ≤ 18 years

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.3. A company advertises that the mean life of its furnaces is more than 18 years

Inequality condition

Complement of HaH0:

Ha:(Claim)μ > 18 years

Solution:

© 2012 Pearson Education, Inc. All rights reserved. 11 of 101

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

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. (NOTE: This may or may not be the claim)

• At the end of the test, one of two decisions will be made: reject the null hypothesis fail to reject the null hypothesis (FTR)

• Because your decision is based on a sample, there is the possibility of making the wrong decision.

© 2012 Pearson Education, Inc. All rights reserved. 12 of 101

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

Types of Errors

• 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.

• Hint: 1 comes before 2, True comes before False

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 Correct Decision

© 2012 Pearson Education, Inc. All rights reserved. 13 of 101

KNOW THESE

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

Types of Errors

• Another way of looking at a Type 1 and Type 2 error:

• Type 1 Error –Rejecting a true “claim”

• Type 2 Error –Accepting (Failing To Reject, or FTR) a false “claim”

Larson/Farber 5th ed. 14

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

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. 15 of 101

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

Let p represent the proportion of chicken that is contaminated.

Solution: Identifying Type I and Type II Errors

H0:

Ha:

p ≤ 0.2

p > 0.2

Hypotheses:

(Claim)

0.16 0.18 0.20 0.22 0.24p

H0: p ≤ 0.20 H0: p > 0.20

Chicken meets USDA limits.

Chicken exceeds USDA limits.

© 2012 Pearson Education, Inc. All rights reserved. 16 of 101

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

Solution: Identifying Type I and Type II Errors

A type I error is rejecting H0 when it is true.

The actual proportion of contaminated chicken is lessthan 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.

H0:Ha:

p ≤ 0.2p > 0.2

Hypotheses:(Claim)

© 2012 Pearson Education, Inc. All rights reserved. 17 of 101

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

Solution: Identifying Type I and Type II Errors

H0:Ha:

p ≤ 0.2p > 0.2

Hypotheses:(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. 18 of 101

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

Level of Significance

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) We won’t cover this much, it’s higher level statistics.

© 2012 Pearson Education, Inc. All rights reserved. 19 of 101

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

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.

σ2

x

χ2 (Section 7.5)s2

z (Section 7.4)pt (Section 7.3 n < 30)z (Section 7.2 n ≥ 30)μ

Standardized test statistic

Test statisticPopulation parameter

© 2012 Pearson Education, Inc. All rights reserved. 20 of 101

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

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. 21 of 101

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

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.

• In other words, we’re testing the alternative hypothesis

© 2012 Pearson Education, Inc. All rights reserved. 22 of 101

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

Left-tailed Test

• The alternative hypothesis Ha contains the less-than inequality symbol (<).

z

0 1 2 3–3 –2 –1

Test statistic

H0: μ ≥ k

Ha: μ < kP is the area to the left of the standardized test statistic.

© 2012 Pearson Education, Inc. All rights reserved. 23 of 101

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

• The alternative hypothesis Ha contains the greater-than inequality symbol (>).

Right-tailed Test

H0: μ ≤ k

Ha: μ > k

Test statistic

© 2012 Pearson Education, Inc. All rights reserved. 24 of 101

z

0 1 2 3–3 –2 –1

P is the area to the right of the standardized test statistic.

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

Two-tailed Test

• The alternative hypothesis Ha contains the not-equal-to symbol (≠). Each tail has an area of ½P.

z

0 1 2 3–3 –2 –1

Test statistic

Test statistic

H0: μ = k

Ha: μ ≠ kP is twice the area to the left of the negative standardized test statistic.

P is twice the area to the right of the positive standardized test statistic.

© 2012 Pearson Education, Inc. All rights reserved. 25 of 101

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

Example: Identifying The Nature of a TestFor 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.1. A school publicizes that the proportion of its students who are involved in at least one extracurricular activity is 61%.

H0:Ha:

p = 0.61p ≠ 0.61

Two-tailed test

Solution:

© 2012 Pearson Education, Inc. All rights reserved. 26 of 101

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

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.2. A car dealership announces that the mean time for an oil change is less than 15 minutes.

H0:Ha:

Left-tailed testz

0-z

P-value area

μ ≥ 15 minμ < 15 min

Solution:

© 2012 Pearson Education, Inc. All rights reserved. 27 of 101

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

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.3. A company advertises that the mean life of its furnaces is more than 18 years.

H0:Ha:

Right-tailed testz

0 z

P-value areaμ ≤ 18 yr

μ > 18 yr

Solution:

© 2012 Pearson Education, Inc. All rights reserved. 28 of 101

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

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 not enough evidence to reject the claim

There is enough evidence to support the claim

There is not enough evidence to support the claim

© 2012 Pearson Education, Inc. All rights reserved. 29 of 101

Remember, α is your maximum allowable probability of making a type I error.

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

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?

1. 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. 30 of 101

Solution:

• The claim is represented by H0.

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

Solution: Interpreting a Decision

• If you reject H0, then you should conclude “there is enough evidence to reject the school’s claim that the proportion of students who are involved in at least one extracurricular activity is 61%.”

• If you fail to reject H0, then you should conclude “there is not enough evidence to reject the school’s claim that proportion of students who are involved in at least one extracurricular activity is 61%.”

© 2012 Pearson Education, Inc. All rights reserved. 31 of 101

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

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?

2. 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. 32 of 101

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

Solution: Interpreting a Decision

• If you reject H0, then 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, then you should conclude “there is not enough evidence to support the dealership’s claim that the mean time for an oil change is less than 15 minutes.”

© 2012 Pearson Education, Inc. All rights reserved. 33 of 101

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

z0

Steps for Hypothesis Testing

1. State the claim mathematically and verbally. Identify the null and alternative hypotheses.

H0: ? Ha: ?2. Specify the level of significance.

α = ?3. Determine the standardized

sampling distribution and sketch its graph.

4. Calculate the test statisticand its corresponding standardized test statistic.Add it to your sketch.

z0

Standardized test statistic

This sampling distribution is based on the assumption that H0 is true.

© 2012 Pearson Education, Inc. All rights reserved. 34 of 101

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

Steps for Hypothesis Testing

5. Find the P-value.

6. Use the following decision rule.

7. Write a statement to interpret the decision in the context of the original claim.

Is the P-value less than or equal to the level of significance?

Fail to reject H0.

Yes

Reject H0.

No

© 2012 Pearson Education, Inc. All rights reserved. 35 of 101

Remember: P-Value is 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.

So, if my sample is more extreme than my level of significance, I have to reject the null hypothesis

What you evaluating is the AREA in the tail

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

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

© 2012 Pearson Education, Inc. All rights reserved. 36 of 101

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

Assignment

• Page 367 5-9,11-16,21-24

Larson/Farber 5th ed. 37

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

Section 7.2

Hypothesis Testing for the Mean (Large Samples)

© 2012 Pearson Education, Inc. All rights reserved. 38 of 101

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

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

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

Using P-values to Make a Decision

Decision Rule Based on P-value

• To use a P-value to make a conclusion in a hypothesis test, compare the P-value with α.

1. If P ≤ α, then reject H0.

2. If P > α, then fail to reject H0.

© 2012 Pearson Education, Inc. All rights reserved. 40 of 101

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

Example: Interpreting a P-value

The P-value for a hypothesis test is P = 0.0237. What is your decision if the level of significance is

1. α = 0.05?

2. α = 0.01?

Solution:Because 0.0237 < 0.05, you should reject the null hypothesis. –This would be outside the limits of the tail

Solution:Because 0.0237 > 0.01, you should fail to reject the null hypothesis. -This would be inside our limits

© 2012 Pearson Education, Inc. All rights reserved. 41 of 101

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

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.

a. For a left-tailed test, P = (Area in left tail).

b. For a right-tailed test, P = (Area in right tail).

c. For a two-tailed test, P = 2(Area in tail of test statistic).

© 2012 Pearson Education, Inc. All rights reserved. 42 of 101

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

Example: Finding the P-value

Find the P-value for a left-tailed hypothesis test with a test statistic of z = –2.23. Decide whether to reject H0 if the level of significance is α = 0.01.

z0-2.23

P = 0.0129

Solution:For a left-tailed test, P = (Area in left tail)

Because 0.0129 > 0.01, you should fail to reject H0.

© 2012 Pearson Education, Inc. All rights reserved. 43 of 101

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

On a Calculator

• Calculate P-Value 2nd Vars normalcdf For a left tail test enter (–EE99,Zscore) For a right tail test enter (Zscore, EE99) For a 2 tail test, do one or the other and multiply

your answer times 2 (for 2 tails)

Larson/Farber 5th ed. 44

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

z0 2.14

Example: Finding the P-value

Find the P-value for a two-tailed hypothesis test with a test statistic of z = 2.14. 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)

Because 0.0324 < 0.05, you should reject H0.

0.9838

1 – 0.9838 = 0.0162

P = 2(0.0162) = 0.0324

© 2012 Pearson Education, Inc. All rights reserved. 45 of 101

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

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 σ.

xzn

standard error xn

x

© 2012 Pearson Education, Inc. All rights reserved. 46 of 101

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

Using P-values for a z-Test for Mean μ

1. State the claim mathematically and verbally. Identify the null and alternative hypotheses.

2. Specify the level of significance.

3. Determine the standardized test statistic.

4. Find the area that corresponds to z.

State H0 and Ha.

Identify α.

Use Table 4 in Appendix B.

xzn

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 47 of 101

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

Using P-values for a z-Test for Mean μ

Reject H0 if P-value is less than or equal to α. Otherwise, fail to reject H0.

5. Find the P-value.a. For a left-tailed test, P = (Area in left tail).b. For a right-tailed test, P = (Area in right tail).c. For a two-tailed test, P = 2(Area in tail of test statistic).

6. Make a decision to reject or fail to reject the null hypothesis.

7. Interpret the decision in the context of the original claim.

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 48 of 101

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

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 second. Is there enough evidence to support the claim at

α = 0.01? Use a P-value.

© 2012 Pearson Education, Inc. All rights reserved. 49 of 101

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

Solution: Hypothesis Testing Using P-values

• H0:

• Ha:

• α = • Test Statistic:

μ ≥ 13 sec

μ < 13 sec (Claim)

0.01

• Decision:

At the 1% level of significance, you have sufficient evidence to support the claim that the mean pit stop time is less than 13 seconds.

• P-value

0.0014 < 0.01Reject H0 .

© 2012 Pearson Education, Inc. All rights reserved. 50 of 101

12.9 13

0.19 32

2.98

xz

n

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

On a Calculator

• Stats Tests Z-Test

• Input Stats

• Enter the mean, the standard deviation, the sample mean, and n

• Here were our 2 equations:

• We will test the claim, so chose < μ0

• We get a p-value of .00145, which is less than .01

Larson/Farber 5th ed. 51

• H0:

• Ha:

• α =

μ ≥ 13 sec

μ < 13 sec (Claim)

0.01 (alpha)

Therefore, we should reject the null hypothesis, because our sample value is outside the limit we set for ourselves

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

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. (Adapted from National Institute of Diabetes and Digestive and Kidney Diseases)

© 2012 Pearson Education, Inc. All rights reserved. 52 of 101

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

Solution: Hypothesis Testing Using P-values

• H0:

• Ha:

• α = • Test Statistic:

μ = $22,500

μ ≠ 22,500 (Claim)

0.05

• Decision:

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.

• P-value

0.0836 > 0.05

Fail to reject H0 .

© 2012 Pearson Education, Inc. All rights reserved. 53 of 101

21,545 22,500

3015 30

1.73

xz

n

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

Rejection Regions and Critical Values

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. 54 of 101

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

Rejection Regions and Critical Values

Finding Critical Values in a Normal Distribution

1. Specify the level of significance α.2. Decide whether the test is left-, right-, or two-tailed.

3. Find the critical value(s) z0. If the hypothesis test is

a. left-tailed, find the z-score that corresponds to an area of α,

b. right-tailed, find the z-score that corresponds to an area of 1 – α,

c. two-tailed, find the z-score that corresponds to ½α and1 – ½α.

4. 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. 55 of 101

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

Example: Finding Critical Values

Find the critical value and rejection region for a two-tailed test with α = 0.05.

z0 z0z0

½α = 0.025 ½α = 0.025

1 – α = 0.95

The rejection regions are to the left of –z0 = –1.96 and to the right of z0 = 1.96.

z0 = 1.96–z0 = –1.96

Solution:

© 2012 Pearson Education, Inc. All rights reserved. 56 of 101

Calculator: Again, we can use invNorm(.025) and select either or both tails

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

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 statistic1. is in the rejection region, then reject H0.2. is not in the rejection region, then fail to reject H0.

z0z0

Fail to reject H0.

Reject H0.

Left-Tailed Test

z < z0 z

0 z0

Reject Ho.

Fail to reject Ho.

z > z0

Right-Tailed Test

z0–z0

Two-Tailed Testz0z < –z0 z > z0

Reject H0

Fail to reject H0

Reject H0

© 2012 Pearson Education, Inc. All rights reserved. 57 of 101

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

Using Rejection Regions for a z-Test for a Mean μ

1. State the claim mathematically and verbally. Identify the null and alternative hypotheses.

2. Specify the level of significance.

3. Determine the critical value(s).

4. Determine the rejection region(s).

State H0 and Ha.

Identify α.

Use Table 4 in Appendix B.

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 58 of 101

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

Using Rejection Regions for a z-Test for a Mean μ

5. Find the standardized test statistic.

6. Make a decision to reject or fail to reject the null hypothesis.

7. Interpret the decision in the context of the original claim.

or if 30

use

xz nn

s

.

If z is in the rejection region, reject H0. Otherwise, fail to reject H0.

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 59 of 101

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

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. 60 of 101

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

Solution: Testing with Rejection Regions

• H0:

• Ha:

• α = • Rejection Region:

μ ≥ $68,000

μ < $68,000 (Claim)

0.05

• Decision: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.

• Test Statistic

Fail to reject H0 .

© 2012 Pearson Education, Inc. All rights reserved. 61 of 101

66,900 68,000

5500 30

1.10

xz

n

1.10z

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

On a Calculator

• Stats Tests Z-Test

• Input Stats

• Enter the mean, the standard deviation, the sample mean, and n

• Here were our 2 equations:

• We will test the claim, so chose < μ0

• We get a z-score of -1.09, which is inside our desired area

62

• H0:

• Ha:

• α =

Therefore, we should not reject the null hypothesis, because our sample value is inside the limit we set for ourselves

μ ≥ $68,000

μ < $68,000 (Claim)

0.05

Note: You could also compare P-Value to alpha. The p-value is not less than alpha, so we do not reject the null hypothesis

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

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. 63 of 101

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

Solution: Testing with Rejection Regions

• H0:

• Ha:

• α = • Rejection Region:

μ = $13,120 (Claim)

μ ≠ $13,120

0.10

• Decision:At the 10% level of significance, you have enough evidence to reject the claim that the mean cost of raising a child from birth to age 2 by husband-wife families in the U.S. is $13,120.

• Test Statistic

Reject H0 .

© 2012 Pearson Education, Inc. All rights reserved. 64 of 101

12,925 13,120

1745 500

2.50

xz

n

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

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

© 2012 Pearson Education, Inc. All rights reserved. 65 of 101

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

Assignment

• P. 381 3-12

• P. 382 15-22, 25-34

Larson/Farber 5th ed. 66

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

Chapter 7 Quiz 1

• Using data from question 40 on page 384:

1. Write a null hypothesis and an alternate hypothesis (identify which is the claim)

2. Calculate the critical Z-value

3. Calculate the sample standard deviation

4. Calculate the p-value

5. Using a confidence level α = .09, is there enough information to reject the company’s claim?

4 points each question

Larson/Farber 5th ed. 67

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

Section 7.3

Hypothesis Testing for the Mean (Small Samples)

© 2012 Pearson Education, Inc. All rights reserved. 68 of 101

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

Section 7.3 Objectives

• Find critical values in a t-distribution

• Use the t-test to test a mean μ

• Use technology to find P-values and use them with a t-test to test a mean μ

© 2012 Pearson Education, Inc. All rights reserved. 69 of 101

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

Finding Critical Values in a t-Distribution

1. Identify the level of significance α.

2. Identify the degrees of freedom d.f. = n – 1.

3. 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

a. left-tailed, use “One Tail, α ” column with a negative sign,

b. right-tailed, use “One Tail, α ” column with a positive sign,

c. two-tailed, use “Two Tails, α ” column with a negative and a positive sign.

© 2012 Pearson Education, Inc. All rights reserved. 70 of 101

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

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.

t0t0 = –1.725

0.05

© 2012 Pearson Education, Inc. All rights reserved. 71 of 101

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

On the Calculator

• 2nd Vars InvT(area,D.F.)

• Area = α = 0.05

• n = 21 so D.F. = 20

• Solve InvT(.05,20) and get -1.7247 or -1.725

• NOTE: This is a left tailed test. For a right tailed test, use the “Positive” answer 1.725

Larson/Farber 5th ed. 72

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

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. 73 of 101

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

On a Calculator

• 2nd Vars InvT(area,D.F.)

• Area = α = 0.10HOWEVER, this is the total area. So we need to divide this in half since InvT solves for one tail

• n = 26 so D.F. = 25

• Solve InvT(.05,25) and get -1.708

• NOTE: This is a two tailed test. Therefore, we must have 2 rejection regions -1.708 and 1.708

• This will give us our total area of .10

Larson/Farber 5th ed. 74

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

t-Test for a Mean μ (n < 30, σ Unknown)

t-Test for a Mean

• 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.

xts n

x

© 2012 Pearson Education, Inc. All rights reserved. 75 of 101

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

Using the t-Test for a Mean μ(Small Sample)

1. State the claim mathematically and verbally. Identify the null and alternative hypotheses.

2. Specify the level of significance.

3. Identify the degrees of freedom.

4. Determine the critical value(s).

5. Determine the rejection region(s).

State H0 and Ha.

Identify α.

Use Table 5 in Appendix B.

d.f. = n – 1.

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 76 of 101

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

Using the t-Test for a Mean μ(Small Sample)

6. Find the standardized test statistic and sketch the sampling distribution

7. Make a decision to reject or fail to reject the null hypothesis.

8. Interpret the decision in the context of the original claim.

xts n

If t is in the rejection region, reject H0. Otherwise, fail to reject H0.

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 77 of 101

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

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. 78 of 101

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

Solution: Testing μ with a Small Sample

• H0:

• Ha:

• α =

• df = • Rejection Region:

• Test Statistic:

• Decision:

μ ≥ $20,500 (Claim)μ < $20,500

0.0514 – 1 = 13

At the 5% 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. 79 of 101

19,850 20,5002.244

1084 14

xt

s n

t ≈ –2.244

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

On the Calculator

• Stats Test Ttest

• You must test the ALTERNATE Hypothesis

• Which means you have to know what it is

• Enter data

• Test μ < $20,500

• You will get a t-test value of -2.244 If you had calculated the t-critical value, you could compare, and see that the test value is less than the critical value, and thus reject the null hypothesis

• You get a p-value of .02 This is less than the alpha of .05

• Thus, the probability of occurrence is in the rejection region, so we reject the null hypothesis

Larson/Farber 5th ed. 80

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

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. 81 of 101

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

Solution: Testing μ with a Small Sample

• H0:

• Ha:

• α =

• df = • Rejection Region:

• Test Statistic:

• Decision:

μ = 6.8 (Claim)μ ≠ 6.8

0.05

19 – 1 = 18

6.7 6.81.816

0.24 19

xt

s n

At the 5% level of significance, there is not enough evidence to reject the claim that the mean pH is 6.8.

t0–2.101

0.025

2.101

0.025

–2.101 2.101

–1.816

Fail to reject H0 .

© 2012 Pearson Education, Inc. All rights reserved. 82 of 101

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

On the Calculator

• Stats Test Ttest

• You must test the ALTERNATE Hypothesis

• Which means you have to know what it is

• Enter data

• Test μ ≠ 6.8

• You will get a t-test value of -1.816

• Remember, this is a 2 tail test, so you also have a t-test value of 1.816

• If you had calculated the T-critical value you could compare these

• You get a p-value of .09 This is not less than the alpha of .05

• Thus, the probability of occurrence is in not in the rejection region, so we fail to reject the null hypothesis

Larson/Farber 5th ed. 83

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

Example: Using P-values with t-Tests

A Department of Motor Vehicles office claims that the mean wait time is less than 14 minutes. A random sample of 10 people has a mean wait time of 13 minutes with a standard deviation of 3.5 minutes. At α = 0.10, test the office’s claim. Assume the population is normally distributed.

© 2012 Pearson Education, Inc. All rights reserved. 84 of 101

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

Solution: Using P-values with t-Tests

© 2012 Pearson Education, Inc. All rights reserved. 85 of 101

• H0:

• Ha:

• Decision:

μ ≥ 14 minμ < 14 min (Claim)

TI-83/84 setup: Calculate: Draw:

At the 10% level of significance, there is not enough evidence to support the office’s claim that the mean wait time is less than 14 minutes.

P ≈ 0.1949Since 0.1949 > 0.10, fail to reject H0.

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

Chapter 7 Quiz 2

• Using data from question 39 on page 384:

1. Write a null hypothesis and an alternate hypothesis (identify which is the claim)

2. Calculate the critical Z-value (based on α = .06)

3. Calculate the sample standard deviation

4. Calculate the p-value

5. Using a confidence level α = .06, is there enough information to support the scientist’s claim?

4 points each question

Larson/Farber 5th ed. 86

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

Assignment

• P. 393 4-30 even

Larson/Farber 5th ed. 87

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

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 μ

© 2012 Pearson Education, Inc. All rights reserved. 88 of 101

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

Chapter 7 Quiz 3

• Using data from question 29 on page 395:

1. Write a null hypothesis and an alternate hypothesis (identify which is the claim)

2. Calculate the p-value

3. Compare the p-value to α =.05 and decide whether to reject or fail to reject the null hypothesis

4. Using a confidence level α = .05, is there enough information to support the university’s claim? (Either the claim is false, or the claim is true).

5 points each question

Larson/Farber 5th ed. 89

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

Section 7.4

Hypothesis Testing for Proportions

© 2012 Pearson Education, Inc. All rights reserved. 90 of 101

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

Section 7.4 Objectives

• Use the z-test to test a population proportion p

© 2012 Pearson Education, Inc. All rights reserved. 91 of 101

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

z-Test for a Population Proportion

z-Test for a Population Proportion p

• A statistical test for a population proportion p.

• 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.

ˆ

ˆ

ˆ ˆp

p

p p pzpq n

© 2012 Pearson Education, Inc. All rights reserved. 92 of 101

Remember: Binomial Distribution means 2 outcomes

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

Using a z-Test for a Proportion p

1. State the claim mathematically and verbally. Identify the null and alternative hypotheses.

2. Specify the level of significance.

3. Determine the critical value(s).

4. Determine the rejection region(s).

State H0 and Ha.

Identify α.

Use Table 4 in Appendix B.

Verify that np ≥ 5 and nq ≥ 5.

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 93 of 101

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

Using a z-Test for a Proportion p

5. Find the standardized test statistic and sketch the sampling distribution.

6. Make a decision to reject or fail to reject the null hypothesis.

7. Interpret the decision in the context of the original claim.

If z is in the rejection region, reject H0. Otherwise, fail to reject H0.

p̂ pzpq n

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 94 of 101

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

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. 95 of 101

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

Solution: Hypothesis Test for Proportions

• H0:

• Ha:

• α = • Rejection Region:

p ≥ 0.5

p ≠ 0.45

0.01

• Decision: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.

• Test Statistic

Fail to reject H0 .

© 2012 Pearson Education, Inc. All rights reserved. 96 of 101

ˆ 0.39 0.5

(0.5)(0.5) 100

2.2

p pz

pq n

z = –2.2

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

On a Calculator

• Choose Stats Tests 1-PropZTest

• P0 = .50 (null hypothesis)

• X = number of successes. They tell us success happened 39% of the time. There were 100 sampled, so x = .39 x 100 = 39

• n = 100

• Prop = “not equal” remember, we are testing the Alternative Hypothesis

• Z test score = -2.2 –we could compare this to a Z critical score if we calculated it

• P = .02

• This is not less than .01, so it is not in the tail, so we do not reject the null hypothesis

Larson/Farber 5th ed. 97

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

Example: Hypothesis Test for Proportions

A 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 degree 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. 98 of 101

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

Solution: Hypothesis Test for Proportions

• H0:

• Ha:

• α = • Rejection Region:

p = 0.25 (Claim)

p ≠ 0.25

0.10

• Decision:At the 10% level of significance, there is enough evidence to reject the claim that 25% of college graduates think a college degree is not worth the cost.

• Test Statistic

Fail to reject H0 .

© 2012 Pearson Education, Inc. All rights reserved. 99 of 101

ˆ 0.21 0.25

(0.25)(0.75) 200

1.31

p pz

pq n

z ≈ –1.31

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

On the Calculator

100

• Choose Stats Tests 1-PropZTest

• P0 = .25 (null hypothesis

• X = number of successes. They tell us success happened 21% of the time. There were 200 sampled, so x = .21 x 200 = 42

• NOTE: You can actually type in .21 x 200 for this entry

• n = 200

• Prop = “not equal” remember, we are testing the Alternative Hypothesis (Binomial is ALWAYS not equal)

• Z test score = -1.30 –we could compare this to a Z critical score if we calculated it

• P = .19

• This is not less than .10, so it is not in the tail(s), so we do not reject the null hypothesis

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

Section 7.4 Summary

• Used the z-test to test a population proportion p

© 2012 Pearson Education, Inc. All rights reserved. 101 of 101

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

Assignment

• Page 401 4-16 Even

Larson/Farber 5th ed. 102

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

Larson/Farber 5th ed. 103

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

Section 7.5

Hypothesis Testing for Variance and Standard Deviation

© 2012 Pearson Education, Inc. All rights reserved. 104 of 101

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

Section 7.5 Objectives

• Find critical values for a χ2-test

• Use the χ2-test to test a variance or a standard deviation

© 2012 Pearson Education, Inc. All rights reserved. 105 of 101

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

Finding Critical Values for the χ2-Test

1. Specify the level of significance α.

2. Determine the degrees of freedom d.f. = n – 1.

3. The critical values for the χ2-distribution are found in Table 6 in Appendix B. To find the critical value(s) for a

a. right-tailed test, use the value that corresponds to d.f. and α.

b. left-tailed test, use the value that corresponds to d.f. and 1 – α.

c. two-tailed test, use the values that corresponds to d.f. and ½α, and d.f. and 1 – ½α.

© 2012 Pearson Education, Inc. All rights reserved. 106 of 101

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

Finding Critical Values for the χ2-Test

© 2012 Pearson Education, Inc. All rights reserved. 107 of 101

20

α1 – α

Right-tailed

Two-tailed

1 – α 12α

2L 2

R

12α

1 α

α

20

Left-tailed

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

Example: Finding Critical Values for χ2

Find the critical χ2-value for a left-tailed test whenn = 11 and α = 0.01.

Solution:• Degrees of freedom: n – 1 = 11 – 1 = 10 d.f. • The area to the right of the critical value is 1 – α = 1 – 0.01 = 0.99.

From Table 6, the critical value is .20 2.558

© 2012 Pearson Education, Inc. All rights reserved. 108 of 101

0.01α

χ0 = 2.558

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

Example: Finding Critical Values for χ2

Find the critical χ2-value for a two-tailed test when n = 9 and α = 0.05.

Solution:• Degrees of freedom: n – 1 = 9 – 1 = 8 d.f. • The areas to the right of the critical values are

From Table 6, the critical values are and .

02

251

.0α

01

1 . 7 .52

2 2.180L 2 17.535R

© 2012 Pearson Education, Inc. All rights reserved. 109 of 101

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

The Chi-Square Test

χ2-Test for a Variance or Standard Deviation

• A statistical test for a population variance or standard deviation.

• Can be used when the population is normal.

• The test statistic is s2.

• The standardized test statistic

follows a chi-square distribution with degrees of freedom d.f. = n – 1.

22

2( 1)n s

© 2012 Pearson Education, Inc. All rights reserved. 110 of 101

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

Using the χ2-Test for a Variance or Standard Deviation

1. State the claim mathematically and verbally. Identify the null and alternative hypotheses.

2. Specify the level of significance.

3. Determine the degrees of freedom.

4. Determine the critical value(s).

State H0 and Ha.

Identify α.

Use Table 6 in Appendix B.

d.f. = n – 1

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 111 of 101

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

Using the χ2-Test for a Variance or Standard Deviation

22

2( 1)n s

If χ2 is in the rejection region, reject H0. Otherwise, fail to reject H0.

5. Determine the rejection region(s).

6. Find the standardized test statistic and sketch the sampling distribution.

7. Make a decision to reject or fail to reject the null hypothesis.

8. Interpret the decision in the context of the original claim.

In Words In Symbols

© 2012 Pearson Education, Inc. All rights reserved. 112 of 101

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

Example: Hypothesis Test for the Population Variance

A dairy processing company claims that the variance of the amount of fat in the whole milk processed by the company is no more than 0.25. You suspect this is wrong and find that a random sample of 41 milk containers has a variance of 0.27. At α = 0.05, is there enough evidence to reject the company’s claim? Assume the population is normally distributed.

© 2012 Pearson Education, Inc. All rights reserved. 113 of 101

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

Solution: Hypothesis Test for the Population Variance

• H0:

• Ha:

• α =

• df =

• Rejection Region:

• Test Statistic:

• Decision:

σ2 ≤ 0.25 (Claim)

σ2 > 0.25

0.0541 – 1 = 40

22

2

( 1) (41 1)(0.27)

0.2543.2

n s

Fail to Reject H0 .At the 5% level of significance, there is not enough evidence to reject the company’s claim that the variance of the amount of fat in the whole milk is no more than 0.25.

© 2012 Pearson Education, Inc. All rights reserved. 114 of 101

0.05α

20 55.758 2 43.2

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

Example: Hypothesis Test for the Standard Deviation

A company claims that the standard deviation of the lengths of time it takes an incoming telephone call to be transferred to the correct office is less than 1.4 minutes. A random sample of 25 incoming telephone calls has a standard deviation of 1.1 minutes. At α = 0.10, is there enough evidence to support the company’s claim? Assume the population is normally distributed.

© 2012 Pearson Education, Inc. All rights reserved. 115 of 101

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

Solution: Hypothesis Test for the Standard Deviation

• H0:

• Ha:

• α =

• df =

• Rejection Region:

• Test Statistic:

• Decision:

σ ≥ 1.4 min.

σ < 1.4 min. (Claim)0.10

25 – 1 = 24

Reject H0 .At the 10% level of significance, there is enough evidence to support the claim that the standard deviation of the lengths of time it takes an incoming telephone call to be transferred to the correct office is less than 1.4 minutes.

© 2012 Pearson Education, Inc. All rights reserved. 116 of 101

2 22

2 2

( 1) (25 1)(1.1)

1.414.816

n s

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

Example: Hypothesis Test for the Population Variance

A sporting goods manufacturer claims that the variance of the strengths of a certain fishing line is 15.9. A random sample of 15 fishing line spools has a variance of 21.8. At α = 0.05, is there enough evidence to reject the manufacturer’s claim? Assume the population is normally distributed.

© 2012 Pearson Education, Inc. All rights reserved. 117 of 101

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

Solution: Hypothesis Test for the Population Variance

• H0:

• Ha:

• α =

• df =

• Rejection Region:

• Test Statistic:

• Decision:

σ2 = 15.9 (Claim)

σ2 ≠ 15.9

0.0515 – 1 = 14

2 (n 1)s2

2

(15 1)(21.8)

15.919.195

Fail to Reject H0

At the 5% level of significance, there is not enough evidence to reject the claim that the variance in the strengths of the fishing line is 15.9.

© 2012 Pearson Education, Inc. All rights reserved. 118 of 101

10.025

10.025

2 5.629L 2 26.119R 19.195

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

Section 7.5 Summary

• Found critical values for a χ2-test

• Used the χ2-test to test a variance or a standard deviation

© 2012 Pearson Education, Inc. All rights reserved. 119 of 101