A Short Dice Puzzle
There are $2$ fair dice:
- An $11$-sided die, valued from $-5$ to $5$,
- A $41$-sided die, valued from $-20$ to $20$.
You pick one, and I'll take the other one. We roll the dice, and whoever rolls the larger number wins (if tied, we roll again.)
Which die will you choose to maximize your winning probability?
probability dice
add a comment |
There are $2$ fair dice:
- An $11$-sided die, valued from $-5$ to $5$,
- A $41$-sided die, valued from $-20$ to $20$.
You pick one, and I'll take the other one. We roll the dice, and whoever rolls the larger number wins (if tied, we roll again.)
Which die will you choose to maximize your winning probability?
probability dice
add a comment |
There are $2$ fair dice:
- An $11$-sided die, valued from $-5$ to $5$,
- A $41$-sided die, valued from $-20$ to $20$.
You pick one, and I'll take the other one. We roll the dice, and whoever rolls the larger number wins (if tied, we roll again.)
Which die will you choose to maximize your winning probability?
probability dice
There are $2$ fair dice:
- An $11$-sided die, valued from $-5$ to $5$,
- A $41$-sided die, valued from $-20$ to $20$.
You pick one, and I'll take the other one. We roll the dice, and whoever rolls the larger number wins (if tied, we roll again.)
Which die will you choose to maximize your winning probability?
probability dice
probability dice
edited Dec 17 at 18:16
JonMark Perry
17.5k63484
17.5k63484
asked Dec 17 at 16:37
athin
7,09912368
7,09912368
add a comment |
add a comment |
6 Answers
6
active
oldest
votes
The answer is
The chances are equal
Proof
Suppose we consider all the possible outcomes. Then I propose, there is a one-to-one mapping from winning outcomes for you to winning outcomes for me.
To see this, consider a scenario where you roll $i$ and I roll $j$ and you win ($i > j$). Then, in the case, that you roll $-i$ and I roll $-j$, I win (since ($-i < -j$). The mapping $(i,j) rightarrow (-i, -j)$ is clearly 1-1 for the given problem, it inverts the winner, and the set of draws maps onto itself.
If we were to enumerate overall all possible outcomes, I would win the same number of times as you so the probability of winning must be the same.
NB: This additionally show that the chances would be equal if we replaced $5$ and $20$ by any integer values.
Alternative proof
The probability of winning with the $41$-sided dice in a single go can be summed as the probability of winning given that the $11$-sided die rolls a $5,4,3,ldots$ multiplied by the probability of rolling a value in an $11$-sided die that is $$ P(41text{ wins}) = frac{1}{11}displaystyle sum_{j=15}^{25} frac{j}{41} = frac{220}{451}$$ Similarly, the probability of the $41$-sided die losing is given by calculating a similar sum $$ P(41 text{ loses}) = frac{1}{11}displaystyle sum_{j=25}^{15} frac{j}{41} = frac{220}{451}$$ where the sum is descending over the integers in this case. The probability of a single outcome being a draw is just $frac{11}{451}$.
add a comment |
It:
Doesn't matter.
Why?
The D11 wins with probability $frac{220}{451}$, where $220=16+17+dots+24+25$. It's a tie with probability $frac{11}{451}=frac1{41}$, and the D41 also wins with a probability of $frac{220}{451}$.
add a comment |
I'd take the
11-sided die
because
it has less sides, therefore it has less tendency to roll and thus it is easier to "aim" for a number with a controlled roll, at least after some practice. Even more so if the numbers are grouped with a cluster of positive numbers somewhere. Just like it is easier to throw a 4-sided die on a predetermined side than doing the same with a D20 which will inevitably roll away and land on a random number.
An interesting take. The question talks about "fair dice" though. I'd think this implies no such tricks as well.
– Gassa
Dec 18 at 10:13
1
@Gassa AFAIK "fair dice" means only that each of the faces have equal chance, i.e. it is not skewed, leaded, drilled, sanded or otherwise modified. A "fair roll" on the other hand would indeed imply no such tricks. As a corollary, my approach is of course not fair, but as the proper analytical answer has already been given and accepted, I ventured to offer a more unusual solution.
– zovits
Dec 18 at 10:24
add a comment |
Mapping out the 2-dimensional probability space you can see that the area in which each die wins is symmetrical, therefore it does not matter which die you choose, your odds of winning are the same.
A -20 ... -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 ... 20
B
-5 B B . A A A A A A A A A A A A
-4 B B B . A A A A A A A A A A A
-3 B B B B . A A A A A A A A A A
-2 B B B B B . A A A A A A A A A
-1 B B B B B B . A A A A A A A A
0 B B B B B B B . A A A A A A A
1 B B B B B B B B . A A A A A A
2 B B B B B B B B B . A A A A A
3 B B B B B B B B B B . A A A A
4 B B B B B B B B B B B . A A A
5 B B B B B B B B B B B B . A A
add a comment |
The average value of each die rolled an infinite number of times will be zero for either die. So it makes no difference as neither has an advantage over the other for gaining a larger number.
9
Considering the long term average won't work in general. For example, consider the case where the first die has 40 on one side and -1 on every other side and the second die has -10 on one side and 1 on every other side. The average value is 0 for both dice but one of them is more likely to win.
– hexomino
Dec 17 at 17:12
1
That's not an even distribution of frequency though, OPs example is.
– George Appleton
Dec 17 at 17:17
9
Sure, but do you see that the first sentence of your answer is true for my choice of dice as well as the OP's?
– hexomino
Dec 17 at 17:21
add a comment |
I would take the 11 sided dice
because
P(getting a higher number in 20 sided dice ) = 1/11*25/41 + 1/11*24/41 + .. 1/11*15/41 = 220/451=10/41
P(getting a higher number in 11 sided dice ) = P(getting -20 in dice2)*P(getting a higher number in dice2) + P(getting -19 in dice2)*P(getting a higher number in dice2) + ..
=1/41*1 + 1/41*1 + .. etc = (1/41 )*15 + etc .. > 10/41
Clearly 11 sided dice wins..
Okay but you have the exact opposite on the negative side. The numbers range from -20 to 20 not 0 to 40
– George Appleton
Dec 21 at 16:12
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: "559"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2fpuzzling.stackexchange.com%2fquestions%2f77557%2fa-short-dice-puzzle%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
The answer is
The chances are equal
Proof
Suppose we consider all the possible outcomes. Then I propose, there is a one-to-one mapping from winning outcomes for you to winning outcomes for me.
To see this, consider a scenario where you roll $i$ and I roll $j$ and you win ($i > j$). Then, in the case, that you roll $-i$ and I roll $-j$, I win (since ($-i < -j$). The mapping $(i,j) rightarrow (-i, -j)$ is clearly 1-1 for the given problem, it inverts the winner, and the set of draws maps onto itself.
If we were to enumerate overall all possible outcomes, I would win the same number of times as you so the probability of winning must be the same.
NB: This additionally show that the chances would be equal if we replaced $5$ and $20$ by any integer values.
Alternative proof
The probability of winning with the $41$-sided dice in a single go can be summed as the probability of winning given that the $11$-sided die rolls a $5,4,3,ldots$ multiplied by the probability of rolling a value in an $11$-sided die that is $$ P(41text{ wins}) = frac{1}{11}displaystyle sum_{j=15}^{25} frac{j}{41} = frac{220}{451}$$ Similarly, the probability of the $41$-sided die losing is given by calculating a similar sum $$ P(41 text{ loses}) = frac{1}{11}displaystyle sum_{j=25}^{15} frac{j}{41} = frac{220}{451}$$ where the sum is descending over the integers in this case. The probability of a single outcome being a draw is just $frac{11}{451}$.
add a comment |
The answer is
The chances are equal
Proof
Suppose we consider all the possible outcomes. Then I propose, there is a one-to-one mapping from winning outcomes for you to winning outcomes for me.
To see this, consider a scenario where you roll $i$ and I roll $j$ and you win ($i > j$). Then, in the case, that you roll $-i$ and I roll $-j$, I win (since ($-i < -j$). The mapping $(i,j) rightarrow (-i, -j)$ is clearly 1-1 for the given problem, it inverts the winner, and the set of draws maps onto itself.
If we were to enumerate overall all possible outcomes, I would win the same number of times as you so the probability of winning must be the same.
NB: This additionally show that the chances would be equal if we replaced $5$ and $20$ by any integer values.
Alternative proof
The probability of winning with the $41$-sided dice in a single go can be summed as the probability of winning given that the $11$-sided die rolls a $5,4,3,ldots$ multiplied by the probability of rolling a value in an $11$-sided die that is $$ P(41text{ wins}) = frac{1}{11}displaystyle sum_{j=15}^{25} frac{j}{41} = frac{220}{451}$$ Similarly, the probability of the $41$-sided die losing is given by calculating a similar sum $$ P(41 text{ loses}) = frac{1}{11}displaystyle sum_{j=25}^{15} frac{j}{41} = frac{220}{451}$$ where the sum is descending over the integers in this case. The probability of a single outcome being a draw is just $frac{11}{451}$.
add a comment |
The answer is
The chances are equal
Proof
Suppose we consider all the possible outcomes. Then I propose, there is a one-to-one mapping from winning outcomes for you to winning outcomes for me.
To see this, consider a scenario where you roll $i$ and I roll $j$ and you win ($i > j$). Then, in the case, that you roll $-i$ and I roll $-j$, I win (since ($-i < -j$). The mapping $(i,j) rightarrow (-i, -j)$ is clearly 1-1 for the given problem, it inverts the winner, and the set of draws maps onto itself.
If we were to enumerate overall all possible outcomes, I would win the same number of times as you so the probability of winning must be the same.
NB: This additionally show that the chances would be equal if we replaced $5$ and $20$ by any integer values.
Alternative proof
The probability of winning with the $41$-sided dice in a single go can be summed as the probability of winning given that the $11$-sided die rolls a $5,4,3,ldots$ multiplied by the probability of rolling a value in an $11$-sided die that is $$ P(41text{ wins}) = frac{1}{11}displaystyle sum_{j=15}^{25} frac{j}{41} = frac{220}{451}$$ Similarly, the probability of the $41$-sided die losing is given by calculating a similar sum $$ P(41 text{ loses}) = frac{1}{11}displaystyle sum_{j=25}^{15} frac{j}{41} = frac{220}{451}$$ where the sum is descending over the integers in this case. The probability of a single outcome being a draw is just $frac{11}{451}$.
The answer is
The chances are equal
Proof
Suppose we consider all the possible outcomes. Then I propose, there is a one-to-one mapping from winning outcomes for you to winning outcomes for me.
To see this, consider a scenario where you roll $i$ and I roll $j$ and you win ($i > j$). Then, in the case, that you roll $-i$ and I roll $-j$, I win (since ($-i < -j$). The mapping $(i,j) rightarrow (-i, -j)$ is clearly 1-1 for the given problem, it inverts the winner, and the set of draws maps onto itself.
If we were to enumerate overall all possible outcomes, I would win the same number of times as you so the probability of winning must be the same.
NB: This additionally show that the chances would be equal if we replaced $5$ and $20$ by any integer values.
Alternative proof
The probability of winning with the $41$-sided dice in a single go can be summed as the probability of winning given that the $11$-sided die rolls a $5,4,3,ldots$ multiplied by the probability of rolling a value in an $11$-sided die that is $$ P(41text{ wins}) = frac{1}{11}displaystyle sum_{j=15}^{25} frac{j}{41} = frac{220}{451}$$ Similarly, the probability of the $41$-sided die losing is given by calculating a similar sum $$ P(41 text{ loses}) = frac{1}{11}displaystyle sum_{j=25}^{15} frac{j}{41} = frac{220}{451}$$ where the sum is descending over the integers in this case. The probability of a single outcome being a draw is just $frac{11}{451}$.
edited Dec 17 at 17:47
answered Dec 17 at 16:47
hexomino
35.6k2100167
35.6k2100167
add a comment |
add a comment |
It:
Doesn't matter.
Why?
The D11 wins with probability $frac{220}{451}$, where $220=16+17+dots+24+25$. It's a tie with probability $frac{11}{451}=frac1{41}$, and the D41 also wins with a probability of $frac{220}{451}$.
add a comment |
It:
Doesn't matter.
Why?
The D11 wins with probability $frac{220}{451}$, where $220=16+17+dots+24+25$. It's a tie with probability $frac{11}{451}=frac1{41}$, and the D41 also wins with a probability of $frac{220}{451}$.
add a comment |
It:
Doesn't matter.
Why?
The D11 wins with probability $frac{220}{451}$, where $220=16+17+dots+24+25$. It's a tie with probability $frac{11}{451}=frac1{41}$, and the D41 also wins with a probability of $frac{220}{451}$.
It:
Doesn't matter.
Why?
The D11 wins with probability $frac{220}{451}$, where $220=16+17+dots+24+25$. It's a tie with probability $frac{11}{451}=frac1{41}$, and the D41 also wins with a probability of $frac{220}{451}$.
answered Dec 17 at 16:52
JonMark Perry
17.5k63484
17.5k63484
add a comment |
add a comment |
I'd take the
11-sided die
because
it has less sides, therefore it has less tendency to roll and thus it is easier to "aim" for a number with a controlled roll, at least after some practice. Even more so if the numbers are grouped with a cluster of positive numbers somewhere. Just like it is easier to throw a 4-sided die on a predetermined side than doing the same with a D20 which will inevitably roll away and land on a random number.
An interesting take. The question talks about "fair dice" though. I'd think this implies no such tricks as well.
– Gassa
Dec 18 at 10:13
1
@Gassa AFAIK "fair dice" means only that each of the faces have equal chance, i.e. it is not skewed, leaded, drilled, sanded or otherwise modified. A "fair roll" on the other hand would indeed imply no such tricks. As a corollary, my approach is of course not fair, but as the proper analytical answer has already been given and accepted, I ventured to offer a more unusual solution.
– zovits
Dec 18 at 10:24
add a comment |
I'd take the
11-sided die
because
it has less sides, therefore it has less tendency to roll and thus it is easier to "aim" for a number with a controlled roll, at least after some practice. Even more so if the numbers are grouped with a cluster of positive numbers somewhere. Just like it is easier to throw a 4-sided die on a predetermined side than doing the same with a D20 which will inevitably roll away and land on a random number.
An interesting take. The question talks about "fair dice" though. I'd think this implies no such tricks as well.
– Gassa
Dec 18 at 10:13
1
@Gassa AFAIK "fair dice" means only that each of the faces have equal chance, i.e. it is not skewed, leaded, drilled, sanded or otherwise modified. A "fair roll" on the other hand would indeed imply no such tricks. As a corollary, my approach is of course not fair, but as the proper analytical answer has already been given and accepted, I ventured to offer a more unusual solution.
– zovits
Dec 18 at 10:24
add a comment |
I'd take the
11-sided die
because
it has less sides, therefore it has less tendency to roll and thus it is easier to "aim" for a number with a controlled roll, at least after some practice. Even more so if the numbers are grouped with a cluster of positive numbers somewhere. Just like it is easier to throw a 4-sided die on a predetermined side than doing the same with a D20 which will inevitably roll away and land on a random number.
I'd take the
11-sided die
because
it has less sides, therefore it has less tendency to roll and thus it is easier to "aim" for a number with a controlled roll, at least after some practice. Even more so if the numbers are grouped with a cluster of positive numbers somewhere. Just like it is easier to throw a 4-sided die on a predetermined side than doing the same with a D20 which will inevitably roll away and land on a random number.
answered Dec 18 at 7:43
zovits
1313
1313
An interesting take. The question talks about "fair dice" though. I'd think this implies no such tricks as well.
– Gassa
Dec 18 at 10:13
1
@Gassa AFAIK "fair dice" means only that each of the faces have equal chance, i.e. it is not skewed, leaded, drilled, sanded or otherwise modified. A "fair roll" on the other hand would indeed imply no such tricks. As a corollary, my approach is of course not fair, but as the proper analytical answer has already been given and accepted, I ventured to offer a more unusual solution.
– zovits
Dec 18 at 10:24
add a comment |
An interesting take. The question talks about "fair dice" though. I'd think this implies no such tricks as well.
– Gassa
Dec 18 at 10:13
1
@Gassa AFAIK "fair dice" means only that each of the faces have equal chance, i.e. it is not skewed, leaded, drilled, sanded or otherwise modified. A "fair roll" on the other hand would indeed imply no such tricks. As a corollary, my approach is of course not fair, but as the proper analytical answer has already been given and accepted, I ventured to offer a more unusual solution.
– zovits
Dec 18 at 10:24
An interesting take. The question talks about "fair dice" though. I'd think this implies no such tricks as well.
– Gassa
Dec 18 at 10:13
An interesting take. The question talks about "fair dice" though. I'd think this implies no such tricks as well.
– Gassa
Dec 18 at 10:13
1
1
@Gassa AFAIK "fair dice" means only that each of the faces have equal chance, i.e. it is not skewed, leaded, drilled, sanded or otherwise modified. A "fair roll" on the other hand would indeed imply no such tricks. As a corollary, my approach is of course not fair, but as the proper analytical answer has already been given and accepted, I ventured to offer a more unusual solution.
– zovits
Dec 18 at 10:24
@Gassa AFAIK "fair dice" means only that each of the faces have equal chance, i.e. it is not skewed, leaded, drilled, sanded or otherwise modified. A "fair roll" on the other hand would indeed imply no such tricks. As a corollary, my approach is of course not fair, but as the proper analytical answer has already been given and accepted, I ventured to offer a more unusual solution.
– zovits
Dec 18 at 10:24
add a comment |
Mapping out the 2-dimensional probability space you can see that the area in which each die wins is symmetrical, therefore it does not matter which die you choose, your odds of winning are the same.
A -20 ... -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 ... 20
B
-5 B B . A A A A A A A A A A A A
-4 B B B . A A A A A A A A A A A
-3 B B B B . A A A A A A A A A A
-2 B B B B B . A A A A A A A A A
-1 B B B B B B . A A A A A A A A
0 B B B B B B B . A A A A A A A
1 B B B B B B B B . A A A A A A
2 B B B B B B B B B . A A A A A
3 B B B B B B B B B B . A A A A
4 B B B B B B B B B B B . A A A
5 B B B B B B B B B B B B . A A
add a comment |
Mapping out the 2-dimensional probability space you can see that the area in which each die wins is symmetrical, therefore it does not matter which die you choose, your odds of winning are the same.
A -20 ... -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 ... 20
B
-5 B B . A A A A A A A A A A A A
-4 B B B . A A A A A A A A A A A
-3 B B B B . A A A A A A A A A A
-2 B B B B B . A A A A A A A A A
-1 B B B B B B . A A A A A A A A
0 B B B B B B B . A A A A A A A
1 B B B B B B B B . A A A A A A
2 B B B B B B B B B . A A A A A
3 B B B B B B B B B B . A A A A
4 B B B B B B B B B B B . A A A
5 B B B B B B B B B B B B . A A
add a comment |
Mapping out the 2-dimensional probability space you can see that the area in which each die wins is symmetrical, therefore it does not matter which die you choose, your odds of winning are the same.
A -20 ... -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 ... 20
B
-5 B B . A A A A A A A A A A A A
-4 B B B . A A A A A A A A A A A
-3 B B B B . A A A A A A A A A A
-2 B B B B B . A A A A A A A A A
-1 B B B B B B . A A A A A A A A
0 B B B B B B B . A A A A A A A
1 B B B B B B B B . A A A A A A
2 B B B B B B B B B . A A A A A
3 B B B B B B B B B B . A A A A
4 B B B B B B B B B B B . A A A
5 B B B B B B B B B B B B . A A
Mapping out the 2-dimensional probability space you can see that the area in which each die wins is symmetrical, therefore it does not matter which die you choose, your odds of winning are the same.
A -20 ... -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 ... 20
B
-5 B B . A A A A A A A A A A A A
-4 B B B . A A A A A A A A A A A
-3 B B B B . A A A A A A A A A A
-2 B B B B B . A A A A A A A A A
-1 B B B B B B . A A A A A A A A
0 B B B B B B B . A A A A A A A
1 B B B B B B B B . A A A A A A
2 B B B B B B B B B . A A A A A
3 B B B B B B B B B B . A A A A
4 B B B B B B B B B B B . A A A
5 B B B B B B B B B B B B . A A
answered Dec 19 at 15:13
Paul Smith
1213
1213
add a comment |
add a comment |
The average value of each die rolled an infinite number of times will be zero for either die. So it makes no difference as neither has an advantage over the other for gaining a larger number.
9
Considering the long term average won't work in general. For example, consider the case where the first die has 40 on one side and -1 on every other side and the second die has -10 on one side and 1 on every other side. The average value is 0 for both dice but one of them is more likely to win.
– hexomino
Dec 17 at 17:12
1
That's not an even distribution of frequency though, OPs example is.
– George Appleton
Dec 17 at 17:17
9
Sure, but do you see that the first sentence of your answer is true for my choice of dice as well as the OP's?
– hexomino
Dec 17 at 17:21
add a comment |
The average value of each die rolled an infinite number of times will be zero for either die. So it makes no difference as neither has an advantage over the other for gaining a larger number.
9
Considering the long term average won't work in general. For example, consider the case where the first die has 40 on one side and -1 on every other side and the second die has -10 on one side and 1 on every other side. The average value is 0 for both dice but one of them is more likely to win.
– hexomino
Dec 17 at 17:12
1
That's not an even distribution of frequency though, OPs example is.
– George Appleton
Dec 17 at 17:17
9
Sure, but do you see that the first sentence of your answer is true for my choice of dice as well as the OP's?
– hexomino
Dec 17 at 17:21
add a comment |
The average value of each die rolled an infinite number of times will be zero for either die. So it makes no difference as neither has an advantage over the other for gaining a larger number.
The average value of each die rolled an infinite number of times will be zero for either die. So it makes no difference as neither has an advantage over the other for gaining a larger number.
answered Dec 17 at 16:47
George Appleton
1192
1192
9
Considering the long term average won't work in general. For example, consider the case where the first die has 40 on one side and -1 on every other side and the second die has -10 on one side and 1 on every other side. The average value is 0 for both dice but one of them is more likely to win.
– hexomino
Dec 17 at 17:12
1
That's not an even distribution of frequency though, OPs example is.
– George Appleton
Dec 17 at 17:17
9
Sure, but do you see that the first sentence of your answer is true for my choice of dice as well as the OP's?
– hexomino
Dec 17 at 17:21
add a comment |
9
Considering the long term average won't work in general. For example, consider the case where the first die has 40 on one side and -1 on every other side and the second die has -10 on one side and 1 on every other side. The average value is 0 for both dice but one of them is more likely to win.
– hexomino
Dec 17 at 17:12
1
That's not an even distribution of frequency though, OPs example is.
– George Appleton
Dec 17 at 17:17
9
Sure, but do you see that the first sentence of your answer is true for my choice of dice as well as the OP's?
– hexomino
Dec 17 at 17:21
9
9
Considering the long term average won't work in general. For example, consider the case where the first die has 40 on one side and -1 on every other side and the second die has -10 on one side and 1 on every other side. The average value is 0 for both dice but one of them is more likely to win.
– hexomino
Dec 17 at 17:12
Considering the long term average won't work in general. For example, consider the case where the first die has 40 on one side and -1 on every other side and the second die has -10 on one side and 1 on every other side. The average value is 0 for both dice but one of them is more likely to win.
– hexomino
Dec 17 at 17:12
1
1
That's not an even distribution of frequency though, OPs example is.
– George Appleton
Dec 17 at 17:17
That's not an even distribution of frequency though, OPs example is.
– George Appleton
Dec 17 at 17:17
9
9
Sure, but do you see that the first sentence of your answer is true for my choice of dice as well as the OP's?
– hexomino
Dec 17 at 17:21
Sure, but do you see that the first sentence of your answer is true for my choice of dice as well as the OP's?
– hexomino
Dec 17 at 17:21
add a comment |
I would take the 11 sided dice
because
P(getting a higher number in 20 sided dice ) = 1/11*25/41 + 1/11*24/41 + .. 1/11*15/41 = 220/451=10/41
P(getting a higher number in 11 sided dice ) = P(getting -20 in dice2)*P(getting a higher number in dice2) + P(getting -19 in dice2)*P(getting a higher number in dice2) + ..
=1/41*1 + 1/41*1 + .. etc = (1/41 )*15 + etc .. > 10/41
Clearly 11 sided dice wins..
Okay but you have the exact opposite on the negative side. The numbers range from -20 to 20 not 0 to 40
– George Appleton
Dec 21 at 16:12
add a comment |
I would take the 11 sided dice
because
P(getting a higher number in 20 sided dice ) = 1/11*25/41 + 1/11*24/41 + .. 1/11*15/41 = 220/451=10/41
P(getting a higher number in 11 sided dice ) = P(getting -20 in dice2)*P(getting a higher number in dice2) + P(getting -19 in dice2)*P(getting a higher number in dice2) + ..
=1/41*1 + 1/41*1 + .. etc = (1/41 )*15 + etc .. > 10/41
Clearly 11 sided dice wins..
Okay but you have the exact opposite on the negative side. The numbers range from -20 to 20 not 0 to 40
– George Appleton
Dec 21 at 16:12
add a comment |
I would take the 11 sided dice
because
P(getting a higher number in 20 sided dice ) = 1/11*25/41 + 1/11*24/41 + .. 1/11*15/41 = 220/451=10/41
P(getting a higher number in 11 sided dice ) = P(getting -20 in dice2)*P(getting a higher number in dice2) + P(getting -19 in dice2)*P(getting a higher number in dice2) + ..
=1/41*1 + 1/41*1 + .. etc = (1/41 )*15 + etc .. > 10/41
Clearly 11 sided dice wins..
I would take the 11 sided dice
because
P(getting a higher number in 20 sided dice ) = 1/11*25/41 + 1/11*24/41 + .. 1/11*15/41 = 220/451=10/41
P(getting a higher number in 11 sided dice ) = P(getting -20 in dice2)*P(getting a higher number in dice2) + P(getting -19 in dice2)*P(getting a higher number in dice2) + ..
=1/41*1 + 1/41*1 + .. etc = (1/41 )*15 + etc .. > 10/41
Clearly 11 sided dice wins..
edited Dec 19 at 8:31
answered Dec 18 at 10:24
Liji Jose
12
12
Okay but you have the exact opposite on the negative side. The numbers range from -20 to 20 not 0 to 40
– George Appleton
Dec 21 at 16:12
add a comment |
Okay but you have the exact opposite on the negative side. The numbers range from -20 to 20 not 0 to 40
– George Appleton
Dec 21 at 16:12
Okay but you have the exact opposite on the negative side. The numbers range from -20 to 20 not 0 to 40
– George Appleton
Dec 21 at 16:12
Okay but you have the exact opposite on the negative side. The numbers range from -20 to 20 not 0 to 40
– George Appleton
Dec 21 at 16:12
add a comment |
Thanks for contributing an answer to Puzzling 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2fpuzzling.stackexchange.com%2fquestions%2f77557%2fa-short-dice-puzzle%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