Handshakes again?!

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 N M T C NMTC

1007 1007 x 2011 2011 1007 1007 x 2012 2012 2014 2014 x 2012 2012 1007 1007 x 2014 2014

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.

1 solution

Saadman Chowdhury
Dec 13, 2014

I completed this problem using Mathematical Induction.

The formula for this combination is = n 2 ( n 3 ) \frac{n}{2} (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 ) (n-3) people. While each successive person shakes hands with an "extra" of the ( p r e v i o u s 1 ) (previous - 1) . This continues and the last 2 people shakes with an extra 0 people.

e.g. The pattern for a table with 6 people -

  • 1st person shakes with - 3 extra
  • 2nd person shakes with - 3 extra
  • 3rd person shakes with - 2 extra
  • 4th person shakes with - 1 extra
  • 5th person shakes with - 0 extra
  • 6th person shakes with - 0 extra

Note: Here (n-3) = (6-3) = 3;

3) Derive a Series - For a table with "n" people, the number of shakes would be -

( n 3 ) + ( n 3 ) + ( n 4 ) + ( n 5 ) . . . + ( n n ) + ( n n ) (n-3) + \underline{(n-3) + (n-4) + (n-5) ... + (n-n)} + (n-n)

"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 = n 2 ( n + 1 ) n = \frac{n}{2}(n+1) Therefore, the sum of ALL the handshakes =

( n 3 ) + n 2 ( n + 1 ) + 0 (n-3) + \frac{n}{2}(n+1) + 0

5) Use algebra to simplify or standardize the formula. And voila - you've got the answer.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...