document.write( "Question 475814: Some students found a pirate treasure map with the following clues: \"Take ye 20 paces East of the old oak tree; then 15 North and 18 West. Walk 9 paces North and another 5 East and here ye find me tresure.\" How many paces, in a straight line, was the treasure from the oak tree? \n" ); document.write( "
Algebra.Com's Answer #326292 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Some students found a pirate treasure map with the following clues: \n" ); document.write( "Let the oak tree be at (0,0) \n" ); document.write( "------------------ \n" ); document.write( "\"Take ye 20 paces East of the old oak tree \n" ); document.write( "You are now at (20,0) \n" ); document.write( "------------------ \n" ); document.write( "; then 15 North and 18 West \n" ); document.write( "you are now at (2,0) \n" ); document.write( "-------------------- \n" ); document.write( ". Walk 9 paces North \n" ); document.write( "You are now at (2,9) \n" ); document.write( "--------------------\r \n" ); document.write( "\n" ); document.write( "and another 5 East \n" ); document.write( "You are now at (7,9) \n" ); document.write( "-------------------- \n" ); document.write( "and here ye find me tresure.\" \n" ); document.write( "------------------------------ \n" ); document.write( "How many paces, in a straight line, was the treasure from the oak tree? \n" ); document.write( "Find the distance from (0,0) to (7,9) \n" ); document.write( "d = sqrt(7^2+9^2) = sqrt(130) ft. \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |