Question 1164491
<br>
10 people in a line can be arranged 10*9*8*...*2*1 = 10! ways.<br>
Arranged around a circle, they can be arranged in only 10!/10 = 9! ways, because you don't know where the "starting point" is.<br>
For a simpler case, consider three people, A, B, and C.<br>
In a line, the three people can be arranged in 3! = 6 ways:
ABC ABC BAC BCA CAB CBA<br>
But arranged in a circle, the arrangements ABC, BCA, and CAB are all the same, and the arrangements ACB, CBA, and BAC are all the same.  So the number of arrangments around a circle for three people is 3!/3 = 2! = 2.<br>