Need help with puzzle involving boolean

Hi! I am very much in need of help with solving a puzzle that is way over my head. Once solved the puzzle with reveal a set of gps coordinates. Any help would be greatly appreciated! https://www.geocaching.com/geocache/GC1AVFX_lets-do-some-boolean

As a (not very active) cacher, I can see the post. Here is the puzzle:

Mr Boole invented this stuff, and it is an essential part of computing. Translate the info below to get the coordinates. Please note that there are no fractions. Each piece of the puzzle translates to a portion of the coordinates in standard dd mm mmm format, and for this puzzle all 3 pieces are whole numbers. There are two steps for each column to get you to the coordinates. Here is the North.


110101101001001101100
ANDORXOR
111000011000100000101
???


And here is the West

0111000100011111000111
XORORAND
1000011010111001101010
???


In order to solve this, you can search for "and or xor", to see what those terms mean. The context is "bitwise operations". If you have Windows, the calculator has a programmer mode that can do these operations. It looks like what you have to do next is pretty straightforward.
 
Top