Question
Question: A guard of 12 men is formed from a group of n soldiers in all possible ways. Find: [i] The number ...
A guard of 12 men is formed from a group of n soldiers in all possible ways. Find:
[i] The number of times two particular soldiers A and B are together on guard.
[ii] The number of times three particular soldiers C, D and E are together on guard.
[iii] Also find n if it is found that the A and B are three times as often together on guard as C, D and E are.
Solution
Hint: When A and B are together on guard, we have to select ten more soldiers from remaining n-2 soldiers. When C, D and E are together on guard, we have to select nine more soldiers from remaining n-3 soldiers. The number of ways in which r people are selected from a group of n people =nCr.
Complete Complete step by step answer:
The number of ways in which A and B remain in guard together = number of ways in which we can select ten soldiers among n-2 soldiers.
This is because since A and B have to be together and also on guard, we need to select both of them and to complete selection we have to select ten more soldiers out of the remaining n- 2 soldiers.
Hence the number of ways in which A and B remain in guard together =n−2C10
The number of ways in which C, D and E remain in guard together = number of ways in which we can select nine soldiers among n-3 soldiers.
This is because, since C, D and E have to be together and also on guard we need to select all three of them and to complete selection we have to select nine more soldiers out of the remaining n- 3 soldiers.
Hence, the number of ways in which C, D and E remain in guard together =n−3C9
Given that
The number of ways in which A and B remain in guard together is twice the number of ways in which C, D and E remain in guard together.
Hence, we have
n−2C10=3×n−3C9
We know that nCr=r!(n−r)!n!
Using, we get