hk111
stne
Bunuel
On a meeting every person shook hands with every other person once. If there were total of 91 handshakes, how many people were on the meeting?
(A) 12
(B) 13
(C) 14
(D) 15
(E) 16
Question can be expressed as \(n_{C_2}=91\) find the value of \(n\) ?
\(\frac{n!}{2! (n-2)!} = 91\)
\(n* (n-1) = 182\)
solving for \(n\)
\(n=14\)
Ans-C
hope it's clear.
Hi, Can you please elaborate your calculation?
Hi
hk111,
\(n_{C_2}=91\)
\(= \frac{n!}{2! (n-2)!} = \frac{n *(n-1)(n-2)!}{2! (n-2)!} = 91\)
Now cancel \(( n-2)!\) from numerator and denominator we are left with:
\(\frac{n *(n-1)}{2}=91 \)
\(n*(n-1) =182\)
Now to find \( n\) , just use the options .
Put the values of \(n \) from the options and see for which \(n\) we get \(n*(n-1) =182\)
You will see \(n = 14 \) satisfies
\(14 *13 = 182\)
Let me know if anything still remains unclear.
Thank you.