document.write( "Question 1163573: A car is driving at an initial velocity of +24m/s. If its brakes can supply an acceleration of -5.0m/s^2, how much time will be required to bring the car to a stop? \n" ); document.write( "
Algebra.Com's Answer #787699 by ikleyn(52803)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "It is well known from Physics (and from common sense, too, if you know definitions) that the time to stop\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    t = \"v%2Fa\",\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "where t is the time to stop,  v is initial speed and \"a\" is deceleration value (taken by modulus).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So,  t = \"24%2F5\" = 4.8 seconds.     ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );