Hi, Assume the random variable x is normally distributed with mean u=50 and standard deviation o=7 . P(x > 34) = 1 - P(x ≤ 34) = 1 - normalcdf(-9999, 34, 50, 7) P(x > 34) = 1 - .0111 = .9888 .