
Some of you may know the problem to make all the numbers from 1 to 20 with four fours.
I wrote about it here. It may come as a surprise to you that it is possible to make all the numbers from 0 to 100.
Today’s problem is to make all numbers from 0 to 20 using exactly five fives. For example:
(5*5 – 5*5) / 5 = 0
You can find my solutions here.