Hi Tamera,
(a) This is similar to the other problems you posted. Z = (x - mu)/sigma. I will again use z1 and z2.
mu=67
sigma=6
x1=66
x2=68
Z1 = (66 - 67) / 6 = -0.17
Z2 = (68-67) / 6 = 0.17
From z-table:
P(Z < -0.17) = 0.4325
P(Z< 0.17) = 0.5675
Now, you want the area between the two z-scores, so we subtract:
P = 0.5675 - 0.4325 = 0.1350
(b) This is slightly different since we are now working with a sample. We need a new metric here called standard error. This is:
SE = sigma/ sqrt(n)
sigma=standard deviation
n=sample size
Here<
sigma=6
n=16
SE= 6/4 = 3/2
Now, the formula for the z-score in a sample:
z= (xbar - mu)/SE
xbar=sample mean
mu=population mean
SE=standard error
Here, I will again use z1 and z2:
xbar1= 66
xbar2= 68
mu=67
SE= 3/2 = 1.5
z1 = (66-67) / 1.5 = -0.67
z2 = (68 -67) / 1.5 = 0.67
Now, from the z-table:
P(Z< -0.67) = 0.2514
P(Z< 0.67) = 0.7486
We want the area between, so we subtract:
P = 0.7486 - 0.2514 = 0.4972
I hope this helps.