document.write( "Question 1133150: As manager of a company you know that the distribution of completion times for an assembly operation is a normal distribution with a mean of 120 seconds and a standard deviation of 20 seconds. If you have to award bonuses to the top 10% of your workers what time would you use as a cut-off time? \n" ); document.write( "
Algebra.Com's Answer #750349 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the z value for 0.90 is 1.282. Here, however, we want the people with the LEAST time needed, so we will use z=-1.282, since the top 10 workers will be at the left end of the curve for time. \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "-1.282=(x-120)/20 \n" ); document.write( "-25.64=x-120 \n" ); document.write( "x=94.36 seconds or fewer \n" ); document.write( " |