Question
Question: There are \({\text{2n}}\) guests at a dinner party. Supposing that the master and mistress of the ho...
There are 2n guests at a dinner party. Supposing that the master and mistress of the house have fixed seats opposite one another, and that there are two specified guests who must not be placed next to one another, let the number of ways in which the company can be placed be (m(n2)−k(n)+4)(2n - 2)!. Find k and m.
Solution
Here, let us assume that A and B are the two guests who cannot be placed next to one another so if their place is fixed then the seats left are 2n−2. Now, we will find all the cases in which the two guests cannot be placed next to one another and add them. For this we can use the concept of combination- to select r number of things out of n total number of things, we use the following formula-nCr
And the formula of combination is given as-nCr=r!n−r!n! Where n=total number of things and r = number of things to be selected.
Complete step by step solution:
Let M be the master and N be the mistress of the house. Now it is given that there are 2nguests at a dinner party so there must be 2nseats for the guests. Let the assigned seats be a1,a2,…,a2nthat represent 2n seats.
Now, there are two guests who must not be placed next to one other so let the two guests be A and B.
Now, if we put A in a position adjacent to M at a1then B can be placed anywhere except a1anda2as a1 is already occupied by A and a2is right next to the seat assigned to A.
So let the seat assigned to B be a3.Then, the seats left are2n−2.
So these can be arranged in total number of ways=(2n−2)!
⇒ 2n−2guest can be placed in 2n−2seats when A is at a1 in total number of ways=(2n−2)(2n−2)!
Similarly, A can be placed in four such places adjacent to M and N so all guests can be arranged in the total number of ways=4(2n−2)(2n−2)!-- (i)
When A is placed in any remaining 2n−4places then B cannot be placed in the two seats adjacent to A so the total number of seats in which B can be placed is 2n−3.
Now, the remaining 2n−2guest can be placed in total number of ways=(2n−2)!
Now, all the guest can be arranged in total number of ways=(2n−4)(2n−3)(2n−2)!-- (ii)
On adding eq. (i) and (ii), we get-
⇒ The total number of ways the guests can be arranged=4(2n−2)(2n−2)!+(2n−4)(2n−3)(2n−2)!
On taking the common terms out from the first and second term, we get-
⇒ The total number of ways the guests can be arranged=(2n−2)![4(2n−2)+(2n−4)(2n−3)]
On solving the terms inside the bracket, we get-
⇒ The total number of ways the guests can be arranged=(2n−2)![8n−8+4n2−6n−8n + 12]
On simplifying, we get-
⇒ The total number of ways the guests can be arranged=(2n−2)![4n2−6n + 12−8]
On further simplifying, we get-
⇒ The total number of ways the guests can be arranged=(2n−2)![4n2−6n + 4]
On comparing this result with (m(n2)−k(n)+4)(2n - 2)!, we get-
m=4 and k=6
Note:
Here, we have to remember that the arrangement of the guests is circular, not linear. Also, here we cannot solve this question directly using the formula. We have to form equations for each case following the condition given in the question and add all of them to make it easy to find the arrangement.