Let height = x. x is normally distributed with mean = 53 and SD = 2.3
We want to find P(x < 53.15)
Transform to standard normal distribution using z = (x - mean)/SD = (x - 53)/2.3
So P(x < 53.15) = P(z < (53.15 - 53)/2.3) = P(z < 0.065) ~ 0.526 ~ 0.053
P (x > 47) = P(z > (47-53)/2.3) = P(z > -2.609) = 1 - P(z < -2.609) = 1 - 0.0045 = 0.9955 ~ 0.996