document.write( "Question 357722: please help me solve this equation: 2 planes which are 1,220 miles apart fly towards eachother, their speeds differ by 60 mph. If they each pass eachother in 2 hours, what is the speed of each plane? \n" ); document.write( "
Algebra.Com's Answer #255363 by mananth(16946)![]() ![]() You can put this solution on YOUR website! plane A speed = x mph \n" ); document.write( "plane B speed = x+60 mph \n" ); document.write( "since they are travelling towards each other the effective speed will be 2x+60 mph \n" ); document.write( "... \n" ); document.write( "distance apart 1220 miles \n" ); document.write( ".. \n" ); document.write( "time they cross = 2 hours \n" ); document.write( "... \n" ); document.write( "time = distance / speed \n" ); document.write( "1220/2x+60 =2 \n" ); document.write( "1220 =2*(2x+60) \n" ); document.write( "1220=4x+120 \n" ); document.write( "1220-120=4x \n" ); document.write( "1100=4x \n" ); document.write( "x=1100/4 \n" ); document.write( "x=275 mph speed of plane A \n" ); document.write( "Plane B speed = 275+60 = 335 mph \n" ); document.write( " |