document.write( "Question 1200212: Recall captain hook's riddle from the beginning of chapter 4: \r
\n" ); document.write( "\n" ); document.write( "ye have almost found the treasure. start from this spot and walk north and east. three times the sum of the number of northerly steps and the number of the easterly steps is four more than four times the number of northerly steps. more than this you will need to find the treasure. ye also must know that when ye multiply by five the number two less than the number of northerly steps, ye get the number that is two more than seven times the number of easterly steps. \r
\n" ); document.write( "\n" ); document.write( "How many steps north and east should you take to get to the treasure?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #834288 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "The first task is to translate each verbal sentence into symbolic algebraic equations.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Focus on the first sentence:
\n" ); document.write( "\"three times the sum of the number of northerly steps and the number of the easterly steps is four more than four times the number of northerly steps.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "More specifically, we'll translate the portion highlighted in blue
\n" ); document.write( "\"three times the sum of the number of northerly steps and the number of the easterly steps is four more than four times the number of northerly steps.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = number of steps going north
\n" ); document.write( "y = number of steps going east
\n" ); document.write( "x+y = the sum of those items
\n" ); document.write( "3(x+y) = three times that sum
\n" ); document.write( "Let's call this expression A. We'll use this later.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now focus on this portion highlighted in blue
\n" ); document.write( "\"three times the sum of the number of northerly steps and the number of the easterly steps is four more than four times the number of northerly steps.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = number of steps going north
\n" ); document.write( "4x = four times the number of steps going north
\n" ); document.write( "4x+4 = four more compared to the previous quantity
\n" ); document.write( "Let's call this expression B.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Expressions A and B are set equal to each other because of the key term \"is\" in the sentence \"three times the sum of the number of northerly steps and the number of the easterly steps is four more than four times the number of northerly steps\"
\n" ); document.write( "It's like saying \"x is 10\" which translates to x = 10.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Equating those expressions gives us this equation
\n" ); document.write( "3(x+y) = 4x+4\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The next sentence to tackle is:
\n" ); document.write( "\"ye also must know that when ye multiply by five the number two less than the number of northerly steps, ye get the number that is two more than seven times the number of easterly steps.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's narrow our focus to the stuff in blue
\n" ); document.write( "\"ye also must know that when ye multiply by five the number two less than the number of northerly steps, ye get the number that is two more than seven times the number of easterly steps.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = number of northerly steps
\n" ); document.write( "x-2 = two fewer steps compared to before
\n" ); document.write( "5(x-2) = five times the previous quantity
\n" ); document.write( "Call this expression C.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Change the focus to this portion
\n" ); document.write( "\"ye also must know that when ye multiply by five the number two less than the number of northerly steps, ye get the number that is two more than seven times the number of easterly steps.\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = number of easterly steps
\n" ); document.write( "7y = seven times the previous amount
\n" ); document.write( "7y+2 = two more than the previous quantity
\n" ); document.write( "Call this expression D.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The expressions C and D are set equal to one another for similar reasoning compared to before.
\n" ); document.write( "C = D
\n" ); document.write( "5(x-2) = 7y+2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "---------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The key takeaways is what we have this system of equations\r
\n" ); document.write( "\n" ); document.write( "\"system%28%0D%0A3%28x%2By%29+=+4x%2B4%2C%0D%0A5%28x-2%29+=+7y%2B2%0D%0A%29%0D%0A\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's solve the 2nd equation for x.
\n" ); document.write( "5(x-2) = 7y+2
\n" ); document.write( "5x-10 = 7y+2
\n" ); document.write( "5x = 7y+2+10
\n" ); document.write( "5x = 7y+12
\n" ); document.write( "x = (7y+12)/5
\n" ); document.write( "x = (7y/5)+(12/5)
\n" ); document.write( "x = 1.4y + 2.4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Then we'll substitute that into the other equation to solve for y.
\n" ); document.write( "3(x+y) = 4x+4
\n" ); document.write( "3(1.4y + 2.4+y) = 4(1.4y + 2.4)+4
\n" ); document.write( "3(2.4y + 2.4) = 4(1.4y + 2.4)+4
\n" ); document.write( "7.2y + 7.2 = 5.6y + 9.6+4
\n" ); document.write( "7.2y + 7.2 = 5.6y + 13.6
\n" ); document.write( "7.2y-5.6y = 13.6 - 7.2
\n" ); document.write( "1.6y = 6.4
\n" ); document.write( "y = (6.4)/(1.6)
\n" ); document.write( "y = 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now we can determine x.
\n" ); document.write( "x = 1.4y + 2.4
\n" ); document.write( "x = 1.4*4 + 2.4
\n" ); document.write( "x = 5.6 + 2.4
\n" ); document.write( "x = 8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "---------------------------------------------------------
\n" ); document.write( "---------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We found that
\n" ); document.write( "x = 8
\n" ); document.write( "y = 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "It tells us to go 8 steps north and 4 steps east.
\n" ); document.write( "
\n" ); document.write( "
\n" );