document.write( "Question 387876: A bicyclist leaves Bay Shore traveling at an average speed of 12 miles per hour.
\n" );
document.write( "Three hours later, a car leaves Bay Shore, on the same route, traveling at an
\n" );
document.write( "average speed of 30 miles per hour. How many hours after the car leaves Bay
\n" );
document.write( "Shore will the car catch up to the cyclist? \n" );
document.write( "
Algebra.Com's Answer #274228 by jrfrunner(365)![]() ![]() You can put this solution on YOUR website! car will catch up to the bike when \n" ); document.write( "the distance for the car = distance for the bike \n" ); document.write( "-- \n" ); document.write( "distance =rate * time \n" ); document.write( "-- \n" ); document.write( "distance bike= head start distance + distance after car leaves \n" ); document.write( " = 12mph*3 hours + 12mph*t = 36+12t \n" ); document.write( "distance car=30mph * t \n" ); document.write( "-- \n" ); document.write( "set distance bike=distance car \n" ); document.write( "36+12t=30t \n" ); document.write( "36=18t \n" ); document.write( "36/18=2=t \n" ); document.write( "-- \n" ); document.write( "answer: the car will catch the bike in 2 hours after the cars leaves. \n" ); document.write( " |