document.write( "Question 1012445: 15. Assume the speed of vehicles along the highway has an approximately normal distribution with a mean of 71 mph and a standard deviation of 8 mph. \r
\n" );
document.write( "\n" );
document.write( "a. The current speed limit is 65 mph. What is the proportion of vehicles less than or equal to the speed limit?\r
\n" );
document.write( "\n" );
document.write( "b. What proportion of the vehicles would be going less than 50 mph?\r
\n" );
document.write( "\n" );
document.write( "c. A new speed limit will be initiated such that approximately 10% of vehicles will be over the speed limit. What is the new speed limit based on this criterion? \n" );
document.write( "
Algebra.Com's Answer #628380 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume the speed of vehicles along the highway has an approximately normal distribution with a mean of 71 mph and a standard deviation of 8 mph. \n" ); document.write( "a. The current speed limit is 65 mph. What is the proportion of vehicles less than or equal to the speed limit? \n" ); document.write( "---- \n" ); document.write( "z(65) = (65-71)/8 = -6/8 = = -3/4 \n" ); document.write( "--- \n" ); document.write( "P(x <= 65) = P(z <= -3/4) = normalcdf(-100,-3/4) = 0.2266 \n" ); document.write( "---------------------------- \n" ); document.write( "b. What proportion of the vehicles would be going less than 50 mph? \n" ); document.write( "z(50) = (50-71)/8 = -2.625 \n" ); document.write( "P(x < 50) = P(z < -2.625) = normalcdf(-100,-2.625) = 0.0043 \n" ); document.write( "--------------------------------------------- \n" ); document.write( "c. A new speed limit will be initiated such that approximately 10% of vehicles will be over the speed limit. What is the new speed limit based on this criterion? \n" ); document.write( "--- \n" ); document.write( "Find the z-value with a left tail of 90%:: \n" ); document.write( "invNorm(0.90) = 1.2816 \n" ); document.write( "---- \n" ); document.write( "Find the corresponding speed limit:: \n" ); document.write( "x = 1.2816*8 + 71 = 81.25 \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |