document.write( "Question 255567: a car leaves a train station traveling west at a speed of 40 kilometers per hour. a train leaves the station three hours later traveling west at a rate of 120 kilometers per hour. in how many hours will the train catch up to the car? \n" ); document.write( "
Algebra.Com's Answer #187992 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
d=rt
\n" ); document.write( "Because the distances are the same we have:
\n" ); document.write( "40t=120(t-3)
\n" ); document.write( "40t=120t-360
\n" ); document.write( "40t-120t=-360
\n" ); document.write( "-80t=360
\n" ); document.write( "t=-360/-80
\n" ); document.write( "t=4.5 hours after the car leaves the station they will meet.
\n" ); document.write( "Proof:
\n" ); document.write( "40*4.5=120(4.5-3)
\n" ); document.write( "180=120*1.5
\n" ); document.write( "180=180
\n" ); document.write( "
\n" );