document.write( "Question 1056996: Two trains leave the station at the same time, one heading west and the other east. The westbound train travels 14 mph faster than the eastbound train. If the two trains are 340 miles apart after two hours, what is the rate of the westbound train? \n" ); document.write( "
Algebra.Com's Answer #672064 by ikleyn(52798)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Two trains leave the station at the same time, one heading west and the other east. The westbound train travels 14 mph faster \n" ); document.write( "than the eastbound train. If the two trains are 340 miles apart after two hours, what is the rate of the westbound train? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the rate of the eastbound train in miles per hour (mph).\r\n" ); document.write( "Then the rate of the westbound train is (x+14) mph.\r\n" ); document.write( "\r\n" ); document.write( "The eastbound train covered 2x miles in two hours.\r\n" ); document.write( "The westbound train covered 2(x+14) miles in two hours.\r\n" ); document.write( "\r\n" ); document.write( "So, the equation is\r\n" ); document.write( "\r\n" ); document.write( "2x + 2*(x+14) = 340.\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve for x:\r\n" ); document.write( "\r\n" ); document.write( "2x + 2x + 28 = 340,\r\n" ); document.write( "\r\n" ); document.write( "4x = 340 - 28,\r\n" ); document.write( "\r\n" ); document.write( "4x = 312,\r\n" ); document.write( "\r\n" ); document.write( "x = \n" ); document.write( " \n" ); document.write( " |