The UOT Society has an Red Committee (RC) consisting of five members and a Blue Committee (BC) consisting of six members.
• Assume there are 6-11 members in the Society, represented by $n$. Also, assume that a member can be both on the RC and on the BC. What is the total number of ways in which these two committees can be chosen?
I believe I'm supposed to look at each value of $n$, but I'm not really sure. so..
if $n = 6$: $${6\choose 5} \times {6\choose 6}$$ if $n = 7$: $${7\choose 5} \times {7\choose 6}$$ if $n = 8$: $${8\choose 5} \times {8\choose 6}$$ etc. I'm not sure what to do after this. Do I just add all the results? Any help appreciated.