I have a small query in selecting $r$ items out of $n$ similar items.
Is it simply $C_n^r$ or $C_n^r / r!$ ?
Thanks in advance.
I have a small query in selecting $r$ items out of $n$ similar items.
Is it simply $C_n^r$ or $C_n^r / r!$ ?
Thanks in advance.
If given items are indentical then answer is 1.
If not identical then C(n, r).
And in case not identical you are using P(n,r). Then divided by r!.