document.write( "Question 599450: 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 #379147 by dhartman0220(8)![]() ![]() ![]() You can put this solution on YOUR website! Distance is equal to velocity multiplied by time D=v*t\r \n" ); document.write( "\n" ); document.write( "The distance traveled by the second biker will equal the distance traveled by the first at some point in time.\r \n" ); document.write( "\n" ); document.write( "hence D1=first cyclist \n" ); document.write( " v=6(m/h) \n" ); document.write( " t=(3+x)h \n" ); document.write( " D2=second cyclist \n" ); document.write( " v=10(m/h) \n" ); document.write( " t=xh\r \n" ); document.write( "\n" ); document.write( "we know D1 is 3 hours ahead and D2 has to travel (x) amount of time to catch up. \r \n" ); document.write( "\n" ); document.write( "so\r \n" ); document.write( "\n" ); document.write( "D1=D2\r \n" ); document.write( "\n" ); document.write( "6(3+x)=10x\r \n" ); document.write( "\n" ); document.write( "18+6x=10x\r \n" ); document.write( "\n" ); document.write( "18=4x\r \n" ); document.write( "\n" ); document.write( "x=4.5 hours \n" ); document.write( " |