
David W. answered 06/08/17
Tutor
4.7
(90)
Experienced Prof
a)
473/3 is 157 remainder 2
157/3 is 52 remainder 1
52/3 is 17 remainder 1
17/3 is 5 remainder 2
5/3 is 1 remainder 2
1/3 is 0 remainder 1
Reading the remainders in reverse order:
47310 = 1221123
b) [note: I assume FD3 is hexadecimal]
3 [units]
208 [D=13, so 13*16]
3840 [F=15, so 15*16*16]
-------
505110 [base 10 is decimal]
c)
28 27 26 25 24 23 22 21 20
1 0 1 1 1 0 0 0 1
256
64
32
16
1
---------
369
Using the easy conversion of 1 0111 00012 = 17116
it is often easier to convert binary to hexadecimal, then convert hexadecimal to decimal.