Each person makes (n-1) handshakes, so your first intention is to answer n*(n-1) handshakes, in all. But be careful (!) By counting in this way, we count each handshake twice, for every of the two hand shakers. Therefore, we must divide n*(n-1) by 2, and then we come to the correct answer: the number of handshakes is. ANSWER