Ask Question
28 January, 06:35

The octal system uses base 8. the only available digits would be 0, 1, 2, 3, 4, 5, 6, and 7. if the value 2468 is converted to decimal value, it would be expanded as (2 * 82) + (4 * 81) + (6 * 80). what would be the result of this

+3
Answers (1)
  1. 28 January, 06:42
    0
    Your description and expansion suggest you want to evaluate

    ... 246₈ = 2*8² + 4*8¹ + 6*8⁰

    ... = 2*64 + 4*8 + 6

    ... = 166
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The octal system uses base 8. the only available digits would be 0, 1, 2, 3, 4, 5, 6, and 7. if the value 2468 is converted to decimal ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers