at a dinner party, 5 people are to be seated around a circular table. Two seating arrangements are considered different only when the positions of the people are different relative to each other. What is the total number of different possible seating arrangements for the group
答案是 24
完全没有思路啊。
我的做法是(5*4*3*2*1)/5, 分母其实就是A55,表示的是所有可能情况的全排列,但是题目中要求他们的position different to each other,所以每种情况都被算了五次(想象圆桌上所有人往同一个方向每挪一个位子,就算是一种排列,但相对位置并没有发生变化),所以要把这个全排列除以5,即为所求~