The Basics of Base Three
We give a little background to calculating in base three. It's actually very easy: it's the same as calculating in base ten (or base anything), but we just have to remember the columns stand for powers of three, rather than powers of ten.
For example, if were are working in base ten then 120 stands for "0 ones, plus 2 tens plus 1 hundred". In base three the same 120 stands for "0 ones, plus 2 threes, plus 1 nine". So 120 in base three amounts to fifteen (which we would normally write in base ten, as 15).
Performing arithmetic is very easy. For example the sum "two plus one equals three" would be written in base three as 2 + 1 = 10. Similarly, the multiplication "two times two equals four" becomes 2 x 2 = 11 in base three.
Notice that if we ignore the final zeroes, the result ends in a 1. And, it is easy to see that this will always be true. What goes into the rightmost place comes from a single multiplication, either 1 x 1 or 2 x 2, and both of these give a 1 in the rightmost place.