Question:

In how many ways can 15 students be seated in a row such that the 2 most talkative children never sit together?

Show Hint

Whenever the condition is “not together”, use: \(\text{Total} - \text{Together}\). For “together”, treat them as a block.
Updated On: Sep 30, 2025
  • \(14! \cdot 14!\)
  • \(15 \cdot 14!\)
  • \(14!\)
  • \(14! \cdot 13\)
  • \(15!\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Total arrangements without restriction.
15 students in a row can be arranged in \(15!\) ways.

Step 2: Arrangements where the 2 talkative sit together.
Consider the 2 talkative children as a single block. Then we have \(14\) entities (the block + other 13 students).
These can be arranged in \(14!\) ways.
Within the block, the 2 talkative children can be arranged in \(2!\) ways.
So, arrangements with them together \(= 14! \times 2\).

Step 3: Arrangements where they are not together.
Subtract: \[ 15! - (14! \times 2) = 14! \times (15 - 2) = 14! \times 13 \]
Final Answer:
\[ \boxed{14! \cdot 13} \]
Was this answer helpful?
0
0