document.write( "Question 896204: Two planes, which are 3080 miles apart, fly toward each othe. Their speeds differ by 70 mph. If they pass each other in 4 hours, what is the speed of each? \n" ); document.write( "
Algebra.Com's Answer #543320 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Two planes, which are 3080 miles apart, fly toward each other. Their speeds differ by 70 mph. If they pass each other in 4 hours, what is the speed of each? \n" ); document.write( "*** \n" ); document.write( "let x=speed of faster plane \n" ); document.write( "x-70=speed of slower plane \n" ); document.write( "x+x-70=2x-70=speed at which planes approach each other \n" ); document.write( "distance/speed=travel time \n" ); document.write( ".. \n" ); document.write( "3080/2x-70=4 \n" ); document.write( "3080=8x-280 \n" ); document.write( "8x=3360 \n" ); document.write( "x=420 \n" ); document.write( "x-70=350 \n" ); document.write( "speed of faster plane: 420 mph \n" ); document.write( "speed of slower plane: 350 mph \n" ); document.write( " |