When do we use ' + ' and ' x ' in a combination question?
For example, i have this homework question. An elevator allows a maximum of 5 people per lift. In how many ways can a group of 8 people be lifted in 2 trips to the same floor level?
So, well I thought I can do this. My workings: well the first way i said is $8 c 5$, where any 5 from the 8 people can be lifted. The second way, since there are only 3 people left, they all can be lifted at once, so i said $3c3$. Now, this is where i got stuck.
The answer said is $8 c 5$ x $3c3$ = $56$ x $1$ = $56$. But i disagree, i thought i would be $8 c 5$ + $3c3$ = $56$ + $1$ = $57$. Well, my reason for this is that $3c3$ is still a way.
Can someone please give an explanation of why this is the case? Again, my main question is When do we use ' + ' and ' x ' in a combination question? I lived in australia and might not able to give yous my reply straight away.
Short version: $\times$ is for "and", $+$is for "or". In this problem, we choose the five people who go up the first time, and then we choose the three people who go up the second time. We always make both choices, and that's the pattern that gives us multiplication.
A $+$ would come in if it was a choice between two categories - say, I can choose to watch a television channel or listen to a radio station. I'm not going to do both at the same time, so my choices come from the number of TV channels plus the number of radio stations.
Ah, didn't notice this the first time around. Yes, that's another valid option for the big picture - which means that both the $+$ and $\times$ aspects come into things. We can choose (5 people in the first trip and 3 remaining people in the second trip) or (4 people in the first trip and 4 remaining people in the second trip) or (3 people in the first trip and 5 remaining people in the second trip). The total number of ways is $\binom{8}{5}\cdot \binom{3}{3} + \binom{8}{4}\cdot\binom{4}{4} + \binom{8}{3}\cdot\binom{5}{5}$.