in Quantitative Aptitude edited by
852 views
2 votes
2 votes

What is the maximum number of distinct handshakes that can happen in the room with $5$ people in it?

  1. $15$
  2. $10$
  3. $6$
  4. $5$
in Quantitative Aptitude edited by
by
852 views

2 Answers

1 vote
1 vote

Since the question is asking for distinct handshakes, so, two people cannot shake hand more than once.

Let’s find the general solution. So, assume there are $n$ people in the room.

Method 1:

For maximum number of distinct handshakes, everyone should shake hands with everyone else exactly once. So, the number of handshakes will be same as the number of ways to choose two people from $n$ people. 

Hence, the maximum number of handshakes possible is: $nC2 = n(n-1)/2$

For $n=5,$ the answer is $5C2 = 10.$

Method 2:

We can find Recursive Definition for the maximum number of handshakes possible & solve it. Watch the following video:

https://www.youtube.com/watch?v=-wjNOqplZdQ&list=PLIPZ2_p3RNHiEksQl-IEpGBih8QBFvt1a&index=42 

0 votes
0 votes

There are 5 people in the room

No. of people involved in one handshake = 2

So, we will use combination over here to find the no. of possible handshakes:

^nC_r=\frac{n!}{r!(n-r)!}

$C^5_2$=10 handshakes

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true