You can put this solution on YOUR website! Let X be a normal random variable with mean 20 and standard deviation 4. Find P(X < 19).
------------
Find the z-score of 19
---
z(19) = (19-20)/4 = 0.25
----
P(x<19) = P(z<0.25) = 0.5987
==================================
Cheers,
Stan H>