Why to multiply N-1 C 1 with f(n-2)

We need to make pair or single so we can go for n-1 and n-2 but what is the use of Combination as we need to count ways

For single you are correct the number of ways will be n-1 only.
but for pairs the number of ways will not be n-2 for example let the sequence is : [a,b,c] here n=3 but no of pairs will be (a,b), (b,c) and (a,c) which is (nC2=3) not n-1=1.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.