Numbers can be interesting.
I write computer software.
I have an application that does some image analysis.
Within that application I have various settings that the user can make.
It was always a problem to know which are the ideal settings.
Aha, I thought, I will add some code to the program to allow the computer
to try every possible setting ( a bit like the sax fingering combinations).
Anyway it took me some time to make the changes.
I had libraries of images on the hard drive that the computer could run through,
test every possible combination of settings, and then compare the results.
The PC could sit there all night crunching numbers, and in the morning I would have
my answer.
After a couple of weeks writing code I was ready for the big test and fired it up.
I checked how much time it was taking to go through one combination of numbers
and then calculated how long it would take to try all possible combinations.
The outcome was that it would take more than the known life of the universe to
obtain a result.
I couldn't wait that long. I wasn't sure if my computer would still be working
after several billion years. I also thought, who would care about the result
after all that time anyway.