document.write( "Question 754518: Jane leave Oklahoma city traveling in her truck at a rate of 40 miles per hour. One hour later Harrison leaves Oklahoma city traveling in his car at a rate of 60 miles per hour. How long will it take Harrison to catch up with jane?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #459164 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Jane leave Oklahoma city traveling in her truck at a rate of 40 miles per hour. One hour later Harrison leaves Oklahoma city traveling in his car at a rate of 60 miles per hour. How long will it take Harrison to catch up with jane? \n" ); document.write( "*** \n" ); document.write( "let x=time it will take Harrison to catch up with jane? (travel time) \n" ); document.write( "x+1= Jane's travel time \n" ); document.write( "distance=speed*travel time (same for both jane and harrison) \n" ); document.write( "40(x+1)=60(x) \n" ); document.write( "40x+40=60x \n" ); document.write( "20x=40 \n" ); document.write( "x=2 \n" ); document.write( "time it will take Harrison to catch up with jane=2 hrs \n" ); document.write( " |