fbpx
Wikipedia

Finger binary

Finger binary is a system for counting and displaying binary numbers on the fingers of either or both hands. Each finger represents one binary digit or bit. This allows counting from zero to 31 using the fingers of one hand, or 1023 using both: that is, up to 25−1 or 210−1 respectively.

19 in finger binary: the pinkie finger is 16, added to the 2 of the index finger and the 1 of the thumb

Modern computers typically store values as some whole number of 8-bit bytes, making the fingers of both hands together equivalent to 114 bytes of storage—in contrast to less than half a byte when using ten fingers to count up to 10.[1]

Mechanics edit

In the binary number system, each numerical digit has two possible states (0 or 1) and each successive digit represents an increasing power of two.

Note: What follows is but one of several possible schemes for assigning the values 1, 2, 4, 8, 16, etc. to fingers, not necessarily the best. (see below the illustrations.): The rightmost digit represents two to the zeroth power (i.e., it is the "ones digit"); the digit to its left represents two to the first power (the "twos digit"); the next digit to the left represents two to the second power (the "fours digit"); and so on. (The decimal number system is essentially the same, only that powers of ten are used: "ones digit", "tens digit" "hundreds digit", etc.)

It is possible to use anatomical digits to represent numerical digits by using a raised finger to represent a binary digit in the "1" state and a lowered finger to represent it in the "0" state. Each successive finger represents a higher power of two.

With palms oriented toward the counter's face, the values for when only the right hand is used are:

Pinky Ring Middle Index Thumb
Power of two 24 23 22 21 20
Value 16 8 4 2 1

When only the left hand is used:

Thumb Index Middle Ring Pinky
Power of two 24 23 22 21 20
Value 16 8 4 2 1

When both hands are used:

Left hand Right hand
Thumb Index Middle Ring Pinky Pinky Ring Middle Index Thumb
Power of two 29 28 27 26 25 24 23 22 21 20
Value 512 256 128 64 32 16 8 4 2 1

And, alternately, with the palms oriented away from the counter:

Left hand Right hand
Pinky Ring Middle Index Thumb Thumb Index Middle Ring Pinky
Power of two 29 28 27 26 25 24 23 22 21 20
Value 512 256 128 64 32 16 8 4 2 1

The values of each raised finger are added together to arrive at a total number. In the one-handed version, all fingers raised is thus 31 (16 + 8 + 4 + 2 + 1), and all fingers lowered (a fist) is 0. In the two-handed system, all fingers raised is 1,023 (512 + 256 + 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1) and two fists (no fingers raised) represents 0.

It is also possible to have each hand represent an independent number between 0 and 31; this can be used to represent various types of paired numbers, such as month and day, X-Y coordinates, or sports scores (such as for table tennis or baseball). Showing the time as hours and minutes is possible using 10 fingers, with the hour using 4 fingers (0-23) and the minutes using 6 fingers (0-59).

Examples edit

Right hand edit

Left hand edit

When used in addition to the right.

Negative numbers and non-integers edit

Just as fractional and negative numbers can be represented in binary, they can be represented in finger binary.

Negative numbers edit

Representing negative numbers is extremely simple, by using the leftmost finger as a sign bit: raised means the number is negative, in a sign-magnitude system. Anywhere between −511 and +511 can be represented this way, using two hands. Note that, in this system, both a positive and a negative zero may be represented.

If a convention were reached on palm up/palm down or fingers pointing up/down representing positive/negative, you could maintain 210 −1 in both positive and negative numbers (−1,023 to +1023, with positive and negative zero still represented).

Fractions edit

Dyadic fractions edit

Fractions can be stored natively in a binary format by having each finger represent a fractional power of two:  . (These are known as dyadic fractions.)

Using the left hand only:

Pinky Ring Middle Index Thumb
Value 1/2 1/4 1/8 1/16 1/32

Using two hands:

Left hand Right hand
Pinky Ring Middle Index Thumb Thumb Index Middle Ring Pinky
1/2 1/4 1/8 1/16 1/32 1/64 1/128 1/256 1/512 1/1024
 
3/4, in fractional finger binary

The total is calculated by adding all the values in the same way as regular (non-fractional) finger binary, then dividing by the largest fractional power being used (32 for one-handed fractional binary, 1024 for two-handed), and simplifying the fraction as necessary.

For example, with thumb and index finger raised on the left hand and no fingers raised on the right hand, this is (512 + 256)/1024 = 768/1024 = 3/4. If using only one hand (left or right), it would be (16 + 8)/32 = 24/32 = 3/4 also.

The simplification process can itself be greatly simplified by performing a bit shift operation: all digits to the right of the rightmost raised finger (i.e., all trailing zeros) are discarded and the rightmost raised finger is treated as the ones digit. The digits are added together using their now-shifted values to determine the numerator and the rightmost finger's original value is used to determine the denominator.

For instance, if the thumb and index finger on the left hand are the only raised digits, the rightmost raised finger (the index finger) becomes "1". The thumb, to its immediate left, is now the 2s digit; added together, they equal 3. The index finger's original value (1/4) determines the denominator: the result is 3/4.

Rational numbers edit

Combined integer and fractional values (i.e., rational numbers) can be represented by setting a radix point somewhere between two fingers (for instance, between the left and right pinkies). All digits to the left of the radix point are integers; those to the right are fractional.

Decimal fractions and vulgar fractions edit

Dyadic fractions, explained above, have limited use in a society based around decimal figures. A simple non-dyadic fraction such as 1/3 can be approximated as 341/1024 (0.3330078125), but the conversion between dyadic and decimal (0.333) or vulgar (1/3) forms is complicated.

Instead, either decimal or vulgar fractions can be represented natively in finger binary. Decimal fractions can be represented by using regular integer binary methods and dividing the result by 10, 100, 1000, or some other power of ten. Numbers between 0 and 102.3, 10.23, 1.023, etc. can be represented this way, in increments of 0.1, 0.01, 0.001, etc.

Vulgar fractions can be represented by using one hand to represent the numerator and one hand to represent the denominator; a spectrum of rational numbers can be represented this way, ranging from 1/31 to 31/1 (as well as 0).

Finger ternary edit

In theory, it is possible to use other positions of the fingers to represent more than two states (0 and 1); for instance, a ternary numeral system (base 3) could be used by having a fully raised finger represent 2, fully lowered represent 0, and "curled" (half-lowered) represent 1. This would make it possible to count up to 242 (35−1) on one hand or 59,048 (310−1) on two hands. In practice, however, many people will find it difficult to hold all fingers independently (especially the middle and ring fingers) in more than two distinct positions.

See also edit

References edit

  1. ^ Since computers typically store data in a minimum size of one whole byte, fractions of a byte are used here only for comparison.
  • Pohl, Frederik (2003). Chasing Science (reprint, illustrated ed.). Macmillan. p. 304. ISBN 978-0-7653-0829-0.
  • Pohl, Frederik (1976). The Best of Frederik Pohl. Sidgwick & Jackson. p. 363. ISBN 978-0-283-98341-2.
  • Fahnestock, James D. (1959). Computers and how They Work. Ziff-Davis Pub. Co. p. 228.

External links edit

  • Binary Counting

finger, binary, this, article, includes, list, general, references, lacks, sufficient, corresponding, inline, citations, please, help, improve, this, article, introducing, more, precise, citations, january, 2009, learn, when, remove, this, template, message, s. This article includes a list of general references but it lacks sufficient corresponding inline citations Please help to improve this article by introducing more precise citations January 2009 Learn how and when to remove this template message Finger binary is a system for counting and displaying binary numbers on the fingers of either or both hands Each finger represents one binary digit or bit This allows counting from zero to 31 using the fingers of one hand or 1023 using both that is up to 25 1 or 210 1 respectively 19 in finger binary the pinkie finger is 16 added to the 2 of the index finger and the 1 of the thumbModern computers typically store values as some whole number of 8 bit bytes making the fingers of both hands together equivalent to 11 4 bytes of storage in contrast to less than half a byte when using ten fingers to count up to 10 1 Contents 1 Mechanics 1 1 Examples 1 1 1 Right hand 1 1 2 Left hand 2 Negative numbers and non integers 2 1 Negative numbers 2 2 Fractions 2 2 1 Dyadic fractions 2 2 2 Rational numbers 2 3 Decimal fractions and vulgar fractions 3 Finger ternary 4 See also 5 References 6 External linksMechanics editFurther information Binary numeral system In the binary number system each numerical digit has two possible states 0 or 1 and each successive digit represents an increasing power of two Note What follows is but one of several possible schemes for assigning the values 1 2 4 8 16 etc to fingers not necessarily the best see below the illustrations The rightmost digit represents two to the zeroth power i e it is the ones digit the digit to its left represents two to the first power the twos digit the next digit to the left represents two to the second power the fours digit and so on The decimal number system is essentially the same only that powers of ten are used ones digit tens digit hundreds digit etc It is possible to use anatomical digits to represent numerical digits by using a raised finger to represent a binary digit in the 1 state and a lowered finger to represent it in the 0 state Each successive finger represents a higher power of two With palms oriented toward the counter s face the values for when only the right hand is used are Pinky Ring Middle Index ThumbPower of two 24 23 22 21 20Value 16 8 4 2 1When only the left hand is used Thumb Index Middle Ring PinkyPower of two 24 23 22 21 20Value 16 8 4 2 1When both hands are used Left hand Right handThumb Index Middle Ring Pinky Pinky Ring Middle Index ThumbPower of two 29 28 27 26 25 24 23 22 21 20Value 512 256 128 64 32 16 8 4 2 1And alternately with the palms oriented away from the counter Left hand Right handPinky Ring Middle Index Thumb Thumb Index Middle Ring PinkyPower of two 29 28 27 26 25 24 23 22 21 20Value 512 256 128 64 32 16 8 4 2 1The values of each raised finger are added together to arrive at a total number In the one handed version all fingers raised is thus 31 16 8 4 2 1 and all fingers lowered a fist is 0 In the two handed system all fingers raised is 1 023 512 256 128 64 32 16 8 4 2 1 and two fists no fingers raised represents 0 It is also possible to have each hand represent an independent number between 0 and 31 this can be used to represent various types of paired numbers such as month and day X Y coordinates or sports scores such as for table tennis or baseball Showing the time as hours and minutes is possible using 10 fingers with the hour using 4 fingers 0 23 and the minutes using 6 fingers 0 59 Examples edit Right hand edit nbsp 0 empty sum nbsp 1 1 nbsp 2 2 nbsp 4 4 nbsp 6 4 2 nbsp 7 4 2 1 nbsp 14 8 4 2 nbsp 16 16 nbsp 19 16 2 1 nbsp 26 16 8 2 nbsp 28 16 8 4 nbsp 30 16 8 4 2 nbsp 31 16 8 4 2 1Left hand edit When used in addition to the right nbsp 512 512 nbsp 256 256 nbsp 768 512 256 nbsp 448 256 128 64 nbsp 544 512 32 nbsp 480 256 128 64 32 nbsp 992 512 256 128 64 32Negative numbers and non integers editFurther information Binary numeral system Representing real numbers Just as fractional and negative numbers can be represented in binary they can be represented in finger binary Negative numbers edit Representing negative numbers is extremely simple by using the leftmost finger as a sign bit raised means the number is negative in a sign magnitude system Anywhere between 511 and 511 can be represented this way using two hands Note that in this system both a positive and a negative zero may be represented If a convention were reached on palm up palm down or fingers pointing up down representing positive negative you could maintain 210 1 in both positive and negative numbers 1 023 to 1023 with positive and negative zero still represented Fractions edit Dyadic fractions edit Fractions can be stored natively in a binary format by having each finger represent a fractional power of two 12x displaystyle tfrac 1 2 x nbsp These are known as dyadic fractions Using the left hand only Pinky Ring Middle Index ThumbValue 1 2 1 4 1 8 1 16 1 32Using two hands Left hand Right handPinky Ring Middle Index Thumb Thumb Index Middle Ring Pinky1 2 1 4 1 8 1 16 1 32 1 64 1 128 1 256 1 512 1 1024 nbsp 3 4 in fractional finger binaryThe total is calculated by adding all the values in the same way as regular non fractional finger binary then dividing by the largest fractional power being used 32 for one handed fractional binary 1024 for two handed and simplifying the fraction as necessary For example with thumb and index finger raised on the left hand and no fingers raised on the right hand this is 512 256 1024 768 1024 3 4 If using only one hand left or right it would be 16 8 32 24 32 3 4 also The simplification process can itself be greatly simplified by performing a bit shift operation all digits to the right of the rightmost raised finger i e all trailing zeros are discarded and the rightmost raised finger is treated as the ones digit The digits are added together using their now shifted values to determine the numerator and the rightmost finger s original value is used to determine the denominator For instance if the thumb and index finger on the left hand are the only raised digits the rightmost raised finger the index finger becomes 1 The thumb to its immediate left is now the 2s digit added together they equal 3 The index finger s original value 1 4 determines the denominator the result is 3 4 Rational numbers edit Combined integer and fractional values i e rational numbers can be represented by setting a radix point somewhere between two fingers for instance between the left and right pinkies All digits to the left of the radix point are integers those to the right are fractional Decimal fractions and vulgar fractions edit Dyadic fractions explained above have limited use in a society based around decimal figures A simple non dyadic fraction such as 1 3 can be approximated as 341 1024 0 3330078125 but the conversion between dyadic and decimal 0 333 or vulgar 1 3 forms is complicated Instead either decimal or vulgar fractions can be represented natively in finger binary Decimal fractions can be represented by using regular integer binary methods and dividing the result by 10 100 1000 or some other power of ten Numbers between 0 and 102 3 10 23 1 023 etc can be represented this way in increments of 0 1 0 01 0 001 etc Vulgar fractions can be represented by using one hand to represent the numerator and one hand to represent the denominator a spectrum of rational numbers can be represented this way ranging from 1 31 to 31 1 as well as 0 Finger ternary editIn theory it is possible to use other positions of the fingers to represent more than two states 0 and 1 for instance a ternary numeral system base 3 could be used by having a fully raised finger represent 2 fully lowered represent 0 and curled half lowered represent 1 This would make it possible to count up to 242 35 1 on one hand or 59 048 310 1 on two hands In practice however many people will find it difficult to hold all fingers independently especially the middle and ring fingers in more than two distinct positions See also editChisanbop Senary Finger countingReferences edit Since computers typically store data in a minimum size of one whole byte fractions of a byte are used here only for comparison Pohl Frederik 2003 Chasing Science reprint illustrated ed Macmillan p 304 ISBN 978 0 7653 0829 0 Pohl Frederik 1976 The Best of Frederik Pohl Sidgwick amp Jackson p 363 ISBN 978 0 283 98341 2 Fahnestock James D 1959 Computers and how They Work Ziff Davis Pub Co p 228 External links editBinary Counting Retrieved from https en wikipedia org w index php title Finger binary amp oldid 1203572681, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.