High School

The LA Times claims the mean weight of a US male is 180 pounds. You think it’s more. You collect the following simple random sample (SRS): {190, 185, 188, 195, 170, 175, 190, 195, 190, 170}.

Is there sufficient evidence at the 5% significance level (α = .05) to indicate that the mean weight of US males is more than 180 pounds? What is your p-value?

A. 0.0746
B. 0.0289
C. 0.0235
D. 0.1284

Answer :

To determine if there is sufficient evidence at the 5% significance level to conclude that the mean weight of US males is more than 180 pounds, we will perform a hypothesis test. Here’s how you can perform the test:

  1. Define the Hypotheses:

    • Null Hypothesis (H0): [tex]\mu = 180[/tex] pounds (The mean weight of US males is 180 pounds.)
    • Alternative Hypothesis (H1): [tex]\mu > 180[/tex] pounds (The mean weight of US males is more than 180 pounds.)
  2. Collect the Sample Data:

    • Sample weights: {190, 185, 188, 195, 170, 175, 190, 195, 190, 170}
  3. Calculate the Sample Mean and Standard Deviation:

    • Sample mean ([tex]\bar{x}[/tex]) is calculated as:
      [tex]\bar{x} = \frac{190 + 185 + 188 + 195 + 170 + 175 + 190 + 195 + 190 + 170}{10} = 184.8 \text{ pounds}[/tex]

    • Sample standard deviation (s) is calculated with:
      [tex]s = \sqrt{\frac{\sum(x_i - \bar{x})^2}{n-1}}[/tex]

    • After calculating, [tex]s \approx 10.92 \text{ pounds}[/tex]

  4. Conduct the t-Test:

    • Compute the t-statistic using:
      [tex]t = \frac{\bar{x} - \mu}{s / \sqrt{n}} = \frac{184.8 - 180}{10.92/\sqrt{10}} \approx 1.389[/tex]
  5. Find the P-value:

    • Using a t-distribution table or calculator with degrees of freedom:[tex]df = n - 1 = 9[/tex]
    • A t-statistic of 1.389 corresponds to a p-value of approximately 0.108.
  6. Compare P-value and Significance Level:

    • At [tex]\alpha = 0.05[/tex], since the p-value (0.108) is greater than [tex]\alpha[/tex], we fail to reject the null hypothesis.
  7. Conclusion:

    • There is not enough evidence to conclude that the mean weight of US males is more than 180 pounds at the 5% significance level.

The closest specified p-value in the given options to our calculated p-value (0.108) is option d) 0.1284.