document.write( "Question 988101: A car leaving the exit traveling 60 mph and a truck leaving 10 minutes later traveling 65 mph. When will they meet? \n" ); document.write( "
Algebra.Com's Answer #608943 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A car leaving the exit traveling 60 mph and a truck leaving 10 minutes later traveling 65 mph. \n" ); document.write( " When will they meet? \n" ); document.write( ": \n" ); document.write( "We are dealing with mph here, change 10 min to \n" ); document.write( ": \n" ); document.write( "When the truck catches the car, they will have traveled the same distance. \n" ); document.write( "Write a dist equation; dist = speed * time \n" ); document.write( ": \n" ); document.write( "Let t = travel time of the truck \n" ); document.write( "then \n" ); document.write( "(t+ \n" ); document.write( ": \n" ); document.write( "65t = 60(t+ \n" ); document.write( "65t = 60t + 10 \n" ); document.write( "65t - 60t = 10 \n" ); document.write( "5t = 10 \n" ); document.write( "t = 10/5 \n" ); document.write( "t = 2 hrs after the truck left the exit \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Confirm this find the distance each traveled \n" ); document.write( "60 * 2 \n" ); document.write( "65 * 2 = 130 mi \n" ); document.write( " |