document.write( "Question 402625: When two cars race around a circular mile track starting from the same place at the same instance, they pass each other every 18 seconds when traveling in opposite directions and every 90 seconds when traveling in the same direction. Find their speeds in miles per hour \n" ); document.write( "
Algebra.Com's Answer #284768 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let x = rate of one car
\n" ); document.write( "y = rate of another car.\r
\n" ); document.write( "\n" ); document.write( "Then 18x + 18y = 1, and
\n" ); document.write( "90x - 90y = 1\r
\n" ); document.write( "\n" ); document.write( "Multiply the top equation by 5 and add to the bottom equation:\r
\n" ); document.write( "\n" ); document.write( "180x = 6, or x = 1/30 mile per second, or 2 miles per hour.\r
\n" ); document.write( "\n" ); document.write( "==> y = 1/45 mile per second, or \"1%261%2F3\" miles per hour.
\n" ); document.write( "
\n" );