So, There is this question which I came across. "Total no of handshakes among 15 people." The answer seems to be just 15C2. Isn't that just a way of selecting and not the number of handshakes? I'm in grade 10th. So don't judge.
2026-03-29 14:01:44.1774792904
Isn't Combination just selection?
42 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I mean, $_{15}C_2$ gives a numerical result as well even if describes a method of selection:
$$_{15}C_2 = \frac{15!}{2! \cdot (15-2)!}$$
and generally
$$_{n}C_r = \frac{n!}{r! \cdot (n-r)!}$$
Do the calculations and boom, a number. $_{n}C_r$ is just a notation representing the underlying number (or, rather, the calculations leading up to that number), because who wants to write that fraction every single time?