42day – 101010
What does October 10th, 2010 (42day) has to do with fortytwo? It’s simple: When I look back on my computer science degree, I remember how to convert numbers from decimal to the binary system. This is already the solution!

While the decimal system consists of 10 digits (0−9), the binary system uses just the numbers 0 and 1. During the conversion you have to multiply the last digit with 1, the second digit with 2, then 4, 8, 16, 32, 64, …

The results from the power calculations, in which means the last digit 2 to the power 0 (0 * 2), the penultimate 2 to the power 1 (1 * 2), then 2 to the power 2 (2 * 2), 2 to the power 3 (2 * 2 * 2), 2 to the power 4 (2 * 2 * 2 * 2), etc. brings us to these values:

In our example, it is therefore, according to the Addition:

And the answer is, as (almost) always: fortytwo.

These days takes place exactly every 1000 years in our calendar. Well that must be celebrated! Maybe with a new t-shirt?
28. August 2010 00:42 Uhr | Axel Becker