SOLUTION: the number of ways that 8 people could be seated around the table would be computed from
8 to the 8th power
8*8
8!
8!/4!4!
Algebra ->
Probability-and-statistics
-> SOLUTION: the number of ways that 8 people could be seated around the table would be computed from
8 to the 8th power
8*8
8!
8!/4!4!
Log On
You can put this solution on YOUR website! 8, seat 1. Now you have 7, seat another one. Now you have 6. Etcetera.
8*7*6*5*4*3*2*1 or in factorial form: 8!
The actual answer is 7!. This is because there are 8 ways to rotate any given order, so we have
You can think of it as setting one seat as the fixed seat.
So we have 8-1 = 7 seats left to fill with 7 people.
This is why you don't use the formula n! but instead (n-1)!