document.write( "Question 414387: A truck covered the distance between two towns at an average speed of 50mph. It moved 65mph for the first 2/5 of the distance before the truck driver stopped for a 1 and a 1/2 hour break. After that, he continued driving for another 195 miles till he arrived at his destination. At what speed was the truck moving during the last 195 miles of the trip? Give your answer in mph. \n" ); document.write( "
Algebra.Com's Answer #290690 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A truck covered the distance between two towns at an average speed of 50mph. It moved 65mph for the first 2/5 of the distance before the truck driver stopped for a 1 and a 1/2 hour break. After that, he continued driving for another 195 miles till he arrived at his destination. At what speed was the truck moving during the last 195 miles of the trip? Give your answer in mph.\r \n" ); document.write( "\n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "let x=total distance of trip in miles. \n" ); document.write( "s=speed of truck during last 195 miles. \n" ); document.write( "Travel time=distance/speed \n" ); document.write( "Time of travel for entire distance=x/50 \n" ); document.write( "x/50=(2/5)x/65+1.5+(3/5)x/s \n" ); document.write( "since 2/5 of the total distance was already covered, the remaining distance was 3/5 of the total distance. \n" ); document.write( "(3/5)x=195 \n" ); document.write( "x=5*195/3=325 miles \n" ); document.write( "325/50=.4*325/65+1.5+.6*325/s \n" ); document.write( "195/s=6.5-2-1.5=3 \n" ); document.write( "s=195/3=65mph \n" ); document.write( "ans: \n" ); document.write( "During the last 195 miles of the trip, the truck was moving at 65mph. \n" ); document.write( " \n" ); document.write( " |