document.write( "Question 724382: At 7:00 am a loaded freight train leaves Pittsburgh at 25 mph. At 11:00 am, an amtrak train leaves the same station on a parallel track traveling at 65 mph. How far from the station will both trains be when the amtrak train passes the freight train? \n" ); document.write( "
Algebra.Com's Answer #443720 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! At 7:00 am a loaded freight train leaves Pittsburgh at 25 mph. At 11:00 am, an amtrak train leaves the same station on a parallel track traveling at 65 mph. How far from the station will both trains be when the amtrak train passes the freight train? \n" ); document.write( "*** \n" ); document.write( "let x=travel time of 15mph train \n" ); document.write( "x-4=travel time of 65mph train \n" ); document.write( "distance=travel time*speed (same distance for both trains) \n" ); document.write( "25x=65(x-4) \n" ); document.write( "25x=65x-260 \n" ); document.write( "40x=260 \n" ); document.write( "x=6.5 \n" ); document.write( "distance=6.5*25=162.5 \n" ); document.write( "How far from the station will both trains be when the amtrak train passes the freight train? 162.5 mi \n" ); document.write( " |