document.write( "Question 1094059: Two passenger trains started at the same time from towns 288 miles apart and met in 3 hours. The rate of the one train was 6 miles per hour slower than that of the other. Find the rate of each train. \n" ); document.write( "
| Algebra.Com's Answer #708660 by addingup(3677)     You can put this solution on YOUR website! rate of one train: x \n" ); document.write( "rate of the other: x-6 \n" ); document.write( "time: 3 \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "3x+3(x-6) = 288 \n" ); document.write( "3x+3x-18 = 288 \n" ); document.write( "3x+3x = 306 \n" ); document.write( "6x = 306 \n" ); document.write( "x = 51 miles per hour. This is the rate of one train \n" ); document.write( "x-6 = 51-6 = 45 mph. This is the rate of the other train \n" ); document.write( " \n" ); document.write( " |