When counting with your fingers, you would have each finger either up or down.
Using this logic, what is the maximum number you can count to using two hands of 5 fingers each, without memorizing any number?
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.
Note that from the problem, we have the finger has two states, either up (which we will call 1 ) or down (which we will call 0 ). Thus, we can count in binary using the 1 0 fingers to get to 2 1 0 − 1 = 1 0 2 3 , without memorising any numbers.