Decision made in Hypothesis Test if P-value = 0.001
What is "since the P-value is less than any reasonable significance level, we reject the null hypothesis, and conclude there is significance evidence to support the alternative hypothesis"?
T the probability of rolling a fair die three times and getting three fours.
What is P(rolling three 4s) = P(4)*P(4)*P(4) = P(4)^3 = 0.004
Primary Reason for Blocking in Experiments
Reduce Variation in Responses
Interpretation of the slope in the least-square regression line, y = 15 - 4x
What is "For every one unit increase in the explanatory variable, there is on average a 4 unit decrease in the reponse variable"?
What is 0.147
The probability of rolling a sum of 7 on two dice, given one of the dice is even.
What is 1/6
The z* for a 92% confidence interval
What is DISTR (or 2nd VARS)--> invNorm(.04) = 1.75
The population is divided into groups by some "like" characteristic and then a random sample is selected from each of these groups.
What is stratified random sampling
n = 475
X~B(14, 0.3)Calculator Command for P(X < 8)
binomcdf(14, 0.3, 7)
The 95% confidence interval (-4.25, -1.33) for the difference of two means (mean #1 - mean #2). Does this provide evidence of a significant difference in these means? WHY?
Yes, the interval does NOT contain 0, therefore we have evidence of a significant difference.
Formula for finding the slope of the linear regression line if you know the correlation and the summary statistics for each variable.
Slope = (r)(sy/sx)
The chance of guessing exactly 4 question correct out of 10 True/False Questions by Guessing.
Find the area between z=1.45 and z = 2.45 on a normal distribution curve.
What is normalcdf(1.45, 2.45, 0, 1)