document.write( "Question 206256: two cars start moving from the same point. One travels south at 100 km/hr and the other travels west at 50 km/hr. How far apart are they two hours later? \n" ); document.write( "
Algebra.Com's Answer #155817 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! two cars start moving from the same point. One travels south at 100 km/hr and the other travels west at 50 km/hr. How far apart are they two hours later? \n" ); document.write( "------------------ \n" ); document.write( "Draw the picture. \n" ); document.write( "The southbound car has gone 200 km in 2 hrs \n" ); document.write( "The westbound are has gone 100 km in 2 hrs \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "Using Pythagoras to find the distance beween them you get: \n" ); document.write( "d = sqrt(100^2+50^2) \n" ); document.write( "d = sqrt(10000+2500) \n" ); document.write( "d = 320.156 km \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |