document.write( "Question 348602: Two cars leave an intersection at the same time. One is headed south at a constant speed of 30 miles per hour; the other is headed west at a constant speed of 40 miles per hour. What is the distance between the cars in 30 minutes? \n" ); document.write( "
Algebra.Com's Answer #249216 by mananth(16946)![]() ![]() You can put this solution on YOUR website! southbound speed = 30 mph \n" ); document.write( "westbound speed = 40 mph \n" ); document.write( "... \n" ); document.write( "in half hour they have traveled \n" ); document.write( "15 miles and 20 miles repectively. \n" ); document.write( "Their position and the intersection form a right triangle \n" ); document.write( ".. \n" ); document.write( "15^2+20^= D^2 \n" ); document.write( "225+400=D^2 \n" ); document.write( "625= D^2 \n" ); document.write( "D= sqrt 625 \n" ); document.write( "D= 25 miles \n" ); document.write( " |