Solveeit Logo

Question

Question: 10 people are sitting around a circular table, each one shaking a hand with everyone else except fro...

10 people are sitting around a circular table, each one shaking a hand with everyone else except from the people sitting on either side of him. Find the number of handshakes.

Answer

35

Explanation

Solution

Let NN be the number of people sitting around a circular table. Here, N=10N = 10.

The total number of handshakes if every person shakes hands with every other person is given by the number of ways to choose 2 people out of NN, which is (N2)\binom{N}{2}.

Total possible handshakes = (102)=10!2!(102)!=10×92×1=45\binom{10}{2} = \frac{10!}{2!(10-2)!} = \frac{10 \times 9}{2 \times 1} = 45.

The problem states that people sitting on either side of a person do not shake hands. This means that adjacent people around the table do not shake hands.

In a circular arrangement of 10 people, the adjacent pairs are (P1,P2),(P2,P3),,(P9,P10),(P10,P1)(P_1, P_2), (P_2, P_3), \dots, (P_9, P_{10}), (P_{10}, P_1).

There are exactly N=10N=10 such adjacent pairs.

These 10 pairs represent the handshakes that are forbidden by the rule.

The number of handshakes that actually occur is the total number of possible handshakes minus the number of forbidden handshakes.

Number of handshakes = (Total possible handshakes) - (Number of forbidden handshakes)

Number of handshakes = (102)10\binom{10}{2} - 10

Number of handshakes = 4510=3545 - 10 = 35.

Alternatively, consider a single person. This person does not shake hands with themselves (1 person) and does not shake hands with their two neighbours (2 people). So, each person shakes hands with N12=1012=7N - 1 - 2 = 10 - 1 - 2 = 7 people.

Since there are 10 people, the total count of handshake "ends" is 10×7=7010 \times 7 = 70.

As each handshake involves two people, the total number of handshakes is half of this count.

Number of handshakes = 10×72=702=35\frac{10 \times 7}{2} = \frac{70}{2} = 35.

Both methods yield the same result.