Prove that there are $n! - (n-1)(n-1)!$ ways to arrange $n$ objects in a circular arrangement.
I have tried algebraic proofs by equating it to $\frac{n!}{n}$ and to $(n-1)!$ but can't think of a way to prove this combinatorially.
Prove that there are $n! - (n-1)(n-1)!$ ways to arrange $n$ objects in a circular arrangement.
I have tried algebraic proofs by equating it to $\frac{n!}{n}$ and to $(n-1)!$ but can't think of a way to prove this combinatorially.
The number of circular permutations (rotations don't matter) of $n$ objects can be thought of as linear permutations of $n$ objects with the restriction that one of those objects is fixed at a certain position. [I assume you already know this.]
The number of linear permutations of $n!$ objects with no restrictions is $n!$. The number of permutations of $n$ objects such that a certain object is fixed at any specific position is $(n-1)!$.
Say, we choose to fix the chosen object in the first position in the line. That means we must subtract from $n!$ all the permutations in which that objet is not in the the first position.There are $n-1$ positions other than the first. So that number of unwanted permutations would be $(n-1) (n-1)!$.
Subtracting it from the total $n!$, we get the number of circular permutations
$$n! - (n-1)(n-1)!$$