To calculate the Base 9 Value (B9):
B9=∑(d×9n)
Where:
Base 9, also known as nonary, is a numeral system that uses nine as its base. It uses digits from 0 to 8. It’s a positional numeral system, meaning the position of a digit in a number determines its value. For example, in the base 9 number 123, the 1 represents 81 (92), the 2 represents 18 (91), and the 3 represents 3 (90).
Let's assume the following value:
Using the formula:
B9=1×92+2×91+3×90=1×81+2×9+3×1=81+18+3=102
The Base 9 Value is 102.
Let's assume the following value:
Using the formula:
B9=4×92+5×91+6×90=4×81+5×9+6×1=324+45+6=375
The Base 9 Value is 375.