
Jon S. answered 03/18/21
Patient and Knowledgeable Math and English Tutor
xbar = sample mean
mu = population mean
sd = standard deviation
n = sample size
a. P(xbar > 26.2)
compute z-stat = (xbar - mu)/(sd/sqrt(n)) = (26.2 - 26)/(3/6) = 0.4
P(xbar > 26.2) = P(z > 0.4) = 1 - P(z < 0.4) = 1 - 0.6554 = 0.3446
b. P(24 < xbar < 30)
compute z-stat for xbar = 24:
(24-26)/(3/6) = -4
compute z-stat for xbar = 30
(30-26)/(3/6) = 8
P(24 < xbar < 30) = P(-4 < z < 8) ~1