document.write( "Question 149799: I NEED HELP I AM REALLY STUMPED ON THIS SOLUTION!!\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Steve traveled 200 miles at a certain speed. Had he gone 10 mph faster, the trip would have taken one hour less. Find the speed of his vehicle. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I am having a tough time. Thank you in advance to anyone who can help me.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #109908 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let x = speed of vehicle \n" ); document.write( ". \n" ); document.write( "Time to travel 200 miles is \n" ); document.write( "200/x \n" ); document.write( ". \n" ); document.write( "Time to travel 200 miles, if he went 10 mph faster: \n" ); document.write( "200/(x+10) \n" ); document.write( ". \n" ); document.write( "From:\"Had he gone 10 mph faster, the trip would have taken one hour less.\" we get: \n" ); document.write( "200/x - 1 = 200/(x+10) \n" ); document.write( "multiplying both sides by (x+10): \n" ); document.write( "(x+10)(200/x - 1) = 200 \n" ); document.write( "multiplying both sides by x: \n" ); document.write( "(x+10)(200 - x) = 200x \n" ); document.write( "200x + 2000 -x^2 - 10x = 200x \n" ); document.write( "2000 -x^2 - 10x = 0 \n" ); document.write( "x^2 + 10x - 2000 = 0 \n" ); document.write( "factoring: \n" ); document.write( "(x-40)(x+50) = 0 \n" ); document.write( "x = {-50, 40} \n" ); document.write( "since a negative doesn't make sense, the only solution is the positive one. \n" ); document.write( "x = 40 mph \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |