The problem of 4 4's is to make as many numbers as you can using only 4 4's. For example, you could make 11 as , or you can make 100 as . My question is, how many of the positive integers can you not make? (You can use any operation you wish)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The trick here is to use the lo g function. It is easy to see that lo g 4 4 = 1 ; lo g 4 4 = 2 1 ; lo g 4 4 = 4 1 and so on. We can use as many square roots as we like, so it can become something absurd like lo g 4 4 = 5 1 2 1 .
Then, we can take the lo g of that , but using a number smaller than 1 in the base, like 2 1 . For example,
lo g 2 1 ( lo g 4 4 ) = lo g 2 1 ( 5 1 2 1 ) = 9 .
And to represent 2 1 in terms of 4's, we simply write 4 4 . Therefore,
lo g 4 4 ( lo g 4 ⋯ 4 ) = # of square roots you use. Now it is easy to see that you can make all positive integers using only 4 4's.
(Credit to Paul Dirac)