document.write( "Question 353767: TWO CARS LEAVE AN INTERSECTION AT THE SAME TIME. ONE TRAVELS NORTH AND THE OTHER HEADS SOUTH TRAVELING 10MPH FASTER. AFTER ONE HOUR, THEY ARE 50 MILES APART. WHAT WERE THEIR SPEEDS? \n" ); document.write( "
Algebra.Com's Answer #252885 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
they are traveling in opposite directions.
\n" ); document.write( "let one car travel at xmph
\n" ); document.write( "the other travels at x+10 mph
\n" ); document.write( "...
\n" ); document.write( "Since they are traveling in opposite direction ,colinesr add up the speeds.
\n" ); document.write( "Their effective speed = x+1+10 mph= 2x+10 mph.
\n" ); document.write( "...
\n" ); document.write( "time = distance /speed
\n" ); document.write( "time = 1 hour
\n" ); document.write( "speed = 2x+10 mph
\n" ); document.write( "distance = 50 miles
\n" ); document.write( "...
\n" ); document.write( "1 = 50/(2x+10)
\n" ); document.write( "2x+10 = 50
\n" ); document.write( "2x=50-10
\n" ); document.write( "2x=40
\n" ); document.write( "x= 20 mph
\n" ); document.write( "...
\n" ); document.write( "x+10 = 30 mph.
\n" ); document.write( "...
\n" ); document.write( "C H E C K
\n" ); document.write( "After 1 hour they will be 20+30 miles apart. = 50 miles.
\n" ); document.write( "...
\n" ); document.write( "m.ananth@hotmail.ca
\n" ); document.write( "
\n" );