Octal uses base 8, so each digit represents a power of 8. To convert an octal number to decimal, expand it by place value and add the results.
For example, an octal number with digits (a,b,c) becomes: [ a\cdot 8^2 + b\cdot 8^1 + c\cdot 8^0 ]
If the number has a trailing zero, the decimal result is still found the same way; the zero simply contributes nothing to the sum. Always simplify the final answer to a single decimal number.
© 2023-2026 AI MATH COACH