document.write( "Question 1054451: two cars are traveling down the highway with the same speed. If the first car increases its speed by 10 kilometers per hour, and the other car decreases its speed by 10 kilometers per hour, then the first car will cover the same distance for 2 hours as the second car for 3 hours. what is the speed of the cars? \n" ); document.write( "
Algebra.Com's Answer #669731 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
two cars are traveling down the highway with the same speed.
\n" ); document.write( " If the first car increases its speed by 10 kilometers per hour, and the other car decreases its speed by 10 kilometers per hour, then the first car will cover the same distance for 2 hours as the second car for 3 hours.
\n" ); document.write( " what is the speed of the cars?
\n" ); document.write( ":
\n" ); document.write( "let s = the original speed
\n" ); document.write( "Write a distance equation; dist = time * speed
\n" ); document.write( "3(s-10) = 2(s+10)
\n" ); document.write( "3s - 30 = 2s + 20
\n" ); document.write( "3s - 2s = 20 + 30
\n" ); document.write( "s = 50 km/hr is the original speed
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "confirm this, find the distances
\n" ); document.write( "3(50-10) = 120 km
\n" ); document.write( "2(50+10) = 120 km
\n" ); document.write( "
\n" ); document.write( "
\n" );