Question
Question: There are *n* persons sitting in a row. Two of them are selected at random. The probability that tw...
There are n persons sitting in a row. Two of them are
selected at random. The probability that two selected
persons are not together is
A
2/n
B
1-2/n
C
(n+1)(n+2)n(n−1)
D
None of these
Answer
1-2/n
Explanation
Solution
The total number of ways of selecting two persons out of n is nC2=2n(n−1)
The number of ways in which two selected persons are together is (n−1) . So, the probability that the selected persons are together is
Hence, required probability =1−n2 .