document.write( "Question 1138064: Two cars traveled from Elmhurst to Oakville, a distance of 100 miles. One car traveled 10 mph faster than the other and arrived 5/6 of an hour sooner. Find the speed of the faster car. \n" ); document.write( "
Algebra.Com's Answer #755948 by ikleyn(53765)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "Let x = the speed of the faster car, in mph\r\n" );
document.write( "\r\n" );
document.write( "Then the speed of the slower car is (x-10) miles per hour.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the condition, you have this \"time\" equation\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"100%2F%28x-10%29\" - \"100%2Fx\" = \"5%2F6\"   of an hour\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To solve it, multiply both sides by  6x*(x-1).  You will get\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    600*x - 600*(x-10) = 5x*(x-10).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    6000 = 5x^2 - 50x\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    5x^2 - 50x - 6000 = 0\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    x^2 - 10x - 1200 = 0\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    (x-40)*(x+30) = 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The roots are 40 and -30.  Only positive root is meaningful.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The faster car speed is 40 mph.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "CHECK.   The faster car spends  \"100%2F40\" = \"10%2F4\"  hours.\r\n" );
document.write( "\r\n" );
document.write( "         The slower car spends  \"100%2F30\" = \"10%2F3\"  hours.\r\n" );
document.write( "\r\n" );
document.write( "         The difference is  \"10%2F3+-+10%2F4\" = \"40%2F12+-+30%2F12\" = \"10%2F12\" = \"5%2F6\" of an hour.   ! Correct !\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved and completed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "From my post learn on how to write, to solve and to use the \"time\" equation.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );