Expected Time on dice roll
$begingroup$
Wanted to just confirm whether I was doing the right thing:
Question: Jack repeatedly rolls a fair die. If it comes up 1, he instantly wins (and stops playing with no time elapsed). If it comes up $n$, where $n ∈ {2, 3, 4}$, he waits $n$ minutes and then rolls again. If it comes up $n$, where $n ∈ {5, 6}$, he waits $n^{2}$ minutes and then rolls again. What is the expected elapsed time from when he starts rolling until he wins?
I've begun by conditioning on the outcome of the roll and the corresponding time elapsed.
Hence, $E[X] = frac{1}{6}(0)+frac{1}{6}(2)+frac{1}{6}(3)+frac{1}{6}(4)+frac{1}{6}(25)+frac{1}{6}(36)=frac{35}{3} approx :11.67$
Much thanks in advance.
probability combinatorics
$endgroup$
add a comment |
$begingroup$
Wanted to just confirm whether I was doing the right thing:
Question: Jack repeatedly rolls a fair die. If it comes up 1, he instantly wins (and stops playing with no time elapsed). If it comes up $n$, where $n ∈ {2, 3, 4}$, he waits $n$ minutes and then rolls again. If it comes up $n$, where $n ∈ {5, 6}$, he waits $n^{2}$ minutes and then rolls again. What is the expected elapsed time from when he starts rolling until he wins?
I've begun by conditioning on the outcome of the roll and the corresponding time elapsed.
Hence, $E[X] = frac{1}{6}(0)+frac{1}{6}(2)+frac{1}{6}(3)+frac{1}{6}(4)+frac{1}{6}(25)+frac{1}{6}(36)=frac{35}{3} approx :11.67$
Much thanks in advance.
probability combinatorics
$endgroup$
add a comment |
$begingroup$
Wanted to just confirm whether I was doing the right thing:
Question: Jack repeatedly rolls a fair die. If it comes up 1, he instantly wins (and stops playing with no time elapsed). If it comes up $n$, where $n ∈ {2, 3, 4}$, he waits $n$ minutes and then rolls again. If it comes up $n$, where $n ∈ {5, 6}$, he waits $n^{2}$ minutes and then rolls again. What is the expected elapsed time from when he starts rolling until he wins?
I've begun by conditioning on the outcome of the roll and the corresponding time elapsed.
Hence, $E[X] = frac{1}{6}(0)+frac{1}{6}(2)+frac{1}{6}(3)+frac{1}{6}(4)+frac{1}{6}(25)+frac{1}{6}(36)=frac{35}{3} approx :11.67$
Much thanks in advance.
probability combinatorics
$endgroup$
Wanted to just confirm whether I was doing the right thing:
Question: Jack repeatedly rolls a fair die. If it comes up 1, he instantly wins (and stops playing with no time elapsed). If it comes up $n$, where $n ∈ {2, 3, 4}$, he waits $n$ minutes and then rolls again. If it comes up $n$, where $n ∈ {5, 6}$, he waits $n^{2}$ minutes and then rolls again. What is the expected elapsed time from when he starts rolling until he wins?
I've begun by conditioning on the outcome of the roll and the corresponding time elapsed.
Hence, $E[X] = frac{1}{6}(0)+frac{1}{6}(2)+frac{1}{6}(3)+frac{1}{6}(4)+frac{1}{6}(25)+frac{1}{6}(36)=frac{35}{3} approx :11.67$
Much thanks in advance.
probability combinatorics
probability combinatorics
edited Dec 9 '18 at 4:22
bob
1089
1089
asked Dec 9 '18 at 4:10
RaviRavi
85
85
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This is a really good start. Note that if he does not roll a $1$, he has to wait and then roll again. In other words, the process hasn't finished when Jack rolls a non-1 number. What you have calculated is exactly that.
Instead, what happens if he rolls a non-1? The process essentially starts over, except some number of minutes has been added to his time. We can reflect that in your equation by adding the original value $E[X]$ to each time in your sum:
$$E[X] = frac{1}{6}(0) + frac{1}{6}(2 + E[X]) + frac{1}{6}(3+E[X]) + frac{1}{6}(4+E[X]) + frac{1}{6}(25+E[X]) + frac{1}{6}(36+E[X])$$.
After this, simply solve for $E[X]$ and you're done!
Note: The reason we don't add $E[X]$ to the first $0$ is because the process actually does finish in that case.
$endgroup$
$begingroup$
Ah, this makes sense, this is similar to the coal miner problem. Now I get it, thanks
$endgroup$
– Ravi
Dec 9 '18 at 4:44
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%2f3031993%2fexpected-time-on-dice-roll%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$
This is a really good start. Note that if he does not roll a $1$, he has to wait and then roll again. In other words, the process hasn't finished when Jack rolls a non-1 number. What you have calculated is exactly that.
Instead, what happens if he rolls a non-1? The process essentially starts over, except some number of minutes has been added to his time. We can reflect that in your equation by adding the original value $E[X]$ to each time in your sum:
$$E[X] = frac{1}{6}(0) + frac{1}{6}(2 + E[X]) + frac{1}{6}(3+E[X]) + frac{1}{6}(4+E[X]) + frac{1}{6}(25+E[X]) + frac{1}{6}(36+E[X])$$.
After this, simply solve for $E[X]$ and you're done!
Note: The reason we don't add $E[X]$ to the first $0$ is because the process actually does finish in that case.
$endgroup$
$begingroup$
Ah, this makes sense, this is similar to the coal miner problem. Now I get it, thanks
$endgroup$
– Ravi
Dec 9 '18 at 4:44
add a comment |
$begingroup$
This is a really good start. Note that if he does not roll a $1$, he has to wait and then roll again. In other words, the process hasn't finished when Jack rolls a non-1 number. What you have calculated is exactly that.
Instead, what happens if he rolls a non-1? The process essentially starts over, except some number of minutes has been added to his time. We can reflect that in your equation by adding the original value $E[X]$ to each time in your sum:
$$E[X] = frac{1}{6}(0) + frac{1}{6}(2 + E[X]) + frac{1}{6}(3+E[X]) + frac{1}{6}(4+E[X]) + frac{1}{6}(25+E[X]) + frac{1}{6}(36+E[X])$$.
After this, simply solve for $E[X]$ and you're done!
Note: The reason we don't add $E[X]$ to the first $0$ is because the process actually does finish in that case.
$endgroup$
$begingroup$
Ah, this makes sense, this is similar to the coal miner problem. Now I get it, thanks
$endgroup$
– Ravi
Dec 9 '18 at 4:44
add a comment |
$begingroup$
This is a really good start. Note that if he does not roll a $1$, he has to wait and then roll again. In other words, the process hasn't finished when Jack rolls a non-1 number. What you have calculated is exactly that.
Instead, what happens if he rolls a non-1? The process essentially starts over, except some number of minutes has been added to his time. We can reflect that in your equation by adding the original value $E[X]$ to each time in your sum:
$$E[X] = frac{1}{6}(0) + frac{1}{6}(2 + E[X]) + frac{1}{6}(3+E[X]) + frac{1}{6}(4+E[X]) + frac{1}{6}(25+E[X]) + frac{1}{6}(36+E[X])$$.
After this, simply solve for $E[X]$ and you're done!
Note: The reason we don't add $E[X]$ to the first $0$ is because the process actually does finish in that case.
$endgroup$
This is a really good start. Note that if he does not roll a $1$, he has to wait and then roll again. In other words, the process hasn't finished when Jack rolls a non-1 number. What you have calculated is exactly that.
Instead, what happens if he rolls a non-1? The process essentially starts over, except some number of minutes has been added to his time. We can reflect that in your equation by adding the original value $E[X]$ to each time in your sum:
$$E[X] = frac{1}{6}(0) + frac{1}{6}(2 + E[X]) + frac{1}{6}(3+E[X]) + frac{1}{6}(4+E[X]) + frac{1}{6}(25+E[X]) + frac{1}{6}(36+E[X])$$.
After this, simply solve for $E[X]$ and you're done!
Note: The reason we don't add $E[X]$ to the first $0$ is because the process actually does finish in that case.
answered Dec 9 '18 at 4:40
Adam CartisanoAdam Cartisano
1614
1614
$begingroup$
Ah, this makes sense, this is similar to the coal miner problem. Now I get it, thanks
$endgroup$
– Ravi
Dec 9 '18 at 4:44
add a comment |
$begingroup$
Ah, this makes sense, this is similar to the coal miner problem. Now I get it, thanks
$endgroup$
– Ravi
Dec 9 '18 at 4:44
$begingroup$
Ah, this makes sense, this is similar to the coal miner problem. Now I get it, thanks
$endgroup$
– Ravi
Dec 9 '18 at 4:44
$begingroup$
Ah, this makes sense, this is similar to the coal miner problem. Now I get it, thanks
$endgroup$
– Ravi
Dec 9 '18 at 4:44
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%2f3031993%2fexpected-time-on-dice-roll%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