document.write( "Question 1170490: The sick-leave time of employees in a firm in a month is normally distributed with a mean of 100 hours and a variance of 400 hours. How much time should be budgeted for sick leave if the budgeted amount should be exceeded with a probability of only 2.5%?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795430 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! mean is 100 hours \n" ); document.write( "sd is 20 hours \n" ); document.write( "want this contained in a normal function where +1.96 sd is the boundary. Everything above that is 2.5% \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "1.96=(x-100)/20 \n" ); document.write( "39.2=x-100 \n" ); document.write( "x=139.2 hours \n" ); document.write( " |