document.write( "Question 1072911: A northbound train and a southbound train meet each other on parallel tracks heading in opposite directions. The northbound train travels 14 miles per hour faster than the southbound train. After 2 hours, they are 216 miles apart. At what speeds are the two trains traveils? \n" ); document.write( "
Algebra.Com's Answer #687741 by jorel1380(3719) You can put this solution on YOUR website! Let n be the speed of the southbound train. Then the northbound train would be n+14. So: \n" ); document.write( "2(n+n+14)=216 \n" ); document.write( "2n+14=108 \n" ); document.write( "2n=94 \n" ); document.write( "n=47 \n" ); document.write( "The southbound train travels at 47 mph; the northbound train goes 61 mph. ☺☺☺☺ \n" ); document.write( " |