document.write( "Question 127370: two trains are 276 miles apart, and their speeds differ by 10mph. they are traveling towards each other and will meet in 3 hours. find the speed of the slower train \n" ); document.write( "
Algebra.Com's Answer #93329 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
Start by letting x represent the speed of one of the trains and y represent the speed of the
\n" ); document.write( "other. The problem tells you that the two trains have speeds that are different by 10 mph.
\n" ); document.write( "In other words, if you subtract the two speeds, the answer will be 10 mph. In equation form
\n" ); document.write( "this is:
\n" ); document.write( ".
\n" ); document.write( "x - y = 10
\n" ); document.write( ".
\n" ); document.write( "This is the first equation that we need.
\n" ); document.write( ".
\n" ); document.write( "Next we use the distance formula. The distance a train travels is equal to the speed of
\n" ); document.write( "the train times the amount of time the train travels at that speed. Note that the trains each
\n" ); document.write( "travel for 3 hours. Therefore, the distance each travels during that time is its speed times 3.
\n" ); document.write( ".
\n" ); document.write( "So the distance one train travels is x times 3 and the distance the other train travels is
\n" ); document.write( "y times 3. If you total these two distances they must add up to be 276 miles, the distance
\n" ); document.write( "between them before they meet. In equation form this is:
\n" ); document.write( ".
\n" ); document.write( "3x + 3y = 276
\n" ); document.write( ".
\n" ); document.write( "This is the second equation we need.
\n" ); document.write( ".
\n" ); document.write( "Now return to the first equation, and let's solve for one of the unknown speeds in terms of
\n" ); document.write( "the other. For example we can solve for x by adding y to both sides of the equation. On
\n" ); document.write( "the left side the -y cancels the y we are adding and on the right side the y we are adding
\n" ); document.write( "appears. So, when we add y to both sides of the first equation, that equation is transformed
\n" ); document.write( "to:
\n" ); document.write( ".
\n" ); document.write( "x = 10 + y
\n" ); document.write( ".
\n" ); document.write( "Since x and 10 + y are equal, we can go to the second equation and substitute 10 + y for x
\n" ); document.write( "and then the second equation becomes:
\n" ); document.write( ".
\n" ); document.write( "3*(10 + y) + 3y = 276
\n" ); document.write( ".
\n" ); document.write( "Multiply out the left side by multiplying 3 times each of the terms in the parentheses
\n" ); document.write( "to get:
\n" ); document.write( ".
\n" ); document.write( "30 + 3y + 3y = 276
\n" ); document.write( ".
\n" ); document.write( "Add together the two terms that contain y and the sum is 6y. This makes the equation
\n" ); document.write( "become:
\n" ); document.write( ".
\n" ); document.write( "30 + 6y = 276
\n" ); document.write( ".
\n" ); document.write( "Get rid of the 30 on the left side by subtracting 30 from both sides. When you take away
\n" ); document.write( "30 from both sides the equation is reduced to:
\n" ); document.write( ".
\n" ); document.write( "6y = 246
\n" ); document.write( ".
\n" ); document.write( "Solve for y by dividing both sides of this equation by 6 since 6 is the multiplier
\n" ); document.write( "of y. Dividing both sides by 6 changes the equation to:
\n" ); document.write( ".
\n" ); document.write( "y = 246/6 = 41
\n" ); document.write( ".
\n" ); document.write( "Now we know that the speed of one train is 41 mph. We can find the speed of the second train
\n" ); document.write( "by substituting 41 for y in either of the two original equations and then solving the
\n" ); document.write( "resulting equation for x. The easier equation to use in this case is the first equation in
\n" ); document.write( "which we had:
\n" ); document.write( ".
\n" ); document.write( "x - y = 10
\n" ); document.write( ".
\n" ); document.write( "Substitute 41 for y and this becomes:
\n" ); document.write( ".
\n" ); document.write( "x - 41 = 10
\n" ); document.write( ".
\n" ); document.write( "Solve for x by adding 41 to both sides. On the left side the -41 is canceled out by the added 41.
\n" ); document.write( "On the right side you have 10 + 41 and the resulting equation is
\n" ); document.write( ".
\n" ); document.write( "x = 51
\n" ); document.write( ".
\n" ); document.write( "So the other train is going at 51 mph
\n" ); document.write( ".
\n" ); document.write( "Check the answers. Is there 10 mph difference in their speeds? Sure is. Then at 51 mph
\n" ); document.write( "for 3 hours one of the trains goes 3*51 = 153 miles. And at 41 mph for 3 hours the other
\n" ); document.write( "train goes 3*41 = 123 miles. So the total distance the trains travel is 153 +123 = 276 miles,
\n" ); document.write( "the distance they had to go before they meet. This checks also, so our two answers are
\n" ); document.write( "correct. One of the trains is going at 51 mph and the other is going at 41 mph.
\n" ); document.write( ".
\n" ); document.write( "Hope this helps you to understand the problem and a way that you can use to solve it.
\n" ); document.write( ".
\n" ); document.write( "
\n" );