document.write( "Question 654747: Jack drove 600 miles to a convention in Washington D.C. On the return trip he was able to increase his speed by 10mph and saved 3 hours of driving time. Find his rate for each direction. \n" ); document.write( "
Algebra.Com's Answer #408837 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Jack drove 600 miles to a convention in Washington D.C. On the return trip he was able to increase his speed by 10mph and saved 3 hours of driving time. Find his rate for each direction. \n" ); document.write( "** \n" ); document.write( "let x=rate of speed to Washington D.C. \n" ); document.write( "x+10=rate of speed for return trip \n" ); document.write( "distance/rate of speed=travel time \n" ); document.write( "600/x-600/(x+10)=3 \n" ); document.write( "LCD:x(x+10) \n" ); document.write( "600(x+10)-600x=3x^2+30x \n" ); document.write( "600x+6000-600x=3x^2+30x \n" ); document.write( "3x^2+30x-6000=0 \n" ); document.write( "x^2+10x-2000=0 \n" ); document.write( "(x+40)(x-50)=0 \n" ); document.write( "x=-40(reject, x>0) \n" ); document.write( "or \n" ); document.write( "x=50 \n" ); document.write( "x+10=60 \n" ); document.write( ".. \n" ); document.write( "rate of speed to Washington D.C.=50 mph \n" ); document.write( "rate of speed for return trip=60 mph \n" ); document.write( " |