document.write( "Question 767539: John drove to a distant city in 9 hours. When he returned, there was less traffic, and the trip took only 7 hours. If he drove 12 mph faster on the return trip, how fast did he drive each way? \n" ); document.write( "
Algebra.Com's Answer #467707 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
John drove to a distant city in 9 hours. When he returned, there was less traffic, and the trip took only 7 hours. If he drove 12 mph faster on the return trip, how fast did he drive each way?
\n" ); document.write( "***
\n" ); document.write( "let x=speed of going trip
\n" ); document.write( "x+12= speed of return trip
\n" ); document.write( "distance=travel time*speed(same for both directions)
\n" ); document.write( "9x=7(x+12)
\n" ); document.write( "9x=7x+84
\n" ); document.write( "2x=84
\n" ); document.write( "x=42
\n" ); document.write( "x+12=54
\n" ); document.write( "speed of going trip=42 mph
\n" ); document.write( "speed of return trip=54 mph
\n" ); document.write( "
\n" );