[Math] Probability of two people sitting next to each other in 2 rows

combinatoricsprobability

There's a table like this:

enter image description here

Each square represents a chair.

10 people are attending a meeting, among them Mr. Smith and Mrs. Sykes. The attendees will be sitting at the table in the picture.
What is the probability of Mr. Smith and Mrs. Sykes sitting next to
each other?

I did:

  • total combinations: $$10!$$
  • probability of them sitting on the same side of the table: $$2*(\frac{10*4}{10*9}) = 2 * \frac{40}{90} = \frac{80}{90} = \frac{8}{9}$$

  • probability of them sitting next to each other, given that they are sitting at the same side of the table: $$\frac{^5C_2}{5*4}*\frac{8}{9}=\frac{4}{9}$$

  • final probability:
    $$\frac{\frac{4}{9}}{10!}$$

However, my book says the solution is $\frac{37}{45}$.

What did I do wrong? How do I solve this?

Best Answer

I'll write my solution.

Let's count how many ways to sit Smith and Sykes together there are. We can put them in $16$ ways (choose the two chairs and then the order). No matter where they sit down, there are $8!$ ways to put the other people.

The probability is $$\frac{8!\cdot16}{10!}=\frac8{45}$$

However, the probability that they are not next to each other is $$1-\frac8{45}=\frac{37}{45}$$

Your solution is wrong, but did you misread the book, too?