document.write( "Question 984758: the speed of motorists on a highway is normally distrubuted with a mean of 120km/h and variance of 240. If the metro-police wants to stop the 5% fastest motorists, what is the cut-off speed so that all cars which travel at a speed faster than the cut-off speed will be stopped \n" ); document.write( "
Algebra.Com's Answer #605582 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
I want the standard deviation, which is sqrt (variance)=sqrt(240)=15.49
\n" ); document.write( ";
\n" ); document.write( "The fastest 95% of the motorists will have a z-score greater than or equal to 1.645.
\n" ); document.write( "z=(x-mean)/sd
\n" ); document.write( "1.645=(speed-average/sd
\n" ); document.write( "1.645=(x-120)/15.49
\n" ); document.write( "multiply both sides by 15.49
\n" ); document.write( "26.14=x-120
\n" ); document.write( "x=146.14 km/h or faster than 147 km/h rounding upward.
\n" ); document.write( "
\n" );