Talk:Numbers in base-16 representation that cannot be written with decimal digits: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 1: Line 1:
== challenge accepted ==
== challenge accepted ==
Someone asked "I challenge anyone to demonstrate how, say 465<sub>10</sub>, can be written in hexadecimal using only decimal digits."
Thundergnat asked "I challenge anyone to demonstrate how, say 465<sub>10</sub>, can be written in hexadecimal using only decimal digits."


.1 11111111 .1
.1 11111111 .1

Revision as of 14:25, 24 June 2021

challenge accepted

Thundergnat asked "I challenge anyone to demonstrate how, say 46510, can be written in hexadecimal using only decimal digits."

     .1   11111111      .1
   1111    111  111   1111
    111    111   111   111
    111    111   111   111
    111    111   111   111
    111    111  111    111
   11111  11111111    11111

(decimal point, decimal digit, artistic licence) --Pete Lomax (talk) 14:07, 24 June 2021 (UTC)