In a class, there are n students including the students P and Q. What is the probability that P and Q sit together if seats are assigned randomly?

  1. A. \frac{1}{n}
  2. B. \frac{2}{n}
  3. C. \frac{4}{n}
  4. D. \frac{1}{2n}

Correct Answer: B. \frac{2}{n}

Explanation

The total number of ways to arrange n students is n!. If P and Q sit together, treat them as a single unit. The number of arrangements of this unit and the remaining (n-2) students is (n-1)!. P and Q can swap positions in 2! = 2 ways. The favorable arrangements are 2 \cdot (n-1)!. The probability is \frac{2(n-1)!}{n!} = \frac{2}{n}.

Related questions on Statistics & Probability

Practice more NDA Mathematics questions