Discrete math problem college level question

Click For Summary
SUMMARY

The discussion focuses on calculating the number of possible handshake arrangements, denoted as S_n, for 2n people seated at a round table. The formula derived for S_n is S_n = n(n-1)/2, which accounts for the etiquette of non-crossing handshakes. For n=10, the calculation yields S_10 = 45, indicating there are 45 distinct handshake arrangements for 10 people. The approach emphasizes the importance of permutations and combinations in solving this discrete math problem.

PREREQUISITES
  • Understanding of permutations and combinations
  • Familiarity with basic algebraic manipulation
  • Knowledge of combinatorial mathematics
  • Ability to work with formulas and sequences
NEXT STEPS
  • Explore the concept of Catalan numbers for combinatorial arrangements
  • Learn about advanced permutations and combinations techniques
  • Investigate applications of combinatorial mathematics in computer science
  • Study the principles of graph theory related to handshake problems
USEFUL FOR

This discussion is beneficial for students studying discrete mathematics, educators teaching combinatorial concepts, and anyone interested in solving complex mathematical problems involving arrangements and combinations.

afang
Messages
5
Reaction score
0
Suppose 2n people sit on a round table and are shaking hands in
pairs. Suppose that etiquette is observed and no 2 shakes cross. Let
S_n be the number of possible shaking hands arrangements of this sort.

Determine S_10.
 
Physics news on Phys.org
I recommend trying to work this out for n=2, 3, and 4 and then find a pattern.

You'll need to find a formula for the sum of the first k whole numbers which is probably in your book somewhere.
 


To solve this problem, we can use the concept of permutations and combinations. Since each person can only shake hands with one other person at a time, the total number of handshakes that can occur is n (the number of people) multiplied by (n-1) (the number of potential handshakes for each person). This can be written as n(n-1).

However, this calculation includes both clockwise and counterclockwise handshakes, which are considered the same in this scenario. Therefore, we need to divide the total number of handshakes by 2 to account for this repetition. This gives us the formula:

S_n = n(n-1)/2

Substituting n=10 into this formula, we get:

S_10 = 10(10-1)/2 = 45

Therefore, there are 45 possible ways for 10 people to shake hands in pairs around a round table while observing etiquette and without any crossed handshakes.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
3K
Replies
3
Views
9K
Replies
4
Views
4K