document.write( "Question 785596: Two cars leave an intersection. One car travels north; the other east. When the car traveling north had gone 9 mi, the distance between the cars was 3 mi more than the distance traveled by the car heading east. How far had the east bound car traveled? \n" ); document.write( "
Algebra.Com's Answer #477625 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Two cars leave an intersection. One car travels north; the other east.
\n" ); document.write( " When the car traveling north had gone 9 mi, the distance between the cars was 3 mi more than the distance traveled by the car heading east.
\n" ); document.write( " How far had the east bound car traveled?
\n" ); document.write( ":
\n" ); document.write( "Let e = distance traveled by the eastbound car
\n" ); document.write( "then
\n" ); document.write( "(e+3) = distance between e and northbound car after it travels 9 mi
\n" ); document.write( ":
\n" ); document.write( "This is a pythag problem, a^2 + b^2 = c^2, where
\n" ); document.write( "a = 9
\n" ); document.write( "b = e
\n" ); document.write( "c = (e+3)
\n" ); document.write( ":
\n" ); document.write( "9^2 + e^2 = (e+3)^2
\n" ); document.write( "81 + e^2 = e^2 + 6e + 9
\n" ); document.write( "Subtract e^2 from both sides
\n" ); document.write( "81 = 6e + 9
\n" ); document.write( "81 - 9 = 6e
\n" ); document.write( "72 = 6e
\n" ); document.write( "e = 72/6
\n" ); document.write( "e = 12 mi traveled by the east car when they were 12+3 = 15 mi apart
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check using your calc, enter
\n" ); document.write( "\"sqrt%289%5E2+%2B+12%5E2%29\" results: 15
\n" ); document.write( "
\n" );