document.write( "Question 1194909: We assume that the age of employees in a public company has normal middle-aged distribution of 44 years and standard deviation 2 years. Find the percentage of employees by age in percentage?
\n" );
document.write( "a) under 48 years,
\n" );
document.write( "b) between 39 and 49 years,
\n" );
document.write( "c) over 49 years \n" );
document.write( "
Algebra.Com's Answer #827327 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mean)/sd \n" ); document.write( "a is z< (48-44)/2 or z<2 with probability of 0.9772 \n" ); document.write( "b is z between -2.5 and +2.5 with probability of 0.9876 \n" ); document.write( "c is z >2.5 with probability of 0.0062 \n" ); document.write( " |