Suppose, there are 3 "e" . I want to select 2 e from these 3 e. By common sense, we can say that we can select by only one way...But I want to calculate using combination formula...
MY APPROACH:
During the selection, 2 e will always occur. So, we can calculate excluding 2 e... n∧C_r-2 Where, n=3 and r=2. So, the answer is 1.
Is my approach correct?