
Jon S. answered 08/20/20
Patient and Knowledgeable Math and English Tutor
a) if x is systolic blood pressure, then want to find probability that x is >= 160.
z = (x - mean)/standard deviation = (x - 119)/18 is normally distributed with mean 0 and standard deviation 1
Transform x to z:
P(x > 160) = P(z > (160-119)/18) = P(z > 2.78) = P(z < -2.78) = 0.0027 (from standard normal distribution table, which 0.27%.
b) Since probability of BP > 160 is 0.027. Then out of 500 people, then 500 * 0.027 = 13.5 people would have BP > 160. (or between 13 and 14 people)>
c) Now we need to find P(140 < x < 160).
Transform to z:
P( (140-119)/18 < z < (160-119/18))
= P( 1.17 < z < 2.28) = P(z < 2.28) - P(z<1.17) = 0.9887 - 0.8790 = 0.1097, so 10.97%