PhysioArithmetics

Phyabin

Physiological arithmetics describes the Phyabin method for finger-counting. Most people use their fingers to count from one to ten; that is quite inefficient. Many use improvised grouping systems that lets them count a bit higher, but none of these systems is as simple and efficient as the Phyabin method.

The key to a better finger-counting system is binary numeration; this requires binary arithmetics to be be taught alongside Phyabin. There are plenty of binary tutorials on the Web; but as a quick reminder, the two binary digits 0 and 1 are doubled in value for each step away from the rightmost digit. Therefore, binary->decimal: 1->1, 10->2, 1000->8, 100000->32, 11->3, 1100->12, 10001->17.

Phyabin uses varying finger positions to store bits. All fingers but the pinky are used, and each finger can be either up or down (raised or lowered), and it can be either straight or curled. That gives us four different finger positions, for a total of 16 possible bits. Each wrist can also be straight or curled, and each palm can either be up or down. The wrists and the palms give us another 4 bits, for a total of 20.

Those 20 bits are grouped in 5 registers of 4. Within each register, there is an LSB and a MSB: the LSB is the least-significant bit, of value 1, and the MSB is the most-significant bit, of value 8. The resting state, where all bits are at 0, has all fingers up and straight, palms up and wrists straight.

RegisterB3=8B2=4B1=2B0=1Description
0RingIndexForeThumbRight hand, finger-up=0, down=1
1RingIndexForeThumbLeft hand, finger-up=0, down=1
2RingIndexForeThumbRight hand, finger-straight=0, curled=1
3RingIndexForeThumbLeft hand, finger-straigh=0, curled=1
4Palm(L)Wrist(L)Palm(R)Wrist(R)palm-up=0, down=1, wrist-straight=0, curled=1

Three flag bits are also used:

FlagContractionDescription
0Right quadricepsGeneral-purpose
1Left quadricepsGeneral-purpose
2AbdomenRemainder bit

These are the possible groupings for the five availaible registers:

R-group sizeMaximum value
115
2255
34095
465535
51048575

This method requires converting to and from decimal numbers for every calculation. Using registers to store decimal values (0 to 9) wastes the remaining 6 possibilities, and makes register groups impossible to use. To use Phyabin, it is critical to be proficient in binary arithmetics, which are easy to learn and master. A binary to decimal mental conversion is a very fast and easy task for an habitual user of the system.

Phyabin and binary may seem complicated and difficult to learn. That is why it will not become popular among the adult population. However, schoolchildren would benefit from learning binary and hexadecimal alongside decimal. By teaching them to use three bases, they would better understand mathematics. And Phyabin is an excellent method to assist in paperless computations.

Someone who has used Phyabin for long enough will develop the ability to use the method without moving his hands or fingers. Instead, that person will rely on mental states and minute muscle contractions to represent the registers. Phyabin is not meant to be used alone: short-term memory is able to store numbers as well, and Phyabin adds to it 20 bits that live in muscle memory.

-StylusEpix?

I like it. This technique could lets me could count to 1000 (actually 1023) on one arm (right hand, right wrist); most people can only count to 5 on one hand.

fingers against table

Fingers are pressed against the table to indicate numbers. Pressing 0 to 4 fingers indicates the values 0 to 4. Pressing the thumb, on the other hand, adds 5 to the value. So 2 fingers --> "2". 2 fingers plus thumb --> "7".

Wikipedia: chisenbop

thumb-against-fingers

"digital numerics" by Estellvenia Sanders describes yet another thumb-against-fingers method of counting to 12 using one hand (one thumb pressed against the fingers of the same hand) ... is it possible to explain this better? Then it explains chisenbop.

other techniques

One would think that after millenia of humans, we would have figured out everything the human body is capable of. But we keep pushing the limits, a little at a time. I wonder what I'll discover next year ? -- -- DavidCary? [[DateTime?(2005-04-07T14:04:35Z)]]

The Lost in Transit blog mentions some odd variations in ways people count on their fingers. The most rational-looking sticks out the thumb for 1, and progresses to the pinky until all-out gives 5. Other less rational people (like myself) hold off on the thumb until the very end (so I can use my thumb to hold down my pinky). Also some other variants. -- DavidCary? [[DateTime?(2005-04-23T22:14:56Z)]]

With the American one-hand manual alphabet, the signs from 0 to 5 stick out 0 to 5 fingers (thumb only sticks out for 3 and 5).

Using only 1 hand to indicate digits greater than 5 is a bit less mnemonic, but the standard has digits 0 through 9. I suppose one could use the standard hexadecimal notation ("a" means ten, "c" means a dozen) to count from 0 to 35 ("z") on one hand using the American one-hand manual alphabet.

Applying hexagrams as 'body shapes' describes holding 6 more bits with the torso.

"Teaching Children to Add by Counting-On With One-Handed Finger Patterns" by Karen C. Fuson, Walter G. Secada, 1986

very tangentially related:


See BinaryNumbersSystem, Wikipedia: finger counting "how high can you count with your fingers and thumbs?"