1260.02 – Handshakes (n)


At a voter registration meeting everybody shook hands exactly once with everybody else. How many handshakes took place? (It'll be a formula, not a number, of course.)


Solution

If there were nn people at the meeting, each one shook hands n1n-1 times. Then it would seem that there were n(n1)n(n-1) handshakes. But if person AA shook hands with person BB, remember that BB also shook hands with AA. So the formula n(n1)n(n-1) is counting each handshake twice. So the formula for nn people is n(n1)2\dfrac{n(n-1)}{2} handshakes.