- #1
erotavlas
- 32
- 0
In positional notation, say I have a number like this in base- 10
73901=7×104 +3×103 +9×102 +0×101 +1×100
it's pretty obvious how to go back and forth from the number to positional notation.
So if someone gave me a new number like 234 I can easily know
23410 = 2×102 + 3×101 + 4×100
However say you have a number in a different base like base-42
2×422 + 5×421 + 13×420 = 375142
Is there a general procedure for determining the positional values from the number? Say someone gave me 375142, how can I go backwards to find the exact values that the number is made of in that base?
73901=7×104 +3×103 +9×102 +0×101 +1×100
it's pretty obvious how to go back and forth from the number to positional notation.
So if someone gave me a new number like 234 I can easily know
23410 = 2×102 + 3×101 + 4×100
However say you have a number in a different base like base-42
2×422 + 5×421 + 13×420 = 375142
Is there a general procedure for determining the positional values from the number? Say someone gave me 375142, how can I go backwards to find the exact values that the number is made of in that base?
Last edited: