Combinations Without Repeatition refer to Selection of Subsets of Items from a given Set of Distinct Items
such that Any One Item can occur Only Once in a Selected Subset/Combination
The Count of Combinations Without Repeatition is calculated as follows
Let \(N\) be the Number of Distict Items and \(R\) (where \(R \leq N\)) be the Number of Items that are Selected from \(N\) Items.
Let \(N_C\) be the Total Number of Unique Combinations of \(R\) Items Selected from \(N\) Items.
Now, Number of Symmetry Independent Permutations Without Repeatition Possible for \(1^{st}\) Combination of \(R\) Items Selected from \(N\) Items, \(P_1\)= \(R!\)
Similarly, Number of Symmetry Independent Permutations Without Repeatition Possible for \(2^{nd}\) Combination of \(R\) Items Selected from \(N\) Items, \(P_2\)= \(R!\)
Similarly, Number of Symmetry Independent Permutations Without Repeatition Possible for \(3^{rd}\) Combination of \(R\) Items Selected from \(N\) Items, \(P_3\)= \(R!\)
\(\vdots\)
Similarly, Number of Symmetry Independent Permutations Without Repeatition Possible for \({N_C}^{th}\) Combination of \(R\) Items Selected from \(N\) Items, \(P_C\)= \(R!\)
Hence, Total Number of Symmetry Independent Permutations Without Repeatition of \(N\) Items Possible by taking \(R\) Items at a time = \(P_1 + P_2 + \cdots + P_C=N_C \times R!\) ...(1)
But Total Number of Symmetry Independent Permutations Without Repeatition of \(N\) Items Possible by taking \(R\) Items at a time= \({\Large\frac{N!}{(N-R)!}}\) ...(2)