document.write( "Question 817834: In a race of two cars, the first car travels at a speed of 20 km/hr whereas the second car travels at a speed of 18 km/hr. If the second car arrives 6 minutes later than the first car then, what is the distance of the start to destination? \n" ); document.write( "
Algebra.Com's Answer #492209 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
20*t=18*(t+1/10)
\n" ); document.write( "20t=18t+1.8
\n" ); document.write( "2t=1.8
\n" ); document.write( "t=.9
\n" ); document.write( "check
\n" ); document.write( "20*.9=18*1
\n" ); document.write( "18=18
\n" ); document.write( "ok
\n" ); document.write( "
\n" );