document.write( "Question 897622: A truck enters a highway driving 60 mph. A car enters the highway at the same place 10 minutes later and drives 65 mph in the same direction. From the time the car enters the highway, how long will it take the car to pass the truck? \n" ); document.write( "
Algebra.Com's Answer #544200 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A truck enters a highway driving 60 mph. A car enters the highway at the same place 10 minutes later and drives 65 mph in the same direction. From the time the car enters the highway, how long will it take the car to pass the truck?
\n" ); document.write( "***
\n" ); document.write( "let x=time it takes for car to pass truck.
\n" ); document.write( "distance=speed*travel time
\n" ); document.write( "10 min=1/6 hr
\n" ); document.write( "60(x+(1/6))=65x
\n" ); document.write( "60x+10=65x
\n" ); document.write( "5x=10
\n" ); document.write( "x=2
\n" ); document.write( "how long will it take the car to pass the truck? 2 hrs
\n" ); document.write( "
\n" );