Chisenbop is a way of counting from 0-99 on your fingers.
You can represent any number from 0-99 by having each finger (including thumbs) represent a number as follows:
and you put up the fingers you need to add up to the number.
For example, for the number 52 you would raise your thumb on your left hand (50) and two fingers on your right hand (2).
When counting from 0-99, how many of those numbers require exactly 5 fingers to be raised?
Image credit: https://upload.wikimedia.org
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.
Is there any general method to do this, without any counting?
Log in to reply
In general a digit d will require F ( d ) = ⌊ 5 d ⌋ + ( d m o d 5 ) fingers on the appropriate hand. Thus, given a with 1 ≤ a < 9 , there will be precisely two b for which a b will require raising five fingers: b = 5 − F ( a ) and 1 0 − F ( a ) − 1 .
We need to consider a = 0 and a = 9 separately, since in each case one of those two b fails:
Problem Loading...
Note Loading...
Set Loading...
We count by range:
Thus there are 1 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 2 + 1 = 1 8 numbers with five fingers raised.