document.write( "Question 820173: At 9:00 am a truck leaves the yard traveling west at a rate of 40 mph. At 11:00 am a second truck leaves along the same route, traveling at 50mph. When will the second truck catch up to the first?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #493417 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At 9:00 am a truck leaves the yard traveling west at a rate of 40 mph. At 11:00 am a second truck leaves along the same route, traveling at 50mph. When will the second truck catch up to the first? \n" ); document.write( "-------- \n" ); document.write( "1st truck DATA: \n" ); document.write( "rate = 40 mph ; time = x hrs ; distance = r*t = 40x miles \n" ); document.write( "------ \n" ); document.write( "2nd truck DATA: \n" ); document.write( "rate = 50 mph ; time = x-2 hrs ; distance = r*t = 50(x-2) miles \n" ); document.write( "--------- \n" ); document.write( "Equation: \n" ); document.write( "distance = distance \n" ); document.write( "40x = 50x-100 \n" ); document.write( "10x = 100 \n" ); document.write( "x = 10 hrs \n" ); document.write( "------ \n" ); document.write( "Meeting time:: 9:00AM + 10 hrs = 7:00PM \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------------------- \n" ); document.write( " |