?
Give your answer in denary.
Bonus (in the Discussion): Convert the answer to hexadecimal
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
D = 1 3
2 × 1 6 1 = 3 2
9 × 1 6 1 = 1 4 4
3 2 + 1 4 4 + 1 3 + 1 3
3 2 + 1 4 4 + 2 6
5 8 + 1 4 4
8 + 1 9 4
2 0 2
Answer → 2 0 2
For the Bonus:
2 0 2
Do division by 1 6 to get the L.H.S of the modulo calculations.
2 0 2 ( mod ( 1 6 ) ) = 1 0
1 2 ( mod ( 1 6 ) ) = 1 2
Read the remainders from bottom to top:
1 2 1 0
Since 1 2 = C , 1 0 = A :
C A
Bonus Answer → C A