document.write( "Question 871076: 26. Martina leaves home at 9 AM, bicycling at a rate of 24 mph. Two hours later, John leaves, driving at 48 mph. At what time will John catch up with Martina?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #525299 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Martina leaves home at 9 AM, bicycling at a rate of 24 mph. Two hours later, John leaves, driving at 48 mph. At what time will John catch up with Martina? \n" ); document.write( "*** \n" ); document.write( "let x= travel time of Martina \n" ); document.write( "x-2=travel time of john \n" ); document.write( "distance=travel time*speed \n" ); document.write( ".. \n" ); document.write( "24x=48(x-2) \n" ); document.write( "24x=48x-96 \n" ); document.write( "24x=96 \n" ); document.write( "x=4 \n" ); document.write( "John will catch up with Martina ln 4 hrs at 1 PM \n" ); document.write( " |