document.write( "Question 332228: The braking distance (in feet) of a car going V mph is given by v is greater or equal to 0.\r
\n" );
document.write( "\n" );
document.write( "how fast would the car have been traveling for a braking distance of 150feet? round to nearest mile per hour. \n" );
document.write( "
Algebra.Com's Answer #238157 by edjones(8007)![]() ![]() You can put this solution on YOUR website! d(v)=v^2/20+v \n" ); document.write( "(v^2/20)+v=150 \n" ); document.write( "v^2+20v=3000 \n" ); document.write( "v^2+20v-3000=0 \n" ); document.write( "v=46 mph Quadratic formula below \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( ". \n" ); document.write( "
|