Ma 217 Chapter 10 Summary
Ma 217 Chapter 10 Summary
4. Calculate the p-value. The formula will depend on the form of the alternative hypothesis.
For Ha: p1 ≠ p2 [Two-tailed test] p-value = 2*P(Z > |z*| )
Ha: p1 > p2 [Upper tail test] p-value = P(Z > z*)
Ha: p1 < p2 [Lower tail test] p-value = P(Z < z*)
“At the significance level, there is/is not evidence that the proportion of ______ from the
first population is different/more than/less than the proportion of ________ from the second
population [x1 = # , n1 = #, x2 = # , n2 = #, z* = #, p-value = # ]. The assumptions of the test
were/were not met since……”
Hypothesis Testing for Two Population Means (1 and 2)
Two Mean Pooled T-test: Use when you assume the population standard deviations are
unknown, but equal (i.e.: Assume 1 = 2).
t* = (x̅1 – x̅2 )/Sp where the Sp = the pooled standard deviation = standard error or the
standard deviation of the difference in the sample means and
Sp = {[(n1-1) s12 + (n2-1)s22 ]/ (n1 + n2 – 2)}.
The degrees of freedom for the t distribution is df = n1 + n2 – 2.
Two Mean (Unpooled) T-test: Use when you don’t know if the population standard deviations
are equal (i.e.: Assume 1 ≠ 2).
The t*= = (x̅1 – x̅2)/S where S = [s12/ n1 + s22/n2]. And the degrees of freedom is
computed using the (complicated) Welch-Satterthwaite formula. Excel will compute this
for you.
4. Calculate the p-value. The formula will depend on the form of the alternative hypothesis
For Ha: 1 ≠ 2 [Two-tailed test] p-value = 2*P(T > |t*| )
Ha: 1 > 2 [Upper tail test] p-value = P(T > t*)
Ha: 1 < 2 [Lower tail test] p-value = P(T < t*)
“At the significance level, there is/is not evidence that the mean ______ from the first
population is different/more than/less than the mean of ________ from the second population
[x̅1 = # , s1 = #, n1 = #, x̅2 = # , s2 = #, n2 = #, t* = #, p-value = # ]. The assumptions of the test
were/were not met since….”
Case 2 (Section 9.3): Dependent Samples (or where the two samples are
matched/paired/dependent.)
4. Calculate the p-value. The formula will depend on the form of the alternative hypothesis
For Ha: 1 ≠ 2 or diff ≠ 0 [Two-tailed test] p-value = 2*P(T > |t*|)
Ha: 1 > 2 or diff > 0 [Upper tail test] p-value = P(T > t*)
Ha: 1 < 2 or diff < 0 [Lower tail test] p-value = P(T < t*)
“At the significance level, there is/is not evidence that the mean ______ from the first
population is different/more than/less than the mean of ________ from the second population
[xbar_diff = # , sDiff = #, ndiff = #, t* = #, p-value = # ]. The assumptions of the test were/were
not met.”