Home » Aptitude » Permutation and Combination » Question
  1. Everybody in a room shakes hands with everybody else. The total number of hand shakes is 66. The total number of persons in the room is ?
    1. 11
    2. 12
    3. 13
    4. 14
Correct Option: B

Let there be n persons in the room. The total number of hand shakes is same as the number of ways of selecting 2 out of n.
nC2 = 66
⇒ n(n - 1) / 2! = 66
⇒ n2 - n - 132 = 0
⇒ (n - 12) (n + 11) = 0
∴ n = 12



Your comments will be displayed only after manual approval.