document.write( "Question 1066332: Two planes start from the same point and fly in opposite directions. The first plane is flying 50 mph slower than the second plane. In 3.5 h, the planes are 2100 mi apart. Find the rate of each plane. \n" ); document.write( "
Algebra.Com's Answer #681498 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two planes start from the same point and fly in opposite directions. The first plane is flying 50 mph slower than the second plane. In 3.5 h, the planes are 2100 mi apart. Find the rate of each plane. \n" ); document.write( "----------------------- \n" ); document.write( "faster plane DATA: \n" ); document.write( "time = 3.5h ; rate = x mph ; distance = 3.5x miles \n" ); document.write( "slower plane DATA: \n" ); document.write( "time = 3.5h ; rate = x-50 mph ; distance = 3.5(x-50) miles \n" ); document.write( "---------------------- \n" ); document.write( "Equation: \n" ); document.write( "3.5x + 3.5x - 3.5*50 = 2100 \n" ); document.write( "7x = 2275 \n" ); document.write( "x = 325 mph (faster plane speed) \n" ); document.write( "x-50 = 275 mph (slower plane speed) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |