document.write( "Question 560442: A cyclist leaves Las Vegas riding at the rate of 18 mph. One hour later, a car leaves Las Vegas going 45 mph in the same direction. How long will it take the car to overtake the cyclist?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #363931 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A cyclist leaves Las Vegas riding at the rate of 18 mph. \n" ); document.write( "One hour later, a car leaves Las Vegas going 45 mph in the same direction. \n" ); document.write( " How long will it take the car to overtake the cyclist? \n" ); document.write( ": \n" ); document.write( "Let t = travel time of the car \n" ); document.write( "then \n" ); document.write( "(t+1) = travel time of the bike \n" ); document.write( ": \n" ); document.write( "When car catches bike they will have traveled the same distance \n" ); document.write( "A simple distance equation \n" ); document.write( ": \n" ); document.write( "45t = 18(t+1) \n" ); document.write( " |