document.write( "Question 589245: Two sports cars leave the same city at 9A.M. One Heads south at 60 mi/h,while the other travels east at 45 mi/h. How far Apart are they at noon? \n" ); document.write( "
Algebra.Com's Answer #374769 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! n=60*3; \n" ); document.write( "e=45*3; \n" ); document.write( "h^2=n^2+e^2 \n" ); document.write( "h = 225, n = 180, e = 135 \n" ); document.write( " \n" ); document.write( " |