There are 2014 people sitting around a big round table dinner. Each person shakes hands with everybody except the persons sitting on both sides of him. The total number of handshakes that take place are
Note: This problem is not original. It is taken from
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I completed this problem using Mathematical Induction.
The formula for this combination is = 2 n ( n − 3 )
STEPS TO DERIVE FORMULA
1) Draw out the smaller combinations on paper. First find how many handshakes there are for a table with 4 people. Then do the same with a table of 5 people ... and so on...
2) As you draw the tables, a patterns starts to appear. If the people were to take turns shaking hands - The the first two people always shakes hands with an "extra" ( n − 3 ) people. While each successive person shakes hands with an "extra" of the ( p r e v i o u s − 1 ) . This continues and the last 2 people shakes with an extra 0 people.
e.g. The pattern for a table with 6 people -
3) Derive a Series - For a table with "n" people, the number of shakes would be -
"Excluding" the first element and last element, the series is: "The Sum of All Integers upto n"
4) Derive formula - The sum of integers upto n = 2 n ( n + 1 ) Therefore, the sum of ALL the handshakes =
5) Use algebra to simplify or standardize the formula. And voila - you've got the answer.