Three men (out of 7) and three women (out of 6) will be chosen to serve on a 7 member committee. In how many ways can the committee be formed?
I did 7C3 to get 35 men.
Then i did 6C3 to get 20 women.
Then i decide to add up 20 + 35 and get 55 but it is suggested i have to multiply 35 and 20 instead. I want to know why is it that we are multiplying 35 and 20 instead of adding them up?
The choices of men and women are made independently. Independent $\Longleftrightarrow$ Multiply.
Why? A concrete example might help.
I want to choose 1 fruit from $\{apple,orange,banana\}$ and 1 drink from $\{water,tea\}$. Then I have $3 \times 2 = 6$ choices: $(apple,water)$, $(orange,water)$, $(banana,water)$, $(apple,tea)$, $(orange,tea)$, and $(banana,tea)$.
For each fixed choice of the first item I can choose any of the second item. So if I have $n$ choices for item #1 and $m$ choices for item #2: I get $\underbrace{m+m+\cdots+m}_{n-\mbox{times}} = n \cdot m$ choices.