document.write( "Question 192993: what is the quadratic equation to find the distance it takes to stop a car at a given speed \n" ); document.write( "
Algebra.Com's Answer #144874 by Alan3354(69443) You can put this solution on YOUR website! what is the quadratic equation to find the distance it takes to stop a car at a given speed \n" ); document.write( "------------- \n" ); document.write( "t = v/a \n" ); document.write( "t = time \n" ); document.write( "v = speed \n" ); document.write( "a = acceleration from braking \n" ); document.write( "----------------- \n" ); document.write( "s = (at^2)/2 \n" ); document.write( "s = distance \n" ); document.write( "s = (a)*((v/a)^2)/2 \n" ); document.write( "s = (v^2)/2a \n" ); document.write( " |