document.write( "Question 1078213: The monthly salary in a big organization is normally distributed with mean Rs. 3000, and standard deviation of Rs. 250. What should be the minimum salary of a worker in the organization so that the probability that he belongs to top 5% workers.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #692715 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The monthly salary in a big organization is normally distributed with mean Rs. 3000, and standard deviation of Rs. 250. What should be the minimum salary of a worker in the organization so that the probability that he belongs to top 5% workers. \n" ); document.write( "------- \n" ); document.write( "Find the z-value with a right tail of 5%. \n" ); document.write( "invNorm(0.95) = 1.645 \n" ); document.write( "---- \n" ); document.write( "Find the corresponding salary value:: \n" ); document.write( "x = z*s + u \n" ); document.write( "x = 1.645*250 + 3000 = Rs 3411.21 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------ \n" ); document.write( " |