document.write( "Question 1203181: A speed trap on the highway set by the O.P.P. shows that the mean speed of cars is
\n" );
document.write( "103.4 km/h with a standard deviation of 9.8 km/h. The posted speed limit on the
\n" );
document.write( "highway is 100 km/h.
\n" );
document.write( "a. What percentage of drivers are driving under the speed limit?
\n" );
document.write( "b. Speeders caught traveling over 15 km/h over the speed limit are subject to
\n" );
document.write( "losing demerit points. What percentage of speeders will be subject to
\n" );
document.write( "losing demerit points?
\n" );
document.write( "c. What percentage of drivers travel between the speed of 105 km/h and 115
\n" );
document.write( "km/h?
\n" );
document.write( "d. The top 2% of all drivers speeding are subject to losing their license.
\n" );
document.write( "According to the data, what speed must a driver be traveling to lose his or
\n" );
document.write( "her license?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #838542 by ikleyn(52835)![]() ![]() You can put this solution on YOUR website! A speed trap on the highway set by the O.P.P. shows that the mean speed of cars is \n" ); document.write( "103.4 km/h with a standard deviation of 9.8 km/h. The posted speed limit on the \n" ); document.write( "highway is 100 km/h. \n" ); document.write( "a. What percentage of drivers are driving under the speed limit? \n" ); document.write( "b. Speeders caught traveling over 15 km/h over the speed limit are subject to \n" ); document.write( "losing demerit points. What percentage of speeders will be subject to \n" ); document.write( "losing demerit points? \n" ); document.write( "c. What percentage of drivers travel between the speed of 105 km/h and 115 \n" ); document.write( "km/h? \n" ); document.write( "d. The top 2% of all drivers speeding are subject to losing their license. \n" ); document.write( "According to the data, what speed must a driver be traveling to lose his or \n" ); document.write( "her license? \n" ); document.write( "~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "(a) This probability is the area under the specified normal curve on the left of\r\n" ); document.write( " the raw z-score of 100 km/h.\r\n" ); document.write( "\r\n" ); document.write( " To determine this probability (= this area), you may use your regular calculator \r\n" ); document.write( " TI-83 or TI-84, standard function normalcdf. \r\n" ); document.write( " Alternatively, you may use free of charge online calculator\r\n" ); document.write( " https://onlinestatbook.com/2/calculators/normal_dist.html \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " With TI-83 or TI-84, you have\r\n" ); document.write( "\r\n" ); document.write( " z1 z2 mean SD <<<===--- formatting pattern\r\n" ); document.write( " P = normalcdf(-9999, 100, 103.4, 9.8) = 0.6357. ANSWER\r\n" ); document.write( "\r\n" ); document.write( " With online calculator, you have the same answer PLUS a complete visual explanations\r\n" ); document.write( " on what you do, what the calculator does for you and why it is correct.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "(b) This percentage is the area under the specified normal curve on the right of\r\n" ); document.write( " the raw z-score 100 + 15 = 115 km/h.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " To determine this probability (= this area), you may use your regular calculator \r\n" ); document.write( " TI-83 or TI-84, standard function normalcdf. \r\n" ); document.write( " Alternatively, you may use free of charge online calculator\r\n" ); document.write( " https://onlinestatbook.com/2/calculators/normal_dist.html \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " With TI-83 or TI-84, you have\r\n" ); document.write( "\r\n" ); document.write( " z1 z2 mean SD <<<===--- formatting pattern\r\n" ); document.write( " P = normalcdf( 115, 9999, 103.4, 9.8) = 0.0629. ANSWER\r\n" ); document.write( "\r\n" ); document.write( " With online calculator, you have the same answer PLUS a complete visual explanations\r\n" ); document.write( " on what you do, what the calculator does for you and why it is correct.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "(c) z1 z2 mean SD <<<===--- formatting pattern\r\n" ); document.write( " P = normalcdf( 105, 115, 103.4, 9.8) = 0.242. ANSWER\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "(d) To answer this question, you need to determine a raw z-score such that the area \r\n" ); document.write( " under the normal curve is 2% on the right of it, or 98% on the left of it.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " To determine this z-score, you may use your regular calculator \r\n" ); document.write( " TI-83 or TI-84, standard function invNorm. \r\n" ); document.write( " Alternatively, you may use free of charge online calculator\r\n" ); document.write( " https://onlinestatbook.com/2/calculators/inverse_normal_dist.html\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " With TI-83 or TI-84, you have\r\n" ); document.write( "\r\n" ); document.write( " area mean SD <<<===--- formatting pattern\r\n" ); document.write( " P = invNorm( 0.98, 103.4, 9.8) = 123.527. ANSWER\r\n" ); document.write( "\r\n" ); document.write( " It is the maximum allowed speed. All drivers overspeeding are to lose his or her license.\r\n" ); document.write( "\r\n" ); document.write( " With online calculator, you have the same answer PLUS a complete visual explanations\r\n" ); document.write( " on what you do, what the calculator does for you and why it is correct.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved, with complete explanations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "===================\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To learn more on standard functions normalcdf and invNorm, look into these Internet web-sources\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.tcc.fl.edu/media/divisions/learning-commons/resources-by-subject/math/statistics/Choosing-whether-to-use-normalcdf-or-invNorm.pdf\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://courses.lumenlearning.com/introstats1/chapter/using-the-normal-distribution/\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |