Welcome to Binary Operation.
Here you will utilize the binary number system to solve math puzzles (There will be a decent amount of info, put on your thinking hats!)
The binary number system is a system to represent numbers using only 0s and 1s. Ex. "101001" (42). Each digit is called a bit
Similar to how we have arithmetic operators (+, -, x, รท), the binary system has its own set of operations (ADD, AND, OR, XOR). You will utilize these operations in puzzles.
Good luck and have fun!