
Uday M. answered 09/27/19
M.S. Engineering, 5+ years of teaching experience
If you picture the normal distribution curve (bell curve), the 87th percentile is where (starting from the very left side and moving right) 87% of the area under the curve is filled in. We can find the value of the normal distribution at that point by using a reference table and looking up 0.87, or using the invNorm function on a standard graphing calculator.
This will give the standardized value (z-score) which corresponds to the 87th percentile. From here, you can use the simple formula for the z-score to get your answer.
z = (x – μ) / σ
where μ is the mean, x is the actual value (in this case, age) and σ is the standard deviation. You figured out the z-score in the previous step, you're given μ and σ, and are solving for x.