document.write( "Question 221380: Can someone please solve this sum for me and explain how you got to the answer?
\n" );
document.write( "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 beofre the second cyclist catches up with the first from the time the second cyclist started biking?
\n" );
document.write( "muchos gracias (: \n" );
document.write( "
Algebra.Com's Answer #166173 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two cyclists start biking from a trail's start 3 hours apart. \n" ); document.write( " The second cyclist travels at 10 miles per hour and starts 3 hours after the \n" ); document.write( " first cyclist who is traveling at 6 miles per hour. \n" ); document.write( "How much time will pass before the second cyclist catches up with the first \n" ); document.write( " from the time the second cyclist started biking? \n" ); document.write( "; \n" ); document.write( "Let t = travel time of the 2nd cyclist \n" ); document.write( "then \n" ); document.write( "(t+3) = travel time of the 1st cyclist \n" ); document.write( ": \n" ); document.write( "When the 2nd overtakes the 1st, they will have traveled the same distance. \n" ); document.write( "Write a distance equation using this fact: Dist = speed * time \n" ); document.write( ": \n" ); document.write( "2nd cyclist dist = 1st cyclist dist \n" ); document.write( "10t = 6(t+3) \n" ); document.write( "10t = 6t + 18 \n" ); document.write( "10t - 6t = 18 \n" ); document.write( "4t = 18 \n" ); document.write( "t = \n" ); document.write( "t = 4.5 hrs from the time the 2nd cyclist starts \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution by finding the distance traveled by each (should be equal) \n" ); document.write( "10*4.5 = 45 mi \n" ); document.write( "6*7.5 = 45 mi; confirms our solution \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Answering your question about the time. \n" ); document.write( "it should be apparent to you that the 1st cyclist was on the road 3 hr longer \n" ); document.write( "than the 2nd cyclist \"t\", hence we call 1st cyclist time \"t+3\" \n" ); document.write( " |