Hexadecimals without Letters

Let S S be the set of all real numbers r < 1000 r < 1000 whose hexadecimal (base 16) expansions do not contain any letters (i.e. they only have digits in the set { 0 , 1 , 2 , . . . 9 } \{0, 1, 2, ... 9\} ).

Find the least upper bound of S S .

Details:

For example, 1.45 S 1.45 \in S because its hexadecimal expansion is 1.7 3 16 1.7\overline{3}_{16} , which only consists of the digits 1 , 3 , 7 1,3,7 . However 240 ∉ S 240 \not \in S because its hexadecimal expansion is f 0 16 f0_{16} which contains an " f " "f" .

Please write the answer in base 10, not 16.

Image credit: Wikipedia


The answer is 921.6.

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

( 1000 ) 10 = ( 3 E 8 ) 16 {(1000)}_{10} = {(3E8)}_{16}

So the largest integer, less than 1000 having no letters in base 16, is

( 399 ) 16 = ( 921 ) 10 {(399)}_{16} = {(921)}_{10}

Now for largest fractional part:

( 0.9999.... ) 16 = ( 0.6 ) 10 {(0.9999....)}_{16} = {(0.6)}_{10}

So the required number in base 10 is ( 921.6 ) 10 = ( 399.9999... ) 16 \boxed{{(921.6)}_{10}} = {(399.9999...)}_{16} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...