🔢 Lab Work: Ternary Number System

Learning the number system with base 3

📚 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
000
111
2102
31110
410011
510112
611020
711121
8100022
91001100

🔄 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