How many different arrangements are there in which Bob, Sally and $n$ other people sit down in a row of $n+3$ chairs if Bob and Sally must always be seated next to each other?
I tried putting Bob and Sally next to each other in the first two chairs so then there are $2 \times n!$ arrangements but then I need to move them to the 2nd and 3rd chair and so on. Not exactly sure how to do this.
Hint: Consider Bob and Sally one unit taking two seats. So you have to place $n+1$ units at $n+2$ spots. In the end multiply by $2$ to account for Bob sitting on the left or right of Sally.