2
Find FADE base 16
?8
?16
Answers
Answered by
30
Explanation:
First, convert FADE16 into decimal, by using above steps:
= FADE16
= F × 163A × 162D × 161E × 160
= 6422210
Now, we have to convert 6422210 to octal
64222 / 8 = 8027 with remainder 6
8027 / 8 = 1003 with remainder 3
1003 / 8 = 125 with remainder 3
125 / 8 = 15 with remainder 5
15 / 8 = 1 with remainder 7
1 / 8 = 0 with remainder 1
Then just write down the remainders in the reverse order to get the answer, The hexadecimal number FADE converted to octal is therefore equal to :
175336
Similar questions