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 ( = ) is expressed as 14( = ) in the octal number system.
The decimal number 108 in the octal number system is
- A168
- B108
- C150
- D154
Solution & Step-by-step Explanation
The question asks to convert the decimal number 108 (base-10) into its octal equivalent (base-8). The octal system uses digits 0 through 7.
Conversion Method: Division by Base
To convert a decimal number to octal, we repeatedly divide the decimal number by the target base (which is 8 for octal) and keep track of the remainders. The octal number is formed by the remainders read in reverse order (from bottom to top).
Step-by-Step Conversion of 108
1. Divide the decimal number 108 by 8:
2. Divide the quotient (13) by 8:
3. Divide the quotient (1) by 8:
Final Octal Representation
Reading the remainders from bottom to top (1, 5, 4), we get the octal representation of the decimal number 108.
Therefore, decimal 108 is equivalent to octal 154.
Check: .