Question 417764
To qualify for security officers training, recruits are tested for stress tolerance. The scores are normally distributed with a mean of 56 and a standard deviated of 6. If only the top 9% of recruits are selected, find the cutoff score.
----
Find the z-value with a right tail of 9%.
z = inverNorm(0.91) = 1.3410
----
Find the corresponding x-value using 
x = zs+u
---
x = 1.3410*6+56
x = 64.04...
====================
Cheers,
Stan H.