Question
Question: There are \[n\] persons sitting in a row. Two of them are selected at random. The probability that t...
There are n persons sitting in a row. Two of them are selected at random. The probability that the two selected persons are not together, is
A) n2
B) 1−n2
C) (n+1)(n+2)n(n−1)
D) None of these
Solution
In this question, we need to find the probability of an event happening. Since 2 persons are ‘selected’ rather than ‘arranged’, hence, we would apply the formula of combinations. We will first find the number of ways of selecting 2 people at random. Then we will find the probability of the two selected persons sitting together. We will then simplify it further and subtract the obtained probability from 1 to get the probability that the two selected persons are not together.
Complete step by step solution:
Total number of people sitting in a row $$$$
Number of ways of selecting 2 of them at random =nC2
Number of ways of selecting 2 persons sitting together= n−1
Now, the probability of the two selected persons sitting together = Two persons sitting together ÷ Total number of ways of selecting 2 persons.
⇒ Probability of the two selected persons sitting together =nC2n−1
Now applying the formula of nCr=r!(n−r)!n!, we get
⇒ Probability of the two selected persons sitting together =2!(n−2)!n!n−1
⇒ Probability of the two selected persons sitting together =2!(n−2)!n(n−1)(n−2)!n−1
Now solving further, we get,
⇒ Probability of the two selected persons sitting together =n2
Now, as we know the total probability of an event is 1.
Therefore, the probabilities that the two selected persons are not together =1−n2
Hence, option B is the correct option.
Note:
An alternate way to solve this question is to directly find the probability of two selected persons not sitting together.
Number of ways in which 2 selected persons are not together =nC2−(n−1)
Therefore, the probability that the 2 selected persons are not together =nC2nC2−(n−1)
⇒ Probability of the two selected persons sitting together =1−nC2(n−1)
Now, simplifying the expression using the formula of combination, we get
⇒ Probability of the two selected persons sitting together =1−n2
Also, since, we had to do selection we used the formula of combination. If in the same question we had to do arrangement, we would have used the formula of permutation.