How many whole numbers can you count on your fingers?

Define "counting up to a number n n " as a whole number n n that you can represent in a restricted system while also being able to represent each of the whole numbers from 0 0 to n n within this system.

For example, using the 10 10 fingers of both of your hands, you can count up to 10 10 -- from 0 0 through 10 10 and all of the whole numbers in between.

Given this definition, what is the highest number you can count up to using only the five fingers of your left hand ? (You can ignore "half a finger" or the creases in your finger; only entirely open fingers and closed fingers are allowed to represent numbers.)

5 32 15 10 16 31

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.

1 solution

Akash Chandra
Jun 7, 2018

This problem demonstrates the superiority of the binary representation of numbers over others when the only allowed placeholders are 0 0 (a closed finger) and 1 1 (an open finger).

The simplest, but the least useful, representation is to count from 0 0 through 5 5 using each of the fingers of your left hand (or right hand, doesn't matter). With all five fingers open, the highest number you can count up to in this system is 1 + 1 + 1 + 1 + 1 = 5 1+1+1+1+1=5 .

A slightly better representation is to start counting with the index finger and proceed towards the pinky finger. With all four fingers open, you can represent the number 4 4 . But now open your thumb and close all of the other four fingers. An open thumb represents the number 5 5 . With the thumb now open, again start counting (opening) with the index finger and proceed towards the pinker finger. With all five fingers open, the highest number you can count up to in this system is 5 + 1 + 1 + 1 + 1 = 9 5+1+1+1+1=9 .

An even better representation is to start counting with the middle finger and proceed towards the pinky finger. With all three fingers open, you can represent the number 3 3 . But now open your index finger and close all others. An open index finger represents the number 4 4 . With the index finger now open, again start counting with the middle finger and proceed towards the pinky finger. With all four fingers open, you can represent the number 7 7 . Now open your thumb and close all others. An open thumb represents the number 8 8 . With the thumb now open, again start counting with the middle finger and proceed towards the pinky finger. These four open fingers represent 8 + 1 + 1 + 1 = 11 8+1+1+1=11 . Now close the middle, ring, and pinky fingers and open the thumb and index finger only. This represents 8 + 4 = 12 8+4=12 . With thumb and index open, start counting again from the middle towards the pinky finger. With all five fingers open, the highest number you can count up to in this system is 8 + 4 + 1 + 1 + 1 = 15 8+4+1+1+1=15 .

Similarly, you can fill in the answer for starting counting with the ring finger and proceeding towards the pinky finger. Here, m i d d l e f i n g e r = 3 middle finger = 3 , i n d e x f i n g e r = 6 index finger = 6 , t h u m b = 12 thumb = 12 . With all five fingers open, the highest number you can count up to in this system is 12 + 6 + 3 + 1 + 1 = 23 12+6+3+1+1=23 .

Now, the most efficient: the binary. Pinky, as in all of the above systems, represents 1 1 . r i n g f i n g e r = 2 ring finger = 2 , m i d d l e f i n g e r = 4 middle finger = 4 , i n d e x f i n g e r = 8 index finger = 8 , t h u m b = 16 thumb = 16 . With all five fingers open, the highest number you can count up to in this system is 16 + 8 + 4 + 2 + 1 = 31 16+8+4+2+1=31 .

Using the same number of fingers, you can count up to a higher number in binary than in any other method (but only when the allowable placeholders are 0 0 (a closed finger) and 1 1 (an open finger)).

But the problem is representing number 4… I once was trying to count with binary until I reached 4, and a teacher was beside me. (It was completely unintentional.) Good thing he didn't see me.

Nick Turtle - 3 years ago

Log in to reply

Good one :)

Akash Chandra - 3 years ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...