1. Testing resting heart rate against a claimed value
Problem
Sum all five measurements and divide by to find the sample mean.
Find each value's deviation from the mean (-3, 1, 0, -2, 4), square them, sum to 30, divide by , then take the square root.
Divide the sample standard deviation by to get the standard error, which scales variability by sample size.
Subtract the hypothesized mean from the sample mean and divide by the standard error to get the test statistic.
Answer:
We use a t-test here because we have a small sample (n=5) and know only the sample standard deviation, not the population value. The positive t-value shows the sample mean is slightly above the hypothesized 60 bpm, scaled by the variability in our measurements.