document.write( "Question 576041: a train leaves Philadelphia for Atlanta at 12 noon, traveling 70 mph. another train leaves Atlanta for Philadelphia at 2pm traveling 60 mph. The distance from Philadelphia to Atlanta is 400 miles. Where d the trains meet? When do they meet? \n" ); document.write( "
Algebra.Com's Answer #369780 by chana(69)![]() ![]() You can put this solution on YOUR website! a train leaves Philadelphia for Atlanta at 12 noon, traveling 70 mph. another train leaves Atlanta for Philadelphia at 2pm traveling 60 mph. The distance from Philadelphia to Atlanta is 400 miles. Where d the trains meet? When do they meet? \n" ); document.write( "sol : \n" ); document.write( "suppose they meet x hrs after 12. then \n" ); document.write( "dist moved by first in x hrs + dist moved by second in (x - 1) hrs = 400 \n" ); document.write( "70 x + 60(x-2) = 400 \n" ); document.write( "solving for x you come to know 4 hrs after the 12. \n" ); document.write( " |