document.write( "Question 1010253: A truck has left point A with a speed of 60 mph. After 2 hours a car has left point A with a speed of 90 mph. At what distance from point A will the car catch up with the truck? \n" ); document.write( "
Algebra.Com's Answer #625700 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                speed        time        distance\r\n" );
document.write( "early slow      60            t+2         d\r\n" );
document.write( "late fast       90            t           d\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "That make sense according to the description? Hope so.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now, you saw the variable assignments, and instead, MORE will be made.
\n" ); document.write( "
\r\n" );
document.write( "                speed        time        distance\r\n" );
document.write( "early slow      r            t+h         d\r\n" );
document.write( "late fast       R            t           d\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Known variables, r, R, h.
\n" ); document.write( "Unknown variables, t, d.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "System of equations will be \"system%28r%28t%2Bh%29=d%2CRt=d%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Solve for a formula for d, only in terms of r, R and h.
\n" ); document.write( "
\n" ); document.write( "
\n" );