SOLUTION: How many 4-element subsets containing the letter A can be formed from the set {A,B,C,D,E,F,G}?

Algebra ->  Permutations -> SOLUTION: How many 4-element subsets containing the letter A can be formed from the set {A,B,C,D,E,F,G}?      Log On


   



Question 604594: How many 4-element subsets containing the letter A can be formed from the set {A,B,C,D,E,F,G}?
Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
How many 4-element subsets containing the letter A can be formed from the set {A,B,C,D,E,F,G}?
You just have to choose the 3-element subsets taken from 

the other 6 members

{B,C,D,E,F,G} 

to put with the A to make a 4-element subset
containing the letter A.

That's "6 things Choose 3", written sometimes as 6C3, sometimes 
as C(6,3), and sometimes as %28matrix%282%2C1%2C6%2C3%29%29.  "The number of combinations of
6 things taken 3 at a time". The formula is 

"Start with 6, write 3 factors 6򉩄 and divide by 3! or 3򈭽"

%286%2A5%2A4%29%2F%283%2A2%2A1%29 = 20
 
Edwin