document.write( "Question 883520: an aeroplane leaves an airport and flies due north at a speed of 1800 km/hr. at the same time, another plane leaves the same airport and flies due west at a speed of 1600 km/hr. how far apart will the two planes be after 2.5 hours? \n" ); document.write( "
Algebra.Com's Answer #533587 by mananth(16946)![]() ![]() You can put this solution on YOUR website! North bound plane speed = 1800 kmph \n" ); document.write( "in 2.5 hours it will have traveled 1800*2.5 = 4500 km\r \n" ); document.write( "\n" ); document.write( "West bound plane speed = 1600 kmph \n" ); document.write( "in 2.5 hours it will have traveled 1600*2.5 = 4000 km\r \n" ); document.write( "\n" ); document.write( "At any given time they form a right triangle with the starting point\r \n" ); document.write( "\n" ); document.write( "Their distance =d \r \n" ); document.write( "\n" ); document.write( "d^2= 4000^2+4500^2\r \n" ); document.write( "\n" ); document.write( "d^2= 36250000\r \n" ); document.write( "\n" ); document.write( "d=sqrt(36250000)\r \n" ); document.write( "\n" ); document.write( "d= 6020.8 km \n" ); document.write( " |