- #1
Master1022
- 611
- 117
- Homework Statement
- There are 7 people going to eat lunch at a table with 10 seats, arranged in two rows of 5 (2 x 5 arrangement). 5 people are wearing a red shirt, and the other 2 are wearing a blue shirt. If everyone sits down randomly, what is the probability that the number of people wearing a blue shirt sit across from one another?
- Relevant Equations
- Combinatorics
Hi,
I found this problem online and I wanted to see whether my solution was going along the correct lines or not?
Question: There are 7 people going to eat lunch at a table with 10 seats, arranged in two rows of 5 (2 x 5 arrangement). 5 people are wearing a red shirt, and the other 2 are wearing a blue shirt. If everyone sits down randomly, what is the probability that the number of people wearing a blue shirt sit across from one another?
Attempt:
I wanted to use a counting argument. Also, I think we assume that the people are indistinguishable from one another.
The total number of ways of them sitting down is ## \begin{pmatrix} 10 \\ 2 \end{pmatrix} \cdot \begin{pmatrix} 8 \\ 5 \end{pmatrix} ##.
Then the number of ways to satisfy the blue shirts sitting across from one another:
$$ = \text{number of locations for blue to sit across from one another} \times \text{number of ways for other 5 red people to sit in 8 remaining seats} $$
$$ = 5 \cdot \begin{pmatrix} 8 \\ 5 \end{pmatrix} $$
Thus the expression becomes:
$$ p = \frac{5 \cdot \begin{pmatrix} 8 \\ 5 \end{pmatrix}}{\begin{pmatrix} 10 \\ 2 \end{pmatrix} \cdot \begin{pmatrix} 8 \\ 5 \end{pmatrix}} = \frac{5}{\begin{pmatrix} 10 \\ 2 \end{pmatrix}} = \frac{1}{9} $$
Does this seem correct? Many thanks
I found this problem online and I wanted to see whether my solution was going along the correct lines or not?
Question: There are 7 people going to eat lunch at a table with 10 seats, arranged in two rows of 5 (2 x 5 arrangement). 5 people are wearing a red shirt, and the other 2 are wearing a blue shirt. If everyone sits down randomly, what is the probability that the number of people wearing a blue shirt sit across from one another?
Attempt:
I wanted to use a counting argument. Also, I think we assume that the people are indistinguishable from one another.
The total number of ways of them sitting down is ## \begin{pmatrix} 10 \\ 2 \end{pmatrix} \cdot \begin{pmatrix} 8 \\ 5 \end{pmatrix} ##.
Then the number of ways to satisfy the blue shirts sitting across from one another:
$$ = \text{number of locations for blue to sit across from one another} \times \text{number of ways for other 5 red people to sit in 8 remaining seats} $$
$$ = 5 \cdot \begin{pmatrix} 8 \\ 5 \end{pmatrix} $$
Thus the expression becomes:
$$ p = \frac{5 \cdot \begin{pmatrix} 8 \\ 5 \end{pmatrix}}{\begin{pmatrix} 10 \\ 2 \end{pmatrix} \cdot \begin{pmatrix} 8 \\ 5 \end{pmatrix}} = \frac{5}{\begin{pmatrix} 10 \\ 2 \end{pmatrix}} = \frac{1}{9} $$
Does this seem correct? Many thanks