document.write( "Question 347741: two cars leave a intersection at the same time. one is headed south at a constant speed of 30 mph, the other is headed west at a constant speed of 40 mph. what is the distance between the cars in 30 minutes? \n" ); document.write( "
Algebra.Com's Answer #248641 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! a^2+b^2=c^2 \n" ); document.write( "(30*.5)^2+(40*.5)^2=c^2 \n" ); document.write( "15^2+20^2=c^2 \n" ); document.write( "225+400=c^2 \n" ); document.write( "c^2=625 \n" ); document.write( "c=sqrt625 \n" ); document.write( "c=25 miles apart. \n" ); document.write( " |