document.write( "Question 492923: Two planes, which are 4425 miles apart, fly toward each other. their speeds differ by 35 mph. If they pass each other in 5 hours, what is the speed of each? \n" ); document.write( "
Algebra.Com's Answer #335219 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Two planes, which are 4425 miles apart, fly toward each other. their speeds differ by 35 mph. If they pass each other in 5 hours, what is the speed of each? \n" ); document.write( ". \n" ); document.write( "Let x = speed of slower plane \n" ); document.write( "then \n" ); document.write( "x+35 = speed of faster plane \n" ); document.write( ". \n" ); document.write( "applying the distance formula: \n" ); document.write( "5x + 5(x+35) = 4425 \n" ); document.write( "5x + 5x+175 = 4425 \n" ); document.write( "10x+175 = 4425 \n" ); document.write( "10x = 4250 \n" ); document.write( "x = 425 mph (slower plane) \n" ); document.write( ". \n" ); document.write( "faster plane: \n" ); document.write( "x+35 = 425+35 = 460 mph \n" ); document.write( " |