Hexadecimal Clock (Problem 9 9 )

What's the time 21 : 32 21: 32 in hexadecimal time?

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

16 : 23 16:23 15 : 22 15:22 15 : 21 15:21 15 : 20 15:20

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

21 ÷ 16 = 1 21 \div 16 = 1

21 ( mod ( 16 ) ) = 5 21 (\text{mod}(16)) = 5

32 ÷ 16 = 2 32 \div 16 = 2

32 ( mod ( 16 ) ) = 0 32 (\text{mod}(16)) = 0

Answer 15 : 20 \rightarrow 15:20

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...