Ask Question
Today, 15:42

Convert octal number 2470 to decimal number

+1
Answers (2)
  1. Today, 16:41
    0
    In decimal it is:

    0*8^0 + 7*8^1 + 4*8^2 + 2*8^3 = 1336

    Basically adding up the place values.
  2. Today, 18:00
    0
    1336

    Explanation:

    2470 = (2*8²) + (4*8²) + (7*8¹) + (0*8⁰) = 1336
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Convert octal number 2470 to decimal number ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers