Interpretation of a sample space problem
$A, B$ and $C$ take turns in flipping a coin. The first one to get a head wins. The sample space of this experiment is as given:
$S = {1, 01, 001, 0001, dots ,\0000}$
Then how can I interpret the sample space? I cannot understand that $0000$ case in the sample space. Does it mean that none wins? If it means that, then should not it be excluded from $S$ and included in $S^c$?
Please help me by explaining this topic. Thanks in advance.
probability
add a comment |
$A, B$ and $C$ take turns in flipping a coin. The first one to get a head wins. The sample space of this experiment is as given:
$S = {1, 01, 001, 0001, dots ,\0000}$
Then how can I interpret the sample space? I cannot understand that $0000$ case in the sample space. Does it mean that none wins? If it means that, then should not it be excluded from $S$ and included in $S^c$?
Please help me by explaining this topic. Thanks in advance.
probability
The last one doesn't make sense as written: four tails and then stop. Surely they are supposed to keep going. Was it actually supposed to be "$0000ldots$", that is, an infinite sequence of all tails?
– David K
Nov 21 '18 at 6:19
yes, it means an infinite sequence of all tails. But why is it included in S? I can't get it.
– user587389
Nov 21 '18 at 9:20
If this case weren't included, someone else might complain that the author had not considered what happens if the players only get tails. Answer: they just keep flipping the coin forever. But since we assign zero probability to that event, it has no impact on the calculations.
– David K
Nov 21 '18 at 12:41
Oh, Thanks Sir. Now I get it.
– user587389
Nov 21 '18 at 13:18
add a comment |
$A, B$ and $C$ take turns in flipping a coin. The first one to get a head wins. The sample space of this experiment is as given:
$S = {1, 01, 001, 0001, dots ,\0000}$
Then how can I interpret the sample space? I cannot understand that $0000$ case in the sample space. Does it mean that none wins? If it means that, then should not it be excluded from $S$ and included in $S^c$?
Please help me by explaining this topic. Thanks in advance.
probability
$A, B$ and $C$ take turns in flipping a coin. The first one to get a head wins. The sample space of this experiment is as given:
$S = {1, 01, 001, 0001, dots ,\0000}$
Then how can I interpret the sample space? I cannot understand that $0000$ case in the sample space. Does it mean that none wins? If it means that, then should not it be excluded from $S$ and included in $S^c$?
Please help me by explaining this topic. Thanks in advance.
probability
probability
asked Nov 21 '18 at 5:21
user587389
327
327
The last one doesn't make sense as written: four tails and then stop. Surely they are supposed to keep going. Was it actually supposed to be "$0000ldots$", that is, an infinite sequence of all tails?
– David K
Nov 21 '18 at 6:19
yes, it means an infinite sequence of all tails. But why is it included in S? I can't get it.
– user587389
Nov 21 '18 at 9:20
If this case weren't included, someone else might complain that the author had not considered what happens if the players only get tails. Answer: they just keep flipping the coin forever. But since we assign zero probability to that event, it has no impact on the calculations.
– David K
Nov 21 '18 at 12:41
Oh, Thanks Sir. Now I get it.
– user587389
Nov 21 '18 at 13:18
add a comment |
The last one doesn't make sense as written: four tails and then stop. Surely they are supposed to keep going. Was it actually supposed to be "$0000ldots$", that is, an infinite sequence of all tails?
– David K
Nov 21 '18 at 6:19
yes, it means an infinite sequence of all tails. But why is it included in S? I can't get it.
– user587389
Nov 21 '18 at 9:20
If this case weren't included, someone else might complain that the author had not considered what happens if the players only get tails. Answer: they just keep flipping the coin forever. But since we assign zero probability to that event, it has no impact on the calculations.
– David K
Nov 21 '18 at 12:41
Oh, Thanks Sir. Now I get it.
– user587389
Nov 21 '18 at 13:18
The last one doesn't make sense as written: four tails and then stop. Surely they are supposed to keep going. Was it actually supposed to be "$0000ldots$", that is, an infinite sequence of all tails?
– David K
Nov 21 '18 at 6:19
The last one doesn't make sense as written: four tails and then stop. Surely they are supposed to keep going. Was it actually supposed to be "$0000ldots$", that is, an infinite sequence of all tails?
– David K
Nov 21 '18 at 6:19
yes, it means an infinite sequence of all tails. But why is it included in S? I can't get it.
– user587389
Nov 21 '18 at 9:20
yes, it means an infinite sequence of all tails. But why is it included in S? I can't get it.
– user587389
Nov 21 '18 at 9:20
If this case weren't included, someone else might complain that the author had not considered what happens if the players only get tails. Answer: they just keep flipping the coin forever. But since we assign zero probability to that event, it has no impact on the calculations.
– David K
Nov 21 '18 at 12:41
If this case weren't included, someone else might complain that the author had not considered what happens if the players only get tails. Answer: they just keep flipping the coin forever. But since we assign zero probability to that event, it has no impact on the calculations.
– David K
Nov 21 '18 at 12:41
Oh, Thanks Sir. Now I get it.
– user587389
Nov 21 '18 at 13:18
Oh, Thanks Sir. Now I get it.
– user587389
Nov 21 '18 at 13:18
add a comment |
1 Answer
1
active
oldest
votes
The sample space is indeed given by
$$S=bigl{0^k 1bigm| kin{mathbb N}_{geq0}bigr} cup{000ldots} .$$
Fate selects a point $omegain S$. The points $omega=0^k1$ have a probability $p_k>0$, whereas the special point $omega=000ldots$ has probability $p_infty=0$.
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%2f3007296%2finterpretation-of-a-sample-space-problem%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
The sample space is indeed given by
$$S=bigl{0^k 1bigm| kin{mathbb N}_{geq0}bigr} cup{000ldots} .$$
Fate selects a point $omegain S$. The points $omega=0^k1$ have a probability $p_k>0$, whereas the special point $omega=000ldots$ has probability $p_infty=0$.
add a comment |
The sample space is indeed given by
$$S=bigl{0^k 1bigm| kin{mathbb N}_{geq0}bigr} cup{000ldots} .$$
Fate selects a point $omegain S$. The points $omega=0^k1$ have a probability $p_k>0$, whereas the special point $omega=000ldots$ has probability $p_infty=0$.
add a comment |
The sample space is indeed given by
$$S=bigl{0^k 1bigm| kin{mathbb N}_{geq0}bigr} cup{000ldots} .$$
Fate selects a point $omegain S$. The points $omega=0^k1$ have a probability $p_k>0$, whereas the special point $omega=000ldots$ has probability $p_infty=0$.
The sample space is indeed given by
$$S=bigl{0^k 1bigm| kin{mathbb N}_{geq0}bigr} cup{000ldots} .$$
Fate selects a point $omegain S$. The points $omega=0^k1$ have a probability $p_k>0$, whereas the special point $omega=000ldots$ has probability $p_infty=0$.
answered Nov 21 '18 at 12:06


Christian Blatter
172k7112326
172k7112326
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.
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%2fmath.stackexchange.com%2fquestions%2f3007296%2finterpretation-of-a-sample-space-problem%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
The last one doesn't make sense as written: four tails and then stop. Surely they are supposed to keep going. Was it actually supposed to be "$0000ldots$", that is, an infinite sequence of all tails?
– David K
Nov 21 '18 at 6:19
yes, it means an infinite sequence of all tails. But why is it included in S? I can't get it.
– user587389
Nov 21 '18 at 9:20
If this case weren't included, someone else might complain that the author had not considered what happens if the players only get tails. Answer: they just keep flipping the coin forever. But since we assign zero probability to that event, it has no impact on the calculations.
– David K
Nov 21 '18 at 12:41
Oh, Thanks Sir. Now I get it.
– user587389
Nov 21 '18 at 13:18