Saturday 20 April 2013

Wisdom of Binary

One of the wisdom of binary is any decimal number can be presented with the combination of these numbers:
{0, 1, 2, 4, 8, 16, 32, 64, 128}

3 = 2 + 1
5 = 4 + 1
7 = 4 + 2 + 1
11 = 8 + 2 + 1
22 = 16 + 4 + 2
33 = 32 + 1
44 = Sure you can answer this

No comments:

Post a Comment