When do we use ' + ' or ' x ' in a combination question?
$begingroup$
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.
combinatorics combinations self-learning
$endgroup$
add a comment |
$begingroup$
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.
combinatorics combinations self-learning
$endgroup$
$begingroup$
What about the 4 and 4 cases?
$endgroup$
– badjohn
Jan 26 at 13:52
add a comment |
$begingroup$
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.
combinatorics combinations self-learning
$endgroup$
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.
combinatorics combinations self-learning
combinatorics combinations self-learning
asked Jan 26 at 12:22


Fred WeasleyFred Weasley
16710
16710
$begingroup$
What about the 4 and 4 cases?
$endgroup$
– badjohn
Jan 26 at 13:52
add a comment |
$begingroup$
What about the 4 and 4 cases?
$endgroup$
– badjohn
Jan 26 at 13:52
$begingroup$
What about the 4 and 4 cases?
$endgroup$
– badjohn
Jan 26 at 13:52
$begingroup$
What about the 4 and 4 cases?
$endgroup$
– badjohn
Jan 26 at 13:52
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
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.
What about the 4 and 4 cases?
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}cdotbinom{4}{4} + binom{8}{3}cdotbinom{5}{5}$.
$endgroup$
$begingroup$
Thanks! When you said 'I'm not going to do both at the same time' are you referring to mutually exclusive?
$endgroup$
– Fred Weasley
Jan 26 at 23:04
$begingroup$
Yes, mutually exclusive. See also the material just added in my edit.
$endgroup$
– jmerry
Jan 26 at 23:06
add a comment |
$begingroup$
For each of the $binom{8}{5}=frac{8cdot7cdot6cdot5cdot4}{1cdot2cdot3cdot4cdot5}=56$ possibilities to choose the first $5$ people out of $8$, there is just one possibility to choose the remaining $3$ people. So You have $56$ "times" $1$ possibilities. You could also visualize this as a tree with $56$ branches. A standard notation for this using binomial coefficients and $cdot$ as the multiplication symbol would be
$$binom{8}{5}cdotbinom{3}{3}=56cdot 1=56.$$
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3088188%2fwhen-do-we-use-or-x-in-a-combination-question%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
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.
What about the 4 and 4 cases?
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}cdotbinom{4}{4} + binom{8}{3}cdotbinom{5}{5}$.
$endgroup$
$begingroup$
Thanks! When you said 'I'm not going to do both at the same time' are you referring to mutually exclusive?
$endgroup$
– Fred Weasley
Jan 26 at 23:04
$begingroup$
Yes, mutually exclusive. See also the material just added in my edit.
$endgroup$
– jmerry
Jan 26 at 23:06
add a comment |
$begingroup$
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.
What about the 4 and 4 cases?
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}cdotbinom{4}{4} + binom{8}{3}cdotbinom{5}{5}$.
$endgroup$
$begingroup$
Thanks! When you said 'I'm not going to do both at the same time' are you referring to mutually exclusive?
$endgroup$
– Fred Weasley
Jan 26 at 23:04
$begingroup$
Yes, mutually exclusive. See also the material just added in my edit.
$endgroup$
– jmerry
Jan 26 at 23:06
add a comment |
$begingroup$
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.
What about the 4 and 4 cases?
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}cdotbinom{4}{4} + binom{8}{3}cdotbinom{5}{5}$.
$endgroup$
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.
What about the 4 and 4 cases?
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}cdotbinom{4}{4} + binom{8}{3}cdotbinom{5}{5}$.
edited Jan 26 at 23:06
answered Jan 26 at 12:45


jmerryjmerry
15.5k1632
15.5k1632
$begingroup$
Thanks! When you said 'I'm not going to do both at the same time' are you referring to mutually exclusive?
$endgroup$
– Fred Weasley
Jan 26 at 23:04
$begingroup$
Yes, mutually exclusive. See also the material just added in my edit.
$endgroup$
– jmerry
Jan 26 at 23:06
add a comment |
$begingroup$
Thanks! When you said 'I'm not going to do both at the same time' are you referring to mutually exclusive?
$endgroup$
– Fred Weasley
Jan 26 at 23:04
$begingroup$
Yes, mutually exclusive. See also the material just added in my edit.
$endgroup$
– jmerry
Jan 26 at 23:06
$begingroup$
Thanks! When you said 'I'm not going to do both at the same time' are you referring to mutually exclusive?
$endgroup$
– Fred Weasley
Jan 26 at 23:04
$begingroup$
Thanks! When you said 'I'm not going to do both at the same time' are you referring to mutually exclusive?
$endgroup$
– Fred Weasley
Jan 26 at 23:04
$begingroup$
Yes, mutually exclusive. See also the material just added in my edit.
$endgroup$
– jmerry
Jan 26 at 23:06
$begingroup$
Yes, mutually exclusive. See also the material just added in my edit.
$endgroup$
– jmerry
Jan 26 at 23:06
add a comment |
$begingroup$
For each of the $binom{8}{5}=frac{8cdot7cdot6cdot5cdot4}{1cdot2cdot3cdot4cdot5}=56$ possibilities to choose the first $5$ people out of $8$, there is just one possibility to choose the remaining $3$ people. So You have $56$ "times" $1$ possibilities. You could also visualize this as a tree with $56$ branches. A standard notation for this using binomial coefficients and $cdot$ as the multiplication symbol would be
$$binom{8}{5}cdotbinom{3}{3}=56cdot 1=56.$$
$endgroup$
add a comment |
$begingroup$
For each of the $binom{8}{5}=frac{8cdot7cdot6cdot5cdot4}{1cdot2cdot3cdot4cdot5}=56$ possibilities to choose the first $5$ people out of $8$, there is just one possibility to choose the remaining $3$ people. So You have $56$ "times" $1$ possibilities. You could also visualize this as a tree with $56$ branches. A standard notation for this using binomial coefficients and $cdot$ as the multiplication symbol would be
$$binom{8}{5}cdotbinom{3}{3}=56cdot 1=56.$$
$endgroup$
add a comment |
$begingroup$
For each of the $binom{8}{5}=frac{8cdot7cdot6cdot5cdot4}{1cdot2cdot3cdot4cdot5}=56$ possibilities to choose the first $5$ people out of $8$, there is just one possibility to choose the remaining $3$ people. So You have $56$ "times" $1$ possibilities. You could also visualize this as a tree with $56$ branches. A standard notation for this using binomial coefficients and $cdot$ as the multiplication symbol would be
$$binom{8}{5}cdotbinom{3}{3}=56cdot 1=56.$$
$endgroup$
For each of the $binom{8}{5}=frac{8cdot7cdot6cdot5cdot4}{1cdot2cdot3cdot4cdot5}=56$ possibilities to choose the first $5$ people out of $8$, there is just one possibility to choose the remaining $3$ people. So You have $56$ "times" $1$ possibilities. You could also visualize this as a tree with $56$ branches. A standard notation for this using binomial coefficients and $cdot$ as the multiplication symbol would be
$$binom{8}{5}cdotbinom{3}{3}=56cdot 1=56.$$
answered Jan 26 at 12:56


Peter MelechPeter Melech
2,702813
2,702813
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3088188%2fwhen-do-we-use-or-x-in-a-combination-question%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
What about the 4 and 4 cases?
$endgroup$
– badjohn
Jan 26 at 13:52