document.write( "Question 602089: In a large U.S. city a study was conducted to determine the typical commute time from home to the work place. The data was normally distributed with a mean commute time of 19 minutes and a standard deviation of 4.5 minutes. What is the probability that an employee spends 25 minutes or more each day traveling to/from the work place? \n" ); document.write( "
Algebra.Com's Answer #380115 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a large U.S. city a study was conducted to determine the typical commute time from home to the work place. The data was normally distributed with a mean commute time of 19 minutes and a standard deviation of 4.5 minutes. What is the probability that an employee spends 25 minutes or more each day traveling to/from the work place? \n" ); document.write( "------ \n" ); document.write( "z(25) = (25-19)/4.5 = 6/4.5 = 4/3 \n" ); document.write( "--- \n" ); document.write( "P(x > 25) = P(z > 4/3) = normalcdf(4/3,100) = 0.0912 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |