We will be computing the z-statistic and using the standard normal probability tables to find the probabilities.
For X = a single record, we standardize the value of X to a z statistic as follows:
z = X - population mean = X - 205
--------------------------- ---------
population std dev 3
A). P(201 secs < X < 202 secs)
= P((201-205)/3 < Z < (202-205)/3)
= P(-1.33 < Z < -1)
because probabilities in the standard normal probability table are cumulative to the left
= P(Z < -1) - P(Z < -1.33)
= 0.1587 - 0.0918 = 0.0669
B). P(X < 201 secs)
= P(Z < (201-205)/3) = P(Z < -1.33) = 0.0918
C). P(X > 206 secs)
= P( Z > (206-205)/3) = P(Z > 0.333)
because the normal distribution is symmetric:
= P(Z < -0.333) = approximately 0.37
D). P(X < 210 secs)
= P (Z < (210-205)/3)
= P(Z < 1.67) = 0.9525