The decimal number system uses the characters 0, 1, 2, …., 8, 9, and the octal number system uses the characters 0, 1, 2, …., 6, 7. For example, the decimal number 12 (= 1 × 101 + 2 × 100) is expressed as 14 1 0 (= 1 × 81 + 4 × 80 ) in the octal number system.
The decimal number 108 in the octal number system is
Correct Answer :
154
Solution :
The correct option is 154.
To convert a decimal number (base 10) to an octal number (base 8), we divide the decimal number by 8 repeatedly and record the remainders. The octal representation is then read from the last remainder to the first remainder (bottom to top).
Let's convert the decimal number 108 into the octal system step-by-step:
First, divide 108 by 8:
with a remainder of 4.
Next, divide the quotient 13 by 8:
with a remainder of 5.
Finally, divide the quotient 1 by 8:
with a remainder of 1.
Writing the remainders from the last division to the first, we get: 1, 5, 4.
Therefore, the decimal number 108 in the octal number system is 154.
We can verify this result by expanding 154 in base 8:
Access expert-curated educational resources and study materials—completely free.
Create, conduct, and manage professional online assessments with Mindyard. Perfect for teachers and institutes.
Copyright © 2026 Mindyard. All Rights Reserved.