document.write( "Question 240302: What formula is utilized to answer: if vehicle A and vehicle B leave from the same location, traveling same direction but at different speeds how many miles will it take vehicle B to Catch vehicle A if B is going 120 mph and A is going 100 MPH? \n" ); document.write( "
Algebra.Com's Answer #176116 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What formula is utilized to answer: if vehicle A and vehicle B leave from the same location, traveling same direction but at different speeds how many miles will it take vehicle B to Catch vehicle A if B is going 120 mph and A is going 100 MPH? \n" ); document.write( "----------------------- \n" ); document.write( "distance = rate*time \n" ); document.write( "----------------------- \n" ); document.write( "B DATA: \n" ); document.write( "rate = 120 mph ; distance = x miles; time = x/120 hrs \n" ); document.write( "---------------------------- \n" ); document.write( "A DATA: \n" ); document.write( "rate = 100 mph ; distance = x miles ; time = x/100 hrs \n" ); document.write( "----------------------- \n" ); document.write( "Note: To have a problem the two vehicles have to leave the \n" ); document.write( "starting point at different times. \n" ); document.write( "Ex: Say that car A leaves 1 hr before car B; you get the following equation: \n" ); document.write( "time A - time B = 1 hr \n" ); document.write( "x/100 - x/120 = 1 \n" ); document.write( "120x - 100x = 100*120 \n" ); document.write( "20x = 100*120 \n" ); document.write( "x = 600 miles \n" ); document.write( "B will catch A at the 600 mile marker. \n" ); document.write( "=========================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |