let x = randomly selected score (normally distributed)
want to compute P(x < 85) - probability score less than 85
standardizing the score (subtract mean off 79 and divide by standard deviation of 3) to get z-statistic:
P( z < (85 - 79)/3) = P(z < 2) = 0.9772 (from standard normal probability table)