9 9 votes The decimal number system uses the characters $0,1,2, \ldots, 8,9$, and the octal number system uses the characters $0,1,2, \ldots, 6,7$. For example, the decimal number $12\left(=1 \times 10^{1}+2 \times 10^{0}\right)$ is expressed as $14\left(=1 \times 8^{1}+4 \times 8^{0}\right)$ in the octal number system. The decimal number $108$ in the octal number system is $168$ $108$ $150$ $154$ Quantitative Aptitude gate2024-ee quantitative-aptitude number-system easy + – Arjun 1.7k views answer comment Share Follow 0 reply Please log in or register to add a comment.
Best answer 5 5 votes The Correct Answer is Option D) 154 .When we convert the decimal number 108 to binary, we will get the binary equivalent as 001101100.( I padded two zeros on the left to make the number of digits a multiple of 3 , so that we can form groups of 3 digits ) .We can form groups of 3 digits from the right and write the octal value for each of group .001 is 1 in octal . 101 is 5 in octal . 100 is 4 in octal .Therefore, the octal equivalent of decimal number 108 will be 154. Thadymademe answered Aug 9, 2024 • moved May 13 by Arjun Thadymademe comment Share Follow See 1 comment 1 1 comment reply anujs commented Sep 21, 2024 i moved by Arjun May 13 reply Follow flag Alternate: 2 2 replyShare Please log in or register to add a comment.