Hexadecimal Clock (Problem 10 10 )

What's the time 11 : 20 11:20 in hexadecimal time?

Note: Use a traditional clock but replace 10 , 11 , 12 10, 11, 12 with A , B , C A, B, C respectively.

C : 17 C:17 B : 14 B:14 B : 16 B:16 B : 15 B:15

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.

1 solution

Yajat Shamji
Jun 28, 2020

11 = B 11 = B

20 ÷ 16 = 1 20 \div 16 = 1

20 ( mod ( 16 ) ) = 4 20 (\text{mod}(16)) = 4

Answer B : 14 \rightarrow B:14

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...