document.write( "Question 830077: A car travelling at 70 miles per hour travelled one hour longer than a truck travelling at 60 miles per hour. If the car and truck travelled a total of 330 miles, for how many hours did the car and truck travel all together? \n" ); document.write( "
Algebra.Com's Answer #500331 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A car travelling at 70 miles per hour travelled one hour longer than a truck travelling at 60 miles per hour. If the car and truck travelled a total of 330 miles, for how many hours did the car and truck travel all together? \n" ); document.write( "*** \n" ); document.write( "let x=travel time of truck \n" ); document.write( "x+1=travel time of car \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "60x+70(x+1)=330 \n" ); document.write( "60x+70x+70=330 \n" ); document.write( "130x=260 \n" ); document.write( "x=2 \n" ); document.write( "x+1=3 \n" ); document.write( "Hours car and truck traveled all together=5 \n" ); document.write( " |