Due Friday 4/11 at 10pm.

Your score will be calculated out of 27 points and scaled to be out of 5 points.

Answers to Questions 2b+c, and 3a+b+c will be marked as entirely correct or entirely incorrect (no partial credit). If you have doubts about your answers to these questions, please see me during class or office hours. Confidence intervals created without work shown will not recieve credit.


Question 1 – Conceptual (5 pts)

Part A: Why do we use confidence intervals instead of just providing a point estimate of a parameter?

Part B: Explain the purpose of a sampling distribution.

Part C: What does a dot on a sampling distribution for the mean represent?

Part D: What is the relationship between confidence % and interval width for a confidence interval?

Part E: What is the relationship between sample size and interval width for a confidence interval?


Question 2 – Normal Distribution (4 pts)

Part A: Explain the 68-95-99.7% Rule for the Normal Distribution.

Part B: What is the probability of selecting a value greater than 25 on a N(\(\mu=18\), \(\sigma = 6\)) distribution (use pnorm())? Sketching the problem out can be helpful to visualize the probability, but is not necessary.

Part C: What is the cutoff value associated with the 95th quantile of a standard normal distribution distribution (use qnorm())? Sketching the problem out can be helpful to visualize the cutoff, but is not necessary.


Question 3 – t-distribution (3 pts)

For this question, assume we have a sample of size 35.

Part A: What is the value for \(\alpha\) for a 90% confidence interval?

Part B: Use Part A to determine the value of the probability we need to plug in to the qt() function to get the correct ME of a 90% confidence interval.

Part C: Use qt() to find out how many SE’s we need to add and subtract to create a 90% CI for this sample.


Question 4 – Chips Ahoy (8pts)

In 1998, as an advertising campaign, the Nabisco Company announced a “1000 Chips Challenge” claiming that every 18-ounce bag of their Chips Ahoy cookies contained at least 1000 chocolate chips. Statistics students at the Air Force Academy purchased 53 randomly selected bags and counted the number of chocolate chips.

The sample average number of chocolate chips per bag was 1238.1875 and sample standard deviation was 94.2820.

Goal: We want to estimate the pop. mean number of chocolate chips in all 18-oz Chips Ahoy bags

Part A: Describe the parameter in context. Do we know the value?

Part B: Describe the statistic of interest in context. What is the value?

Part C: Are the conditions met to create a 95% confidence interval for the mean using the t-distribution for this sample? Explain.

Part D: Create a 95% confidence interval for the population mean (show work or no credit will be given)

Part E: Interpret the confidence interval in context.

Part F: Use the confidence interval to justify whether the company seems honest in their advertising claim.

Question 5 – Rainbow Trout (7 pts)

Rainbow trout were captured using 2 different types of nets; Sinking Net and Floating Net. It is hypothesized that the Sinking Net will be more effective in catching smaller fish. Out of all of the rainbow trout caught, a random sample of 71 fish caught using the sinking net was examined and a random sample of 52 fish caught using the floating net was examined.

Research Question: Estimate the difference in pop. mean length (mm) for fish caught with the floating net vs. the sinking net

Sinking Net Fish

The average length (mm) for the fish caught in the Sinking Net was 254.972 with a standard deviation of 73.619.

Floating Net Fish

The average length (mm) for the fish caught in the Floating Net was 278.846 with a standard deviation of 70.653.

Part A: Are the conditions met to make a 90% CI for difference in means for these samples? Explain.

Part B: Regardless of your answer to Part A, create a 90% CI for the difference in pop. means. (show work for credit)

Part C: Interpret the confidence interval in context.

Part D: Is it plausible there is no difference in the pop. means according to the CI? Explain.