Question
Question: A person has 12 friends and he wants to invite 8 of them to a birthday party. Find how many times 3 ...
A person has 12 friends and he wants to invite 8 of them to a birthday party. Find how many times 3 particular friends will always attend the parties.
Solution
Hint- To solve this question, we need to know the basic theory related to the permutation and combination. So, before solving this question you need to first recall the basic understanding of this chapter. For example, if we need to select 8 friends out of 12 friends. In this case, this can be done in12C8.
Formula used- nCr = [r!(n - r)!]n!
Complete step by step solution:
As given in the question,
Total no. of friends = 12
As we know,
for selecting r things out of n-
nCr = [r!(n - r)!]n!
Now, as per our requirement in our question.
Total 12 friends are there and 8 has to be invited and 3 particular has to be invited every time
So, selecting three particular friends = 3C3
So, he has to choose to remain 5 in remaining 9 friends
and that is possible in 9C5= [5!(9 - 5)!]9!
= [5! 4!]9!
= [5! 4!]5!×6×7×8×9
= 126
So, for attending 3 particular friends always (in the parties) = 3C3 ×126
= 126 [3C3= 1]
Therefore, 126 times 3 particular friends will always attend the parties in this case.
Note- We need to remember this formula for selecting r things out of n.
nCr = [r!(n - r)!]n!
where n! means the factorial of n.
factorial is always defined for a positive integer n, denoted by n! and it is the product of all consecutive positive integers less than or equal to n.
for example, 5! = 5×4×3×2×1