Convert Base 5 to Base 3
Convert Base 5 (base 5) to Base 3 (base 3) instantly and accurately.
Selected Base 5 (base 5) - available characters: 0, 1, 2, 3, 4
Conversion Formula
Step-by-step example using the value 42 (decimal):
Convert Base 5 (base 5) → Base 3 (base 3)
Step 1: Expand each digit of 132 (base 5) by position:
1 × 5^2 = 25
3 × 5^1 = 15
2 × 5^0 = 2
────────────
Sum = 42 (decimal)
Step 2: Divide 42 by 3 repeatedly (read remainders upward):
42 ÷ 3 = 14 r 0
14 ÷ 3 = 4 r 2
4 ÷ 3 = 1 r 1
1 ÷ 3 = 0 r 1
Read remainders upward: 1120
────────────────────────────
Result: 132 (base 5) = 1120 (base 3)
About Base 5
Quinary (base 5) uses digits 0-4. Each position is a power of 5: 5⁰=1, 5¹=5, 5²=25. One of the most historically widespread alternative bases, reflecting one-hand finger counting - Proto-Indo-European *penkwe = 'five/fist'. Tally marks group strokes in fives. Babylonian sexagesimal (base 60) used a 5×12 sub-structure. Fibonacci numbers mod 5 have Pisano period 20. Conversion: decimal 42 = 1×25+3×5+2 = 132₅.
About Base 3
Ternary (base 3) uses digits 0, 1, 2. Each position is a power of 3: 3⁰=1, 3¹=3, 3²=9, 3³=27. Balanced ternary (β’1, 0, +1) represents negatives without a sign and minimises rounding error. The Soviet Setun computer (1958) was the only practical balanced-ternary machine. Ternary underlies the Cantor set and Toom-Cook multiplication. Conversion: decimal 42 = 1×27+1×9+2×3+0 = 1120₃.
Quick Reference Table
| Base 5 (base 5) | Base 3 (base 3) |
|---|---|
| 1 | 1 |
| 2 | 2 |
| 10 | 12 |
| 13 | 22 |
| 20 | 101 |
| 30 | 120 |
| 31 | 121 |
| 132 | 1120 |
| 224 | 2101 |
| 400 | 10201 |
| 2010 | 100110 |