document.write( "Question 1022569: Travis made a business trip of 198 miles. He averaged 63 mph for the first part of the trip and 54 mph for the second part. If the trip took 3.5 hours, how long did he travel at each rate? \n" ); document.write( "
Algebra.Com's Answer #638229 by fractalier(6550) You can put this solution on YOUR website! Call the time he took on the first part, t. \n" ); document.write( "Then the time he took on the second part was 3.5-t. \n" ); document.write( "Then we can write, noting that rate times time = distance, \n" ); document.write( "63t + 54(3.5 - t) = 198 \n" ); document.write( "63t + 189 - 54t = 198 \n" ); document.write( "9t + 189 = 198 \n" ); document.write( "9t = 9 \n" ); document.write( "t = 1 hour at 63 mph \n" ); document.write( "and then \n" ); document.write( "3.5-t = 2.5 hours at 54 mph \n" ); document.write( " |