document.write( "Question 694645: 2 cars leave at the same time in the same direction. One is going 20 mph faster than the other. After 10 hours, they are 50 miles apart. How fast is the faster one going?\r
\n" ); document.write( "\n" ); document.write( "If x is the speed of the slower vehicle, then:\r
\n" ); document.write( "\n" ); document.write( "distance slower car went: 10x
\n" ); document.write( "distance faster car went: 10(x+20)\r
\n" ); document.write( "\n" ); document.write( "so 10x + 50 = 10(x+20)
\n" ); document.write( "but then, 10x + 50 = 10x + 200
\n" ); document.write( "and 50 = 200 (obviously not!)\r
\n" ); document.write( "\n" ); document.write( "what am I doing wrong?
\n" ); document.write( "

Algebra.Com's Answer #428113 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
There's a major problem here.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If car one goes x mph for t hours, then it will travel tx miles.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If car two goes x+20 mph for t hours, then it will travel (x+20)t = tx+20t miles\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The difference between the two is \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(Car 2) - (Car 1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(tx+20t) - (tx)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "tx + 20t - tx\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(tx - tx) + 20t\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0tx + 20t\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "20t\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So after t hours, they will be 20t miles apart. So in 10 hours, they are NOT 50 miles apart because when t = 10, 20t is 200. So they *should* be 200 miles apart in 10 hours.
\n" ); document.write( "
\n" );