document.write( "Question 866783: the ages of employees at a company is normally distributed with a mean of 43 years and a standard deviation of 5 years. what must be the maximum age of an employee if he/she is considered to be in the youngest 10% of employees? \n" ); document.write( "
Algebra.Com's Answer #522480 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "mean of 43 years and a standard deviation of 5 years
\n" ); document.write( "invNorm(.10) = -1.2816
\n" ); document.write( "-1.2816 = (X - 43)/5
\n" ); document.write( "5(-1.2816) + 43 = X = 36.592 , 37 max age \n" ); document.write( "
\n" );