Question
Question: Out of \(5\) nurses and \(2\) doctors, a committee of \(3\) members is to be formed. In how many way...
Out of 5 nurses and 2 doctors, a committee of 3 members is to be formed. In how many ways can it be done if at least one doctor is to be included?
Solution
Whenever we are talking about the combinations (selections) of different objects then we are going to use the concept of combination.
Combination of n different objects taken r at a time is given by ncr=r!(n−r)!n! .
Complete step by step answer:
As given in the question we have 5nurses and 2doctors and we have to form a committee consisting of 3 members with at least one doctor.
So, we make cases consisting of 3members as (1doctor + 2 nurses, 2doctor + 1 nurse).
For selection of persons, we use combinations (i.e., selection of n different objects taken r at a time) ncr=r!(n−r)!n!.
For case 1:ways to select 1 doctor and 2 nurses is 2C1∗5C2 (ways select 1 doctor with the combination of i.e., 2C1= 1!(2−1)!2!=2ways and for 2nurse 5C2= 2!(5−2)!5!=10ways) which is 2∗10=20ways.
For case 2: ways to select 2doctors and 1nurse is 2C2∗5C1( ways to select 2doctors 2C2=2!(2−2)!2!=1 ways and for nurses 5C1=1!(5−1)!5! =5ways.) which is 1∗5=5 ways.
These are the two possibilities so we add both the cases and after that we get the number of ways in which a 3 member committee is formed with at least one doctor, which is 20+5=25 ways.
Note: First identify that question is asking about the number of arrangements or combinations then according to the question and try to make possible cases then use the formula to find the case result and lastly add all the results to find the overall result.