Number systems are mathematical notations for representing numbers using digits or symbols in a consistent manner.
1 ter = 1 bcd
1 bcd = 1 ter
Example:
Convert 15 Base 3 (Ternary) to Binary Coded Decimal:
15 ter = 15 bcd
Base 3 (Ternary) | Binary Coded Decimal |
---|---|
0.01 ter | 0.01 bcd |
0.1 ter | 0.1 bcd |
1 ter | 1 bcd |
2 ter | 2 bcd |
3 ter | 3 bcd |
5 ter | 5 bcd |
10 ter | 10 bcd |
20 ter | 20 bcd |
30 ter | 30 bcd |
40 ter | 40 bcd |
50 ter | 50 bcd |
60 ter | 60 bcd |
70 ter | 70 bcd |
80 ter | 80 bcd |
90 ter | 90 bcd |
100 ter | 100 bcd |
250 ter | 250 bcd |
500 ter | 500 bcd |
750 ter | 750 bcd |
1000 ter | 1,000 bcd |
10000 ter | 10,000 bcd |
100000 ter | 100,000 bcd |