Trivia Cafe
3

The number 222, written in base three number system, would be equal to what number in base 10?

Learn More

mathematics

Our everyday counting system is known as base 10, or decimal, where each digit's place value is a power of ten (ones, tens, hundreds, etc.). This is likely because humans have ten fingers. Other number systems, or bases, use the same principle but with a different foundation (Review). In the base three system, also called ternary, the place values are powers of three. Moving from right to left, the positions represent the ones place (3 to the power of 0), the threes place (3 to the power of 1), the nines place (3 to the power of 2), and so on.

To convert the number 222 from base three into our familiar base 10, we multiply each digit by its corresponding place value. The rightmost '2' is in the ones place, giving us a value of 2 times 1. The middle '2' is in the threes place, for a value of 2 times 3. The leftmost '2' is in the nines place, representing 2 times 9. Adding these products together gives us the final answer: 18 + 6 + 2 equals 26.

While base 10 is standard for humans, other bases are critical in technology. Base 2, or binary, uses only 0s and 1s and forms the fundamental language of all digital computers. Understanding how to work with different number bases is a key concept in both mathematics and computer science, revealing the elegant structure behind the numbers we use every day.