Positional Notation (Any Base to Decimal)
value = Σ(dᵢ × b^i) for i = 0 to n-1Convert any base to decimal by multiplying each digit by the base raised to its position power (counting from 0 at the rightmost digit), then summing all terms.
Where:
dᵢ= The digit at position ib= The base (radix) of the source numberi= Position index, starting at 0 from the rightn= Total number of digits