Bunuel
ksharma12
Consider the number of way a committee of 3 can be selected from 7 people- A,B,C,D,E,F,G if:
Order does not matter,
and C and E cannot be chosen together.
What is the justification?
\(C^3_7-C^1_5=30\)
\(C^3_7\) - # of ways we can choose any 3 out of 7 (without restriction).
\(C^1_5\) - # of groups with C and E together (if C and E are in chosen group, then third member can be any out of 5 left, so total # of groups is \(C^1_5\)).
just for discussion sake and to clear the concept I was wondering what would happen if the order mattered in the above scenario.
Eva ..Bunuel and others in the community request you to please contribute .
lets assume ABCDEFG is a 7 letter word so ABC is different from CAB meaning order matters
so if I wanted to form 3 letter words such that CE should not be together then , what would be the number of ways this could be done ?
I tried to a certain extent please verify if this is correct or not.
\(C^7_3 * 3! - C^1_1 *C^1_1*C^5_1*3!\)=180
\(C^7_3\) = # of ways to select 3 out of 7
3! = # of ways to arrange them among themselves as order matters
\(C^1_1\)= choosing c
\(C^1_1\) = choosing e
\(C^5_1\)= # of ways to select one from remaining 5 , after C and E have been chosen in the community.
\(3!\) = # of to arrange the 3 letter committee containing both C and E
Hope this is correct?