document.write( "Question 901876: Two planes, which are 1180 miles apart, fly toward each other. Their speeds differ by 40 mph. If they pass each other in 2 hours, what is the speed of each? \n" ); document.write( "
Algebra.Com's Answer #547008 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two planes, which are 1180 miles apart, fly toward each other. Their speeds differ by 40 mph. If they pass each other in 2 hours, what is the speed of each? \n" ); document.write( "*** \n" ); document.write( "let x=speed of faster plane \n" ); document.write( "let y=speed of slower plane \n" ); document.write( "distance/travel time=speed \n" ); document.write( "1180/2=590 \n" ); document.write( "speed of planes flying toward each other=sum of their indv. speeds \n" ); document.write( "speed of planes flying away from each other=difference of their indv. speeds \n" ); document.write( "x+y=590 \n" ); document.write( "x-y=40 \n" ); document.write( "add \n" ); document.write( "2x=630 \n" ); document.write( "x=315 \n" ); document.write( "y=x-40=275 \n" ); document.write( "speed of faster plane=315 mph \n" ); document.write( "speed of slower plane=275 mph \n" ); document.write( " |