document.write( "Question 343639: Larry starts cycling at 20 mi/hr. One hour later, Rebecca starts cycling from the same place at 25 mi/hr, going in the same direction on the same road as Larry. How long will it take Rebecca to catch up to Larry?\r
\n" );
document.write( "\n" );
document.write( "*Someone told me to do
\n" );
document.write( "20T = 25(T-1)
\n" );
document.write( "20T = 25T - 25
\n" );
document.write( "20T - 25T = -25
\n" );
document.write( "-5T = -25
\n" );
document.write( "T = -25/-5
\n" );
document.write( "T = 5 hours.
\n" );
document.write( "I am not sure if this is right? If it is right, I don't understand what everything stands for or the formula used. I need an explanation please.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #245915 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Larry starts cycling at 20 mi/hr. One hour later, Rebecca starts cycling from the same place at 25 mi/hr, going in the same direction on the same road as Larry. How long will it take Rebecca to catch up to Larry? \n" ); document.write( ": \n" ); document.write( "This is right, this equation makes use of the fact that when R catch L then \n" ); document.write( "they will have traveled the same distance. \n" ); document.write( "Dist = speed * time \n" ); document.write( ": \n" ); document.write( "T = L's travel time. (dist = 20T) \n" ); document.write( "R started 1 hour later so \n" ); document.write( "(T-1) = R's travel time. dist = (25(t-1)) \n" ); document.write( ": \n" ); document.write( "With this in mind, the equation is: \n" ); document.write( "L's dist = R's dist \n" ); document.write( "20T = 25(T-1) \n" ); document.write( "20T = 25T - 25 \n" ); document.write( "20T - 25T = -25 \n" ); document.write( "-5T = -25 \n" ); document.write( "T = -25/-5 \n" ); document.write( "T = 5 hours. \n" ); document.write( "YOu solved for T correctly, you can prove this by finding the dist each has \n" ); document.write( "traveled, they should be equal \n" ); document.write( "L's dist: 20*5 = 100 mi \n" ); document.write( "R's dist: 25(5-1) = 100 mi also \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Did this shed some light on this kind of problem, any questions? use the comment feature. \n" ); document.write( " |