Identical Dice and “Identical” Sum (or Boxes??)
$begingroup$
Say you have two 6 sided dice numbered from 1 to 6. How would you calculate the probability of rolling 2, 3, 4, ..., 12?
My professor told me the generating function $(x+x^2+x^3+x^4+x^5+x^6)^2$ is incorrect for starting the problem because the dice are treated as distinct. That I should be looking for the answer using identical dice and "sum". How would this be solved?
combinatorics dice
$endgroup$
add a comment |
$begingroup$
Say you have two 6 sided dice numbered from 1 to 6. How would you calculate the probability of rolling 2, 3, 4, ..., 12?
My professor told me the generating function $(x+x^2+x^3+x^4+x^5+x^6)^2$ is incorrect for starting the problem because the dice are treated as distinct. That I should be looking for the answer using identical dice and "sum". How would this be solved?
combinatorics dice
$endgroup$
$begingroup$
If the dice are treated as distinct, why does your title describe them as identical?
$endgroup$
– N. F. Taussig
Dec 21 '18 at 23:23
$begingroup$
@N.F.Taussig My professor asked for identical dice while I provided distinct dice.
$endgroup$
– Math Newbie
Dec 22 '18 at 1:58
2
$begingroup$
The coefficients of that generating function (when divided by $6^2$ for normalization), are the probabilities in question.
$endgroup$
– Math1000
Dec 22 '18 at 2:41
add a comment |
$begingroup$
Say you have two 6 sided dice numbered from 1 to 6. How would you calculate the probability of rolling 2, 3, 4, ..., 12?
My professor told me the generating function $(x+x^2+x^3+x^4+x^5+x^6)^2$ is incorrect for starting the problem because the dice are treated as distinct. That I should be looking for the answer using identical dice and "sum". How would this be solved?
combinatorics dice
$endgroup$
Say you have two 6 sided dice numbered from 1 to 6. How would you calculate the probability of rolling 2, 3, 4, ..., 12?
My professor told me the generating function $(x+x^2+x^3+x^4+x^5+x^6)^2$ is incorrect for starting the problem because the dice are treated as distinct. That I should be looking for the answer using identical dice and "sum". How would this be solved?
combinatorics dice
combinatorics dice
asked Dec 21 '18 at 22:51
Math NewbieMath Newbie
428
428
$begingroup$
If the dice are treated as distinct, why does your title describe them as identical?
$endgroup$
– N. F. Taussig
Dec 21 '18 at 23:23
$begingroup$
@N.F.Taussig My professor asked for identical dice while I provided distinct dice.
$endgroup$
– Math Newbie
Dec 22 '18 at 1:58
2
$begingroup$
The coefficients of that generating function (when divided by $6^2$ for normalization), are the probabilities in question.
$endgroup$
– Math1000
Dec 22 '18 at 2:41
add a comment |
$begingroup$
If the dice are treated as distinct, why does your title describe them as identical?
$endgroup$
– N. F. Taussig
Dec 21 '18 at 23:23
$begingroup$
@N.F.Taussig My professor asked for identical dice while I provided distinct dice.
$endgroup$
– Math Newbie
Dec 22 '18 at 1:58
2
$begingroup$
The coefficients of that generating function (when divided by $6^2$ for normalization), are the probabilities in question.
$endgroup$
– Math1000
Dec 22 '18 at 2:41
$begingroup$
If the dice are treated as distinct, why does your title describe them as identical?
$endgroup$
– N. F. Taussig
Dec 21 '18 at 23:23
$begingroup$
If the dice are treated as distinct, why does your title describe them as identical?
$endgroup$
– N. F. Taussig
Dec 21 '18 at 23:23
$begingroup$
@N.F.Taussig My professor asked for identical dice while I provided distinct dice.
$endgroup$
– Math Newbie
Dec 22 '18 at 1:58
$begingroup$
@N.F.Taussig My professor asked for identical dice while I provided distinct dice.
$endgroup$
– Math Newbie
Dec 22 '18 at 1:58
2
2
$begingroup$
The coefficients of that generating function (when divided by $6^2$ for normalization), are the probabilities in question.
$endgroup$
– Math1000
Dec 22 '18 at 2:41
$begingroup$
The coefficients of that generating function (when divided by $6^2$ for normalization), are the probabilities in question.
$endgroup$
– Math1000
Dec 22 '18 at 2:41
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Well if your dice are identical then you can simply say that for finding the probability of rolling a certain sum $s$ we need to find the number of ways $x_1 + x_2$ can be equal to $s$ or rather we need to find the number of integral solutions to the equation $$x_1 + x_2 = s$$ where $$x_1,x_2 equiv 1,2,3,4,5,6$$
We can solve this rather easily and then we can use the argument for probability.
$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%2f3048971%2fidentical-dice-and-identical-sum-or-boxes%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$
Well if your dice are identical then you can simply say that for finding the probability of rolling a certain sum $s$ we need to find the number of ways $x_1 + x_2$ can be equal to $s$ or rather we need to find the number of integral solutions to the equation $$x_1 + x_2 = s$$ where $$x_1,x_2 equiv 1,2,3,4,5,6$$
We can solve this rather easily and then we can use the argument for probability.
$endgroup$
add a comment |
$begingroup$
Well if your dice are identical then you can simply say that for finding the probability of rolling a certain sum $s$ we need to find the number of ways $x_1 + x_2$ can be equal to $s$ or rather we need to find the number of integral solutions to the equation $$x_1 + x_2 = s$$ where $$x_1,x_2 equiv 1,2,3,4,5,6$$
We can solve this rather easily and then we can use the argument for probability.
$endgroup$
add a comment |
$begingroup$
Well if your dice are identical then you can simply say that for finding the probability of rolling a certain sum $s$ we need to find the number of ways $x_1 + x_2$ can be equal to $s$ or rather we need to find the number of integral solutions to the equation $$x_1 + x_2 = s$$ where $$x_1,x_2 equiv 1,2,3,4,5,6$$
We can solve this rather easily and then we can use the argument for probability.
$endgroup$
Well if your dice are identical then you can simply say that for finding the probability of rolling a certain sum $s$ we need to find the number of ways $x_1 + x_2$ can be equal to $s$ or rather we need to find the number of integral solutions to the equation $$x_1 + x_2 = s$$ where $$x_1,x_2 equiv 1,2,3,4,5,6$$
We can solve this rather easily and then we can use the argument for probability.
answered Dec 22 '18 at 16:42
Prakhar NagpalPrakhar Nagpal
752318
752318
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%2f3048971%2fidentical-dice-and-identical-sum-or-boxes%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$
If the dice are treated as distinct, why does your title describe them as identical?
$endgroup$
– N. F. Taussig
Dec 21 '18 at 23:23
$begingroup$
@N.F.Taussig My professor asked for identical dice while I provided distinct dice.
$endgroup$
– Math Newbie
Dec 22 '18 at 1:58
2
$begingroup$
The coefficients of that generating function (when divided by $6^2$ for normalization), are the probabilities in question.
$endgroup$
– Math1000
Dec 22 '18 at 2:41