document.write( "Question 1053907: A person riding a motorcycle leaves an hour after a person riding a bicycle. Both travel the same road. If the person riding the bicycle is traveling at 10 miles per hour and the person riding the motorcycle is traveling at 50 miles per hours, how long will it take the motorcycle to overtake the bicycle? \n" ); document.write( "
Algebra.Com's Answer #669095 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
One of the typical catchup problems.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "RT=D.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                     SPEED      TIME       DISTANCE\r\n" );
document.write( "MOTORCYC              50         t           d\r\n" );
document.write( "BIKE                  10        t+1          d\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Make the system and solve.
\n" ); document.write( "
\n" );