document.write( "Question 934557: The number of vacation days taken by employees of a company is normally distributed with a mean of 14 days and a standard deviation of 3 days. For the next employee, what is the probability that the number of days of vacation taken is less than 10 days? More than 21 days? \n" ); document.write( "
Algebra.Com's Answer #567550 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The number of vacation days taken by employees of a company is normally distributed with a mean of 14 days and a standard deviation of 3 days. For the next employee, what is the probability that the number of days of vacation taken is less than 10 days? \n" ); document.write( "-------- \n" ); document.write( "z(10) = (10-14)/3 = -4/3 \n" ); document.write( "P(x < 10) = P(z < -4/3) = normalcdf(-100,-4/3) = 0.09121 \r \n" ); document.write( "\n" ); document.write( "--------------------- \n" ); document.write( "More than 21 days? \n" ); document.write( "z(21) = (21-14)/3 = 7/3 \n" ); document.write( "P(x > 21) = P(z > 7/3) = normalcdf(7/3,100) = 0.00982 \n" ); document.write( "============ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( "------------- \n" ); document.write( " \n" ); document.write( " |