document.write( "Question 30625: Two cars start off at the same point on a straight highway facing opposite directions. Each car drives for 6 miles, takes a left turn, and drives for 8 miles. How far apart are the two cars? \n" ); document.write( "
Algebra.Com's Answer #17361 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! After the car drive and take a left turn they form a right triagnle. \n" ); document.write( "Using pythagoren theorm we can determine how apart the cars are. \n" ); document.write( "6^2+8^2=c^2 \n" ); document.write( "36+64=c^2 \n" ); document.write( "100=c^2 \n" ); document.write( "c=10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hence, they are 10 miles apart \n" ); document.write( "Paul. \n" ); document.write( " |