The answer is, according to the book: $(m-1)!\cdot \binom{m+r-1}{r}$
I get why this is true. You arrange $m$ people in their seats in $(m-1)!$ ways and then you put $r$ empty spots inbetween them.
I was thinking - choose $m$ seats out of $m+r$ to put the people on => $\binom{m+r}{m}$
Arrange them once you've chosen the seats $\to (m-1)!$
So in total: $\binom{m+r}{m} \cdot (m-1)!$
This is obviously not true. What's wrong with the way I'm thinking?
Arrange $m$ people in $m+r$ seats around a round table.
4
$\begingroup$
combinatorics
-
1What is $CC_m^r$? And why can one arrange $m$ people in their seats in $(m-1)!$ ways and not in $m!$ ways? Are arrangements that differ only by a rotation considered equal? – 2017-02-11
-
0@DanielFischer Uh I just googled CC and seems like no one is actually using this. $CC_{r}^{m}$ is the same as placing $r$ balls in $m$ boxes. Also can you explain the second part of your answer? – 2017-02-11
-
1When I have $m$ chairs and $m$ people, there are $m!$ ways to place one person on each chair. But when one places the chairs around a round table, it makes sense to not distinguish between two placings that can be transformed into each other by moving everybody $k$ chairs to the right (or, in the other direction, to the left). I'm asking whether that identification is made here. – 2017-02-11
-
0Yeah, arrangements that differ only by a rotation are considered equal, fromt he way I understand it. @DanielFischer – 2017-02-11
-
0Okay. So you always start with Elizabeth (makes sense, she's the queen after all). That means that effectively you have only $m-1$ people to place on $m+r-1$ chairs. Then choosing the $r$ chairs to be left empty gives you $\binom{m+r-1}{r}$ choices, and for each selection of empty chairs you have $(m-1)!$ ways to place Charles, Camilla, William, Kate etc. on the remaining chairs. – 2017-02-11
2 Answers
1
Looks like seats are identical.
So, first place a person any seat. this will act as a reference point. This can be done only in one way. Then seat remaining $(m-1)$ persons in remaining $(m+r-1)$ seats and this can be done in $\dbinom{m+r-1}{m-1}$ ways. Considering arrangements, multiply with $(m-1)!$.
So,
$\dbinom{m+r-1}{m-1} \times (m-1)!$ ways
This is same as the answer given in the book because
$\dbinom{m+r-1}{m-1}(m-1)!=\dbinom{m+r-1}{r}(m-1)!$
-
0So you're choosing the position for the first person, then arranging the others. The other answer stated that my solution over counts because you can rotate one solution and get another one. Why isn't it true for your solution as well? – 2017-02-11
-
0once we fix the reference point, then we can consider the rest in the same way we consider the arrangements in a row – 2017-02-11
1
With your way, you over count. If one group of $m$ seats that you choose, on the table, is a rotated version of another group of $m$, then you can get the same order, by just rotating them.