Counting Number of Possible Hand Gestures

In summary, the conversation is about calculating the number of possible hand gestures with different restrictions. The person is stuck on the problem and is considering different approaches, such as using Pascal's Triangle. They have also mentioned specific restrictions, such as not being able to extend a ring finger without also extending the middle finger next to it, and not being able to extend the middle finger alone on either hand. They are struggling to find a mathematical solution for the problem, but are open to suggestions.
  • #1
Armbru35
7
0
Hi All,

I'm terribly stuck on this problem. We were asked to calculate how many hand gestures are possible, keeping in mind that a hand gesture consists of raising one or both hands and extending some fingers (note: raising just a fist is also considered a gesture). I started this problem by thinking of doing 3*5 (representing 1 finger raised on right, left or both hands) * 3*((5|10)) but something seems off. My professor suggested looking at Pascal's Triangle, but I'm not sure where to go from there. Any suggested would be so helpful! Thanks!
 
Physics news on Phys.org
  • #2
let's just look at the possible gestures involving a single hand.

each gesture might involve 0 - 5 fingers.

for 0 fingers, there is one possible gesture ("the fist").

for 1 finger, there are 5 possible gestures (assuming we count the "thumb" as a finger)

in general, for k fingers there are 5 choose k (i will write this as 5Ck).

the general formula for this is 5!/(k!(5-k)!).

for 5C3, this is 120/(6*2) = 10, for example.

so we have: 5C0 + 5C1 + 5C2 + 5C3 + 5C4 + 5C5 gestures

that is, 1 + 5 + 10 + 10 + 5 + 1 = 32 (this is the sum of the 5th row of pascal's triangle).

i think you can take it from here...
 
  • #3
I like to think I'm capable of expressing myself using my hands in an infinite number of ways.
 
  • #4
How many gestures with the restriction that you cannot extend a ring finger unless you also extend the middle finger next to it?

How many gestures with the restriction that you may not extend the middle finger alone on either hand?


I can get the numbers for 0,1,2,8,9,10 fingers for each by writing out combinations but I can't come up with a simpler mathematical solution for anything in the middle. It just seems like there's too many cases to consider for each. But perhaps I'm overthinking it.
 
  • #5


Hello,

Thank you for sharing your problem with us. Calculating the number of possible hand gestures can be a challenging task, but it is also an interesting mathematical problem.

To solve this problem, we need to break it down into smaller components. First, let's consider the number of fingers that can be raised. As you mentioned, there are three options for each hand (right, left, or both) and five fingers on each hand. This gives us a total of 3*5 = 15 options.

Next, we need to consider the possibility of raising a fist as a gesture. This would add an additional option for each hand, giving us a total of 3*6 = 18 options.

Now, let's think about the possibility of extending some fingers while keeping others down. This would give us a combination of raised and unraised fingers, and we can use Pascal's Triangle to calculate the number of possible combinations. For example, if we want to know how many ways we can raise 2 fingers on a hand with 5 fingers, we can use the formula (5 choose 2) = 5!/(2!(5-2)!) = 10.

Using this approach, we can calculate the number of possible hand gestures as:

15 + 18 + (5 choose 1) + (5 choose 2) + (5 choose 3) + (5 choose 4) + (5 choose 5) = 121

Therefore, there are a total of 121 possible hand gestures based on the given criteria. I hope this helps you in solving your problem. Best of luck!
 

1. What is the significance of counting the number of possible hand gestures?

The number of possible hand gestures can provide valuable insights into human communication and behavior. It can help us understand how people use nonverbal cues to convey messages and emotions, and how these gestures vary across cultures and languages.

2. How many possible hand gestures are there?

It is difficult to determine an exact number as it depends on different factors such as the number of fingers used, the position of the hand, and the context in which the gesture is used. However, some estimates suggest that there could be thousands or even millions of possible hand gestures.

3. Is there a universal language of hand gestures?

While some hand gestures may have similar meanings across cultures, there is no universal language of hand gestures. Gestures can vary in meaning and interpretation between different groups of people and can even have different meanings within the same culture.

4. How can counting hand gestures be useful in practical applications?

Counting hand gestures can be useful in various fields such as psychology, anthropology, and human-computer interaction. For example, it can help in developing more intuitive and natural user interfaces for technology, understanding nonverbal communication in therapy sessions, and studying cultural differences in body language.

5. Are there any limitations to counting hand gestures?

There are some limitations to counting hand gestures, such as the difficulty in categorizing and quantifying nonverbal behaviors, the potential for cultural biases and misunderstandings, and the lack of standardized methods for counting and analyzing gestures. Additionally, hand gestures can also be influenced by individual differences and personal context, making it challenging to create a comprehensive list of all possible gestures.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
339
Replies
7
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
6K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
13
Views
5K
  • Feedback and Announcements
Replies
16
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
2K
Replies
12
Views
3K
Back
Top