Computer ScienceNumber TheoryHistory of ComputingRecreational MathEducation
Frequently Asked Questions
What is base3 (ternary)?▼
Base3 (ternary) is a positional numeral system with three as its base. It uses digits 0, 1, and 2. Balanced ternary uses -1, 0, +1 (often written T, 0, 1).
How do you convert base3 to decimal?▼
Multiply each digit by 3 raised to its position (starting from 0 on the right), then sum all values. Formula: D = d₀×3⁰ + d₁×3¹ + d₂×3² + ...
What is balanced ternary?▼
Balanced ternary uses digits -1 (T), 0, and +1. No sign bit needed! It has elegant mathematical properties and was used in early Russian computers.
Why is base3 interesting?▼
Mathematically, e (≈2.718) is optimal base for economy. 3 is closest integer. Balanced ternary has efficient representation for positive/negative numbers.
Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.