x = daily production is N(32,6.6)
want to find P(x < 18.2)
transform to z = (x - mean)/SD which is N(0,1)
compute z for x = 18.2, mean = 32 and SD 6.6
z = (x - mean)/SD = (18.2-32)/6.6 = -2.09
P(x < 18.2) = P(z < -2.09) = 0.0183
want to find P(x > 17.2)
transform to z:
(17.2 - 32)/6.6 = -2.24
P(x > 17.2) = P(z > -2.24) = 1 - P(z < -2.24) = 1= 0.0125 = 0.9875
Connor W.
Thank you!04/03/21