Counting by the finger

What is the maximum number n n we can count ( 0 (0 to n n with increments of 1 ) 1) by using the five fingers on only one of our hands?


Details and Assumptions:

  • When counting, each of the fingers is only either raised or lowered. Tilting, bending, or whatsoever maneuvers made don't constitute any other meanings or values.

  • A finger combination may not have multiple values. For example, if raising all fingers counts to 5 5 , then it can never be used for other numbers.


The answer is 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

Efren Medallo
Apr 27, 2017

The maximum number is achieved when we count in binary. We will let 1 1 represent a raised finger, while 0 0 represent a lowered one.

Treating the individual fingers as place values for binary digits, with the rightmost finger being the rightmost digit (what finger this is depends on what hand you are using) we can see that our maximum becomes

2 4 + 2 3 + 2 2 + 2 1 + 2 0 = 31 2^4 + 2^3 + 2^2 + 2^1 + 2^0 = \boxed{31}

I hope nobody gives me a 4 4 for this.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...