let x be dose, where x is normally distributed with mean = 10 and std dev = 1.6.
want to find P(x > 14).
can standardize x to z value by subtracting mean and dividing by std dev:
P(z > (14 - 10)/1.6) = P(z > 2.5)
Since the normal distribution curve is symmetric, that is the same as:
P(z < -2.5), which from the tables is 0.0062