There are 10 types of people in the world:
1, people who do not understand binary
2, people who tell binary jokes
10, people who tell binary jokes and understand how base-n number systems work
<img src="/ubbthreads/images/graemlins/crazy.gif" alt="" />
There, I fixed that for you! <img src="/ubbthreads/images/graemlins/grin.gif" alt="" />
Nay, I meant what I wrote and what I wrote was correct. <img src="/ubbthreads/images/graemlins/smile.gif" alt="" />
Binary is a base-2 number system. Each digit has 2 possibilities, 0 or 1. When you reach the highest value a given digit can hold, you reset it to 0 and increment the next digit. What I wrote uses a base-3 number system. The counting numbers in base-3 are 1, 2, 10, 11, 12, 20, 21, 22, 100, 101, etc.