Question 999315
.
i have invited nine people to a party. They all shake hands with me, and each pair shake hands. how many hand shakes are there?
--------------------------------------------------------------------


The answer is  {{{(n*(n-1))/2}}}.     ({{{C[n]^2}}},  if you know what does it mean).


If  n = 9+1 = 10,  then the number of hand shakes is {{{(10*9)/2}}} = 45.


This is very standard problem on combinations.