document.write( "Question 23047: 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? \n" ); document.write( "
Algebra.Com's Answer #11454 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! 6(t+3)=10t \n" ); document.write( "6t+18=10t \n" ); document.write( "18=4t \n" ); document.write( "t=4.5 \n" ); document.write( "hence, 4.5hours will pass. \n" ); document.write( " |