document.write( "Question 997833: Eric walked 4 miles due south and then walked east. He is now 12 miles from his starting point. How far did he walk east? Round to the nearest tenth. \n" ); document.write( "
Algebra.Com's Answer #615752 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You have made a right triangle where the southern piece is one leg of length 4 miles, and the hypotenuse is 12 miles. We need the eastern leg. Call it b. Use the Pythagoren Theorem: \n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( "4^2 + b^2 = 12^2 \n" ); document.write( "16 + b^2 = 144 now subtract 16 \n" ); document.write( "b^2 = 128 \n" ); document.write( "b = sqrt(128) = 11.3 \n" ); document.write( " |