Question
Question: The number of ways in which we can arrange n ladies and n gentlemen at a round table so that 2 ladie...
The number of ways in which we can arrange n ladies and n gentlemen at a round table so that 2 ladies and 2 gentlemen may not sit next to one another is:
a. (n−1)!(n−2)! b. (n!)(n−1)! c. (n+1)!(n!) d. None of theseSolution
Hint: - Number of ways to sit n persons on a round table is =(n−1)!
First we have to arrange n gentlemen around the round table so, number of ways to do so
=(n−1)!
Now, when these men are arranged and seated than there are n spaces between each man where we will arrange and seated n ladies so that two ladies and two gentlemen may not sit each other=nCn(n!)(n−n)!=nCn(n!)(0!)
As we know the value of nCn=n, 0!=1
⇒nCn(n!)(0!)=1×n!×1=n!
Hence, total number of ways of sitting so that two ladies and two gentlemen may not sit each other
=(n−1)!(n!)
Hence, option (b) is correct.
Note: - Whenever we face such types of problems first calculate the number of ways to sit ngentlemen on a round table, then calculate the number of ways to sit n ladies between them, then multiply these two values we will get the required answer.