Confusing combination-permutations question
$begingroup$
In a shop there are five types of ice-creams available. A child buys
six ice-creams. Is it true that the number of different ways the child
can buy six ice creams is equal to the number of different ways of
arranging 6 A's and 4 B's in a row?
I tried it as follows:
The child problem-
There are five kinds of ice-creams, so the child can select six ice-creams in $5^6=15625$ ways.
A's and B's problem-
There are 6 A's and 4 B's. We can place these 10 items in a row in 10!/6!4! ways, which is equal to 210.
But the actual answer is true. How can it be? Where am I wrong?
permutations
$endgroup$
add a comment |
$begingroup$
In a shop there are five types of ice-creams available. A child buys
six ice-creams. Is it true that the number of different ways the child
can buy six ice creams is equal to the number of different ways of
arranging 6 A's and 4 B's in a row?
I tried it as follows:
The child problem-
There are five kinds of ice-creams, so the child can select six ice-creams in $5^6=15625$ ways.
A's and B's problem-
There are 6 A's and 4 B's. We can place these 10 items in a row in 10!/6!4! ways, which is equal to 210.
But the actual answer is true. How can it be? Where am I wrong?
permutations
$endgroup$
add a comment |
$begingroup$
In a shop there are five types of ice-creams available. A child buys
six ice-creams. Is it true that the number of different ways the child
can buy six ice creams is equal to the number of different ways of
arranging 6 A's and 4 B's in a row?
I tried it as follows:
The child problem-
There are five kinds of ice-creams, so the child can select six ice-creams in $5^6=15625$ ways.
A's and B's problem-
There are 6 A's and 4 B's. We can place these 10 items in a row in 10!/6!4! ways, which is equal to 210.
But the actual answer is true. How can it be? Where am I wrong?
permutations
$endgroup$
In a shop there are five types of ice-creams available. A child buys
six ice-creams. Is it true that the number of different ways the child
can buy six ice creams is equal to the number of different ways of
arranging 6 A's and 4 B's in a row?
I tried it as follows:
The child problem-
There are five kinds of ice-creams, so the child can select six ice-creams in $5^6=15625$ ways.
A's and B's problem-
There are 6 A's and 4 B's. We can place these 10 items in a row in 10!/6!4! ways, which is equal to 210.
But the actual answer is true. How can it be? Where am I wrong?
permutations
permutations
asked Apr 3 '13 at 15:44
syfluqssyfluqs
42
42
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The answer provided by you is wrong. The count of $5^6$ selects and arranges 6 ice-creams in a order after selecting from 5 different ice-creams. But we want to get no of ways by which the child can buy 6 ice-creams and not to arrange them.
The correct approach can be as follows as the total no of ice creams of each type are unknown .
Let no of ice-creams bought of each type as $a,b,c,d,e$ .So, $$a+b+c+d+e=6$$ as boy needs 6 ice-creams. And thus answer is $10_{C_4}$ .
Which is same as arranging 6A's and 4B's in a row.
$endgroup$
$begingroup$
Here is my method to get no. of solutions for $a+b+c=k$ types:math.stackexchange.com/questions/338525/…
$endgroup$
– ABC
Apr 3 '13 at 16:26
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%2f350198%2fconfusing-combination-permutations-question%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The answer provided by you is wrong. The count of $5^6$ selects and arranges 6 ice-creams in a order after selecting from 5 different ice-creams. But we want to get no of ways by which the child can buy 6 ice-creams and not to arrange them.
The correct approach can be as follows as the total no of ice creams of each type are unknown .
Let no of ice-creams bought of each type as $a,b,c,d,e$ .So, $$a+b+c+d+e=6$$ as boy needs 6 ice-creams. And thus answer is $10_{C_4}$ .
Which is same as arranging 6A's and 4B's in a row.
$endgroup$
$begingroup$
Here is my method to get no. of solutions for $a+b+c=k$ types:math.stackexchange.com/questions/338525/…
$endgroup$
– ABC
Apr 3 '13 at 16:26
add a comment |
$begingroup$
The answer provided by you is wrong. The count of $5^6$ selects and arranges 6 ice-creams in a order after selecting from 5 different ice-creams. But we want to get no of ways by which the child can buy 6 ice-creams and not to arrange them.
The correct approach can be as follows as the total no of ice creams of each type are unknown .
Let no of ice-creams bought of each type as $a,b,c,d,e$ .So, $$a+b+c+d+e=6$$ as boy needs 6 ice-creams. And thus answer is $10_{C_4}$ .
Which is same as arranging 6A's and 4B's in a row.
$endgroup$
$begingroup$
Here is my method to get no. of solutions for $a+b+c=k$ types:math.stackexchange.com/questions/338525/…
$endgroup$
– ABC
Apr 3 '13 at 16:26
add a comment |
$begingroup$
The answer provided by you is wrong. The count of $5^6$ selects and arranges 6 ice-creams in a order after selecting from 5 different ice-creams. But we want to get no of ways by which the child can buy 6 ice-creams and not to arrange them.
The correct approach can be as follows as the total no of ice creams of each type are unknown .
Let no of ice-creams bought of each type as $a,b,c,d,e$ .So, $$a+b+c+d+e=6$$ as boy needs 6 ice-creams. And thus answer is $10_{C_4}$ .
Which is same as arranging 6A's and 4B's in a row.
$endgroup$
The answer provided by you is wrong. The count of $5^6$ selects and arranges 6 ice-creams in a order after selecting from 5 different ice-creams. But we want to get no of ways by which the child can buy 6 ice-creams and not to arrange them.
The correct approach can be as follows as the total no of ice creams of each type are unknown .
Let no of ice-creams bought of each type as $a,b,c,d,e$ .So, $$a+b+c+d+e=6$$ as boy needs 6 ice-creams. And thus answer is $10_{C_4}$ .
Which is same as arranging 6A's and 4B's in a row.
edited Apr 3 '13 at 16:20
answered Apr 3 '13 at 16:13
ABCABC
5,14531438
5,14531438
$begingroup$
Here is my method to get no. of solutions for $a+b+c=k$ types:math.stackexchange.com/questions/338525/…
$endgroup$
– ABC
Apr 3 '13 at 16:26
add a comment |
$begingroup$
Here is my method to get no. of solutions for $a+b+c=k$ types:math.stackexchange.com/questions/338525/…
$endgroup$
– ABC
Apr 3 '13 at 16:26
$begingroup$
Here is my method to get no. of solutions for $a+b+c=k$ types:math.stackexchange.com/questions/338525/…
$endgroup$
– ABC
Apr 3 '13 at 16:26
$begingroup$
Here is my method to get no. of solutions for $a+b+c=k$ types:math.stackexchange.com/questions/338525/…
$endgroup$
– ABC
Apr 3 '13 at 16:26
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%2f350198%2fconfusing-combination-permutations-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