Question

A consumer research group is interested in testing an automobile manufacturer’s claim that a new economy...

A consumer research group is interested in testing an automobile manufacturer’s claim that a new economy model will travel at least 25 miles per gallon of gasoline. Provide a null and alternative hypothesis for the test. Suppose a test on 25 cars of this model indicates an average of 24 mpg, with a sample standard deviation of 3 mpg. Compute the value for the test statistic and the p-value. Please copy your R code and the result and paste them here. Suppose the significance level is 5%. Compute the critical value for the test statistic. What conclusion should we draw for the test? Provide a practical interpretation for this conclusion. Please copy your R code and the result and paste them here. Compute the critical value for the sample mean and determine the when we should reject H0 and when we should accept H0. Provide a practical interpretation of Type II error in this case. Compute the probability of committing a Type II error (denoted as β) if the actual mileage is 23 mpg as well as the power of the test. Please copy your R code and the result and paste them here.

Homework Answers

Answer #1

The hypothesis is

H0: economy model will not travel at least 25 miles per gallon of gasoline
H1: economy model will travel at least 25 miles per gallon of gasoline


Please see the R code below

n <- 25
xbar <- 24
mu <- 25
sig <- 3


## we know that the t stat is

tstat <- (xbar - mu)/(sig/sqrt(n))

tstat

df = n-1

2*pt(-abs(tstat), df, lower=TRUE)

> tstat
[1] -1.666667
> 2*pt(-abs(tstat), df, lower=TRUE)
[1] 0.1085801


the results are p = 0.1085

as the alspha is 0.05 , hence p value > alpha and we fail to reject the null hypothesis

type2 error is when we accept the null hypothesis when we should not

Hence in this case type 2 error occurs when we conlude that economy model will not travel at least 25 miles per gallon of gasoline even though the true result was that economy model will travel at least 25 miles per gallon of gasoline

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A consumer research group is interested in testing an automobile manufacturer's claim that a new economy...
A consumer research group is interested in testing an automobile manufacturer's claim that a new economy model will travel at least 27 miles per gallon of gasoline (H 0:   27). With a .02 level of significance and a sample of 40 cars, what is the rejection rule based on the value of x for the test to determine whether the manufacturer's claim should be rejected (to 2 decimals)? Assume that x is 5 miles per gallon. Reject H 0 if x...
A consumer research group is interested in testing an automobile manufacturer's claim that a new economy...
A consumer research group is interested in testing an automobile manufacturer's claim that a new economy model will travel at least 26 miles per gallon of gasoline (H 0:   26). With a .02 level of significance and a sample of 30 cars, what is the rejection rule based on the value of  for the test to determine whether the manufacturer's claim should be rejected (to 2 decimals)? Assume that  is 6 miles per gallon. Reject H 0 if  is Selectless than or equal togreater...
A consumer research group is interested in testing an automobile manufacturer's claim that a new economy...
A consumer research group is interested in testing an automobile manufacturer's claim that a new economy model will travel at least 27 miles per gallon of gasoline (H 0:   27). a. With a .02 level of significance and a sample of 40 cars, what is the rejection rule based on the value of 'x bar ' for the test to determine whether the manufacturer's claim should be rejected (to 2 decimals)? Assume that population standard deviation is 6 miles per gallon....
The variance in a production process is an important measure of the quality of the process....
The variance in a production process is an important measure of the quality of the process. A large variance often signals an opportunity for improvement in the process by finding ways to reduce the process variance. The following sample data show the weight of bags (in pounds) produced on two machines: machine 1 and 2. m1 = (2.95, 3.45, 3.50, 3.75, 3.48, 3.26, 3.33, 3.20, 3.16, 3.20, 3.22, 3.38, 3.90, 3.36, 3.25, 3.28, 3.20, 3.22, 2.98, 3.45, 3.70, 3.34, 3.18,...
1.   The Wall Street Journal’s Shareholder Scoreboard tracks the performance of 1000 major U.S. companies. The...
1.   The Wall Street Journal’s Shareholder Scoreboard tracks the performance of 1000 major U.S. companies. The performance of each company is rated based on the annual total return, including stock price changes and the reinvestment of dividends. Ratings are assigned by dividing all 1000 companies into five groups from a (top 20%), b (next 20%), to e (bottom 20%). Shown here are the one-year ratings for a sample of 60 of the largest companies. A B C D E 5...
1.   A Bloomberg Businessweek subscriber study asked, “in the past 12 months, when traveling for business,...
1.   A Bloomberg Businessweek subscriber study asked, “in the past 12 months, when traveling for business, what type of airline ticket did you purchase most often?” A second question asked if the type of airline ticket purchased most often was for domestic or international travel. Sample data obtained are shown in the following table. Type of Ticket Domestic Flight International Flight First class 29 22 Business class 95 121 Economy class 518 135 a)   The study wants to test whether...
Two thousand numbers are selected randomly; 1040 are odd numbers and 960 are even numbers. a)...
Two thousand numbers are selected randomly; 1040 are odd numbers and 960 are even numbers. a) Compute the test statistic. (Show your work. Round to the nearest hundredth; 4 points) b)Use the value of test statistic found in part (b) and provide one line of R code for computing the corresponding p-value. c)Suppose that the resulting p-value from part (c) is 0.0735. At the 0.1 level of significance, test the hypotheses and provide a practical interpretation of your conclusion.
The test statistic of z=−2.86 is obtained when testing the claim that p < 0.68. a....
The test statistic of z=−2.86 is obtained when testing the claim that p < 0.68. a. Using a significance level of alphaαequals=0.01, find the critical​ value(s). b. Should we reject Upper H0 or should we fail to reject Upper H0​? Click here to view page 1 of the standard normal distribution table. LOADING... Click here to view page 2 of the standard normal distribution table. LOADING... a. The critical​ value(s) is/are zequals=nothing. ​(Round to two decimal places as needed. Use...
5. A consumer watchdog group tests the gas mileage for a specific model of car using...
5. A consumer watchdog group tests the gas mileage for a specific model of car using a (random) sample of 14 cars.          This sample has a mean gas mileage of 27.6 mpg and a standard deviation of 3.2 mpg. (a) Find a 99% confidence interval for the mean gas mileage of all cars of this model.                                  [8 pts] (b) Complete each step below to perform a (traditional) hypothesis test to test the claim in bold made by...
The test statistic of z = −2.21 is obtained when testing the claim that p =...
The test statistic of z = −2.21 is obtained when testing the claim that p = 3/5. a. Using a significance level of α = 0.10, find the critical​value(s). b. Should we reject Upper H0 or should we fail to reject Upper H0​? a. The critical​ value(s) is/are z = ____________. b. Choose the correct conclusion below: A. Fail to reject H0. There is not sufficient evidence to support the claim that p = 3/5 B. Reject H0. There is...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT