
Jon S. answered 11/03/21
Patient and Knowledgeable Math and English Tutor
x = height is N(64.3,3.8)
z = (x - mean)/SD is N(0,1), can use z value to look up associated probabilities from standard normal probability table
P(x > 68) = P(z > (68-64.3)/3.8) = P(z > 0.97) = P(z < -0.97) = 0.166
P(x < 70) = P(z < (70 - 64.3)/3.8) = P(z < 1.5) = 0.9332
P(59 < x < 71) = P( (59 - 64.3)/3.8 < z < (71 - 64.)/3.8) = P(-1.39 < z < 1.84) = P(z < 1.84) - P(z < -1.39) = 0.9671 - 0.0823 = 0.8851