document.write( "Question 64490: Steve traveled 200 miles at a certain speed. Had he gone 10mph faster, the trip would have taken 1 hour less. Find the speed of his vehicle. \n" ); document.write( "
Algebra.Com's Answer #45114 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Steve traveled 200 miles at a certain speed. Had he gone 10mph faster, the trip would have taken 1 hour less. Find the speed of his vehicle. \n" ); document.write( "----------- \n" ); document.write( "Steve DATA: \n" ); document.write( "distance=200 miles ; rate= x mph ; time = d/r=200/x hrs \n" ); document.write( "-------- \n" ); document.write( "New Steve DATA: \n" ); document.write( "distane = 200 miles ; rate = x+10 mph ; time=d/r = 200/(x+10) \n" ); document.write( "---------- \n" ); document.write( "EQuATIOn: \n" ); document.write( "old time = new time + 1 hr. \n" ); document.write( "200/x = 200/(x+10) + 1 \n" ); document.write( "200(x+10) = 200x +x(x+10) \n" ); document.write( "200x+2000=200x+x^2+20x \n" ); document.write( "x^2+20x-2000=0 \n" ); document.write( "x=[-20+sqrt(400-4*-2000)]/2 \n" ); document.write( "x=71.65/2 \n" ); document.write( "x=35.83 mph (old speed) \n" ); document.write( "x+10; 45.83 mph (new speed) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |