document.write( "Question 590484: Two planes are flying around the world. The first plane is flying at 300 miles per hour (mph) and is 350 miles ahead of the second plane. The second plane is flying at 400 mph. How long will it take for the second plane to catch the first plane? \n" ); document.write( "
Algebra.Com's Answer #375188 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two planes are flying around the world. The first plane is flying at 300 miles per hour (mph) and is 350 miles ahead of the second plane. The second plane is flying at 400 mph. How long will it take for the second plane to catch the first plane? \n" ); document.write( "---------------- \n" ); document.write( "1st Plane DATA: \n" ); document.write( "rate = 300mph ; time = x hrs ; distance = d*t = 300x miles \n" ); document.write( "------------------------------ \n" ); document.write( "2nd Plane DATA: \n" ); document.write( "rate = 400 mph ; time = x hrs ; distance = d*t = 400x miles \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "2nd plane distance = 1st plane distance + 350 miles \n" ); document.write( "400x = 300x + 350 \n" ); document.write( "--- \n" ); document.write( "100x = 350 \n" ); document.write( "x = 3.5 hrs \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |