document.write( "Question 723432: a passenger train leaves chicago at the same time a freight train leaves new york. the trains are headed towards each other on parallel tracks. they meet in 4 hours. the two cities are 560 miles apart. if the freight train is traveling 20 mph slower than the passenger train, find the speed of each train. \n" ); document.write( "
Algebra.Com's Answer #443168 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Passenger train speed be x \n" ); document.write( "freight train speed = x-20 \r \n" ); document.write( "\n" ); document.write( "combined speed = 2x-20\r \n" ); document.write( "\n" ); document.write( "distance = 560 miles \n" ); document.write( "Time = 4 hours\r \n" ); document.write( "\n" ); document.write( "D= speed * time\r \n" ); document.write( "\n" ); document.write( "560=(2x-20)*4\r \n" ); document.write( "\n" ); document.write( "560=8x-80 \n" ); document.write( "8x=640 \n" ); document.write( "/8 \n" ); document.write( "x=80\r \n" ); document.write( "\n" ); document.write( "passenger train 80 mph \n" ); document.write( "freight train 60 mph \n" ); document.write( " |