document.write( "Question 522681: A truck driver began driving at 8 am,drove 570 miles,and arrived at his destination at 6 pm. His stops along the route added up to exactly 1 hour. While he was driving, he averaged 65 mph for the first part of the trip and 60 mph for the rest of the trip. How long did he travel at each rate? \n" ); document.write( "
Algebra.Com's Answer #347011 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A truck driver began driving at 8 am,drove 570 miles,and arrived at his destination at 6 pm. \n" ); document.write( "His stops along the route added up to exactly 1 hour. \n" ); document.write( "While he was driving, he averaged 65 mph for the first part of the trip and 60 mph for the rest of the trip. \n" ); document.write( " How long did he travel at each rate? \n" ); document.write( ": \n" ); document.write( "From the information given, we know the trip took 10 hrs \n" ); document.write( "Stops added up to 1 hr, so travel time = 9 hrs \n" ); document.write( ": \n" ); document.write( "Let t = travel time at 65 mph \n" ); document.write( "then \n" ); document.write( "(9-t) = travel time at 60 mph \n" ); document.write( ": \n" ); document.write( "Write a distance equation, dist = speed * time \n" ); document.write( "65t + 60(9-t) = 570 \n" ); document.write( "65t + 540 - 60t = 570 \n" ); document.write( "65t - 60t = 570 - 540 \n" ); document.write( "5t = 30 \n" ); document.write( "t = 30/5 \n" ); document.write( "t = 6 hrs at 65 mph \n" ); document.write( "then \n" ); document.write( "9-6 = 3 hrs at 60 mph \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this by finding the dist at each speed \n" ); document.write( "65(6) = 390 \n" ); document.write( "60(3) = 180 \n" ); document.write( "----------- \n" ); document.write( "total = 570 \n" ); document.write( " |