convert hexadecimal to octal
Attachments:
Answers
Answered by
3
Answer:
Hexadecimal to Octal Conversion
Consider the given hexadecimal number.First count the number of digits in the number.If n is the position of the digit from the right end then multiply each digit with 16n-1
Add the terms after multiplication.
Resultant is the equivalent decimal form.
Divide the decimal number with 8.
More items...
Similar questions