Find the possible ways to arrange 3 persons in 5 places in a circle in each of the following:
- If it is not necessary to the persons to be neighboring
- If it necessary to be neighboring
My answer:
- $_{n-1}P_{r-1} = {}_4P_2$
- $nr! = 5\cdot3!$
But how can the number of ways in the second case be larger than the number of ways in the first case even though the first case includes the second case?