document.write( "Question 1083532: A woman walks 20 m west, 100 m south, 8 m west, and then 4 m north. How far is she from her starting point? \n" ); document.write( "
Algebra.Com's Answer #697533 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Answer: 100 meters
\n" ); document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Note: this is a page edit. My last answer was incorrect. I realized I misread the problem. The solution has been corrected now.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Explanation:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let point A be at the origin.
\n" ); document.write( "The origin is the point (0,0) which is where the x and y axis meet.
\n" ); document.write( "This is where the woman will start.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "She walks 20 meters west, so she ends up at (-20,0) which is marked by point B.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then she walks 100 meters south ending up at point C (-20,-100)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "After that, she walks 8 meters west to get to D = (-28,-100). (This is where my initial error was made, but it has been fixed now. Point E has been updated as well)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Finally, she walks 4 meters north to end up at point E, which is located at (-28,-96)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's draw all this out
\n" ); document.write( "
\n" ); document.write( "The coordinates of each point are
\n" ); document.write( "A = (0, 0)
\n" ); document.write( "B = (-20, 0)
\n" ); document.write( "C = (-20, -100)
\n" ); document.write( "D = (-28, -100)
\n" ); document.write( "E = (-28, -96)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The goal is to find the distance from A to E.
\n" ); document.write( "This is the same as finding the length of segment AE (or segment EA).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We use the distance formula. The two points used are
\n" ); document.write( "(x1,y1) = (0,0) ... point A
\n" ); document.write( "(x2,y2) = (-28,-96) ... point E\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we have x1 = 0, y1 = 0, x2 = -28, and y2 = -96, which means:
\n" ); document.write( "\"d+=+sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"d+=+sqrt%28%28-28-0%29%5E2%2B%28-96-0%29%5E2%29\" Plug in the values mentioned above\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"d+=+sqrt%28%28-28%29%5E2%2B%28-96%29%5E2%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"d+=+sqrt%28784%2B9216%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"d+=+sqrt%2810000%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"d+=+100\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The exact distance is 100 meters.
\n" ); document.write( "
\n" );