Find a formula for c(n, n − 2).

611 Views Asked by At

xenter image description here

I understand the answer that we can choose the 3 cycle in nC3 ways, but why is there 2 ways to do this? Hence times 2?

Thanks!

2

There are 2 best solutions below

0
On

If i j and k are the chosen elements moved by the cycle, then (ijk) and (ikj) are both 3 cycles on these letters which are different, and there are no others.

0
On

Let's say the $3$ elements in the $3$ cycle are $a,b,c$ then there are $6$ was to permute these but each perm will be equal to $2$ others \begin{eqnarray*} (abc)=(bca)=(cab) \\ (acb)=(cba)=(bac). \end{eqnarray*} $2$ ways !