This entire cache will be based off of the following pattern:
1
1 1
2 1
1 2 1 1
The first thing you need to do is get the 12th line of this pattern; you will need it to complete some tasks.
All tasks will be based off the 12th line of the pattern.
We all know the firs numbers will be: N 64* and W 147*, so I left those out. your coordinates will come out in DMM format. Now that you've gotten the 12th line, lets go.
The first task is to get your middle set of numbers for both your north and west coordinates, in that order:
T. Name the 1st, 4th, 12th, and 20th digit.
A. 1,2,1,1 = 46,22
B. 2,3,1,1 = 47,20
C. 3,3,3,3 = 45,21
The second task will get you the last 3 digits of your north coordinates.
T. Name the 2 center digits AKA the median.
A. 2,3 = 572
B. 1,1 = 502
C. 2,2 = 591
The final task will get you the last 3 digits of your west coordinates.
T. find the sum of all of the digits in the 12th line of the pattern.
A. 61 = 518
B. 55 = 588
C. 56 = 571