document.write( "Question 121556: Hi. May I have some help with the following problem?\r
\n" );
document.write( "\n" );
document.write( "For a certain model of car the distance d required to stop the vehicle if it is traveling at v mi/h is given by the following formula, where d is measured in feet. Kerry wants her stopping distance not to exceed d = 400 ft. At what range of speeds can she travel?\r
\n" );
document.write( "\n" );
document.write( "d=v+(v^2)/20 \n" );
document.write( "
Algebra.Com's Answer #89223 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 400=V+(V^2)/20 \n" ); document.write( "400=(20V+V^2)/20 CROSS MULTIPLY \n" ); document.write( "V^2+20V=20*400 \n" ); document.write( "V^2+20V=8000 \n" ); document.write( "V^2+20V-8000=0 \n" ); document.write( "(V+100)(V-80)=0 \n" ); document.write( "V-80=0 \n" ); document.write( "V=80 MPH OR LESS IS THE ANSWER. \n" ); document.write( " |