document.write( "Question 243143: a train leaves the station traveling west at 50 mph. One hour later a second train leaves the station traveling west on the same track traveling 65 mph. How many hours will it take the second train to crash into the back of the first train \n" ); document.write( "
Algebra.Com's Answer #178159 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! d=rt \n" ); document.write( "d=50t \n" ); document.write( "d=65(t-1) \n" ); document.write( "50t=65(t-1) \n" ); document.write( "50t=65t-65 \n" ); document.write( "50t-65t=-65 \n" ); document.write( "-15t=-65 \n" ); document.write( "t=-65/-15 \n" ); document.write( "t=13/3 or 4 1/3 hours after the first train leaves the station they will crash. \n" ); document.write( "Proof: \n" ); document.write( "50*13/3=65(13/3-1) \n" ); document.write( "650/3=65(13/3-3/3) \n" ); document.write( "650/3=65(10/3) \n" ); document.write( "650/3=650/3 \n" ); document.write( " |