Hexadecimal Clock (Problem 7 7 )

What's the time 16 : 33 16:33 in hexadecimal time?

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

10 : 21 10:21 10 : 22 10:22 11 : 21 11:21 10 : 23 10:23

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 27, 2020

16 = G = 10 16 = G = 10

33 ÷ 16 = 2 33 \div 16 = 2

33 ( mod ( 16 ) ) = 1 33 (\text{mod}(16)) = 1

Answer 10 : 21 \rightarrow 10:21

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...