document.write( "Question 1024620: A passenger train travels 100 mph faster than a car. In the time it takes the car to travel 140 miles, the train can travel 340 miles. Find the speed of each. \n" ); document.write( "
Algebra.Com's Answer #640010 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the rate of the car, r. \n" ); document.write( "Then the rate of the train is r+100. \n" ); document.write( "Since rt=d, we know time = distance over rate, or t = d/r. \n" ); document.write( "And since the times are equal, we can write \n" ); document.write( " \n" ); document.write( "Now cross-multiply and solve... \n" ); document.write( "340r = 140(r+100) \n" ); document.write( "340r = 140r + 14000 \n" ); document.write( "200r = 14000 \n" ); document.write( "r = 70 miles per hour \n" ); document.write( "r+100 = 170 miles per hour \n" ); document.write( " |