Question 524745
In our population of men, height is normally distributed with 70 inches(5'10') being the mean height. What is the probability that a randomly selected man will be 74 inches(6'2') or taller.
----------------
z(74) = (74-70)/2 = 2
---
P(x > 74) = P(z > 2) = normalcdf(2,100) = 0.0228
----
==============
Cheers,
Stan H.
==============