📚 What is the Ternary Number System?
The ternary number system is a positional number system with base 3. It uses only three digits: 0, 1, and 2.
Basic Principles:
- Each position represents a power of 3
- Digits: 0, 1, 2
- Positions from right to left: 3⁰, 3¹, 3², 3³, ...
Example of converting from decimal to ternary:
Number 25 in decimal system:
25 ÷ 3 = 8 remainder 1
8 ÷ 3 = 2 remainder 2
2 ÷ 3 = 0 remainder 2
Result: 221₃
Comparison of number systems:
Decimal | Binary | Ternary |
---|---|---|
0 | 0 | 0 |
1 | 1 | 1 |
2 | 10 | 2 |
3 | 11 | 10 |
4 | 100 | 11 |
5 | 101 | 12 |
6 | 110 | 20 |
7 | 111 | 21 |
8 | 1000 | 22 |
9 | 1001 | 100 |
🔄 Number System Converter
From Decimal to Ternary
Result: -
From Ternary to Decimal
Result: -
🧮 Calculator in Ternary System
Calculation Result:
Enter numbers and operation
🎯 Practice Exercises
Task:
Click "New Task" to start
Progress:
Correct answers: 0 of 0