document.write( "Question 675140: Suppose a car's brakes can produce an acceleration of –7 m/s2. If the car is traveling at an initial speed of 28 m/s, what is the minimum distance necessary to stop the car? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #419565 by sachi(548)![]() ![]() You can put this solution on YOUR website! use the formula \n" ); document.write( "v^2-u^2=2as \n" ); document.write( "where v= final speed=0 \n" ); document.write( "u=initial speed= 28 m/s \n" ); document.write( "a = accln=-7 m/s2 \n" ); document.write( "so 0-28^2=-2*7*s \n" ); document.write( "or s=28*28/14=56 m \n" ); document.write( "ans \n" ); document.write( " |