document.write( "Question 817157: [ A train leaves San Diego at 3:00 pm. A second train leaves the same city traveling in the same direction at 6:00 pm. The second train travels 45 mph faster than the first. If the second train overtakes the first at 10:00 pm, what is the speed of each of the two trains. ] \n" ); document.write( "
Algebra.Com's Answer #491897 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! a = s mph \n" ); document.write( "b = (s + 45) mph \n" ); document.write( "--- \n" ); document.write( "s = d / t \n" ); document.write( "d = s * t \n" ); document.write( "--- \n" ); document.write( "when the trains meet at 10 PM they are both at the same distance D from the station, but b has traveled 3 hours less than a \n" ); document.write( "--- \n" ); document.write( "train a: \n" ); document.write( "D = a(10 - 3) \n" ); document.write( "D = 7a \n" ); document.write( "--- \n" ); document.write( "train b: \n" ); document.write( "D = b(10 - 6) \n" ); document.write( "D = 4b \n" ); document.write( "--- \n" ); document.write( "4b = 7a \n" ); document.write( "4(s + 45) = 7s \n" ); document.write( "4s + 180 = 7s \n" ); document.write( "3s = 180 \n" ); document.write( "s = 60 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "train-a speed: 60 mph \n" ); document.write( "train-b speed: 105 mph \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |