There will be 231 handshakes in total
Solution:
There are 22 people in a room
Everyone shakes everyone else’s hand exactly one time
To find: Total number of handshakes in total
Let,
n = total number of people that will shake hands
but since all (total) can't shake hands with themselves, hence we subtract one individual to start the handshaking
(n - 1) = people would each shake hands
hence we multiply both total number persons with people that will shake hands;
n(n - 1)
but that counts every handshake twice, so we have to divide by 2
Therefore;
![(n(n-1))/(2)](https://img.qammunity.org/2021/formulas/mathematics/middle-school/cne9lylhau55omj7jhnet8ct6h2dgvfq70.png)
Here, n = 22
![(n(n-1))/(2) = (22(22-1))/(2) = 11 * 21 = 231](https://img.qammunity.org/2021/formulas/mathematics/middle-school/n6jdfiqmgw4ecclvqrehvolmlys878t4or.png)
Thus there will be 231 handshakes in total