document.write( "Question 268575: Two cyclists start biking from a trail's start 3 hours apart. The second cyclist travels at 10 miles per hour and starts 3 hours after the first cyclist who is traveling at 6 miles per hour. How much time will pass before the second cyclist catches up with the first from the time the second cyclist started biking? \r
\n" );
document.write( "\n" );
document.write( "t=d/s
\n" );
document.write( "I know the answer is 4.5 hours but am having problems setting up the equations.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #196805 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! d=rt \n" ); document.write( "d=6t for the first cyclist. \n" ); document.write( "d=10(t-3) for the second cyclist. \n" ); document.write( "Because the distances are the same set the 2 equations equal. \n" ); document.write( "6t=10(t-3) \n" ); document.write( "6t=10t-30 \n" ); document.write( "6t-10t=-30 \n" ); document.write( "-4t=-30 \n" ); document.write( "t=30/4 \n" ); document.write( "t=7.5 hours after the first cyclist leaves. \n" ); document.write( "7.5-3=4.5 hours after the second cyclist leaves. \n" ); document.write( " |