Answer:
there will be 55 handshakes.
Explanation:
If there are n people at a party and each person shakes hands once with every other person, we can count the number of handshakes by adding up the number of handshakes each person has.
For example, the first person shakes hands with n-1 other people, the second person shakes hands with n-2 other people (since they already shook hands with the first person), and so on. The last person does not need to shake hands with themselves, so they shake hands with n-1 other people.
Therefore, the total number of handshakes is given by the formula:
(n-1) + (n-2) + ... + 2 + 1 = (n*(n-1))/2
a) If there are 4 people at the party, the total number of handshakes is:
(4*(4-1))/2 = 6
So there will be 6 handshakes.
b) If there are 5 people at the party, the total number of handshakes is:
(5*(5-1))/2 = 10
So there will be 10 handshakes.
c) If there are 11 people at the party, the total number of handshakes is:
(11*(11-1))/2 = 55
So there will be 55 handshakes.