document.write( "Question 328338: two planes leave newark airport at the same time. The rate of speed of the northbound plane is 100 mils per hour.,than that of the southbound plane. at the end of 5 hours, the planes are 2000 miles apart. Find the rate of each? \n" ); document.write( "
Algebra.Com's Answer #235151 by mananth(16949) You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "let speed of south bound plane be x \n" ); document.write( "north bound plane = x+100 ( presume it is 100 more) \n" ); document.write( "Time thay travel = 5 hours \n" ); document.write( "distance of south boundplane = 5x \n" ); document.write( "distance of north boundplane = 5(x+100) \n" ); document.write( ".. \n" ); document.write( "5x+5(x+100)=2000 \n" ); document.write( "5x+5x+500=2000 \n" ); document.write( "10x+500=2000 \n" ); document.write( "10x=2000-500 \n" ); document.write( "10x= 1500 \n" ); document.write( "x= 150 mph south bound plane \n" ); document.write( ".. \n" ); document.write( "north bound plane speed = x+100 = 150+100=250 mph\r \n" ); document.write( "\n" ); document.write( "-------------- \n" ); document.write( "CHECK \n" ); document.write( "150*5+250*5= 2000 \n" ); document.write( " |