binomial distribution unfair coin
$begingroup$
I'm working on two bionmial distribution questions about unfair coin, where I got confused for one of em by its wording.
Unfair coin: You have a coin with which you are 2 times more likely to get heads than tails.
You flip the coin 100 times.
What is the probability of getting 20 tails? What is the probability of getting
at least one heads?
for 20 tails:
P(x=20) = 100!/(20!)(80!) * (1/3)^20 * (2/3)^80
anything wrong here?
for 'at least one head':
This is where I feel little lost.
do I get the sum of probability from getting 1 head to getting 100 heads? Is there any other trick to find the answer?
probability statistics binomial-distribution
$endgroup$
add a comment |
$begingroup$
I'm working on two bionmial distribution questions about unfair coin, where I got confused for one of em by its wording.
Unfair coin: You have a coin with which you are 2 times more likely to get heads than tails.
You flip the coin 100 times.
What is the probability of getting 20 tails? What is the probability of getting
at least one heads?
for 20 tails:
P(x=20) = 100!/(20!)(80!) * (1/3)^20 * (2/3)^80
anything wrong here?
for 'at least one head':
This is where I feel little lost.
do I get the sum of probability from getting 1 head to getting 100 heads? Is there any other trick to find the answer?
probability statistics binomial-distribution
$endgroup$
add a comment |
$begingroup$
I'm working on two bionmial distribution questions about unfair coin, where I got confused for one of em by its wording.
Unfair coin: You have a coin with which you are 2 times more likely to get heads than tails.
You flip the coin 100 times.
What is the probability of getting 20 tails? What is the probability of getting
at least one heads?
for 20 tails:
P(x=20) = 100!/(20!)(80!) * (1/3)^20 * (2/3)^80
anything wrong here?
for 'at least one head':
This is where I feel little lost.
do I get the sum of probability from getting 1 head to getting 100 heads? Is there any other trick to find the answer?
probability statistics binomial-distribution
$endgroup$
I'm working on two bionmial distribution questions about unfair coin, where I got confused for one of em by its wording.
Unfair coin: You have a coin with which you are 2 times more likely to get heads than tails.
You flip the coin 100 times.
What is the probability of getting 20 tails? What is the probability of getting
at least one heads?
for 20 tails:
P(x=20) = 100!/(20!)(80!) * (1/3)^20 * (2/3)^80
anything wrong here?
for 'at least one head':
This is where I feel little lost.
do I get the sum of probability from getting 1 head to getting 100 heads? Is there any other trick to find the answer?
probability statistics binomial-distribution
probability statistics binomial-distribution
asked Dec 19 '18 at 5:21
Daniel KimDaniel Kim
111
111
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Your expression for $P(x = 20)$ looks good to me.
Hint For the other question: The complement of the event "at least one head" is the event "no heads".
$endgroup$
$begingroup$
P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:27
$begingroup$
Looks good to me!
$endgroup$
– Travis
Dec 19 '18 at 5:45
$begingroup$
thank you Travis!
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:22
$begingroup$
You're welcome, I'm glad you found it useful!
$endgroup$
– Travis
Dec 19 '18 at 6:43
$begingroup$
Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:47
|
show 1 more comment
$begingroup$
What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
$$P(text{no head}) = left(frac13right)^{100},$$
so
$$P(text{at least 1 head}) = 1 - P(text{no head}).$$
$endgroup$
$begingroup$
thank you! I was also working on same thing via Travis's hint.
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:28
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%2f3046029%2fbinomial-distribution-unfair-coin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Your expression for $P(x = 20)$ looks good to me.
Hint For the other question: The complement of the event "at least one head" is the event "no heads".
$endgroup$
$begingroup$
P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:27
$begingroup$
Looks good to me!
$endgroup$
– Travis
Dec 19 '18 at 5:45
$begingroup$
thank you Travis!
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:22
$begingroup$
You're welcome, I'm glad you found it useful!
$endgroup$
– Travis
Dec 19 '18 at 6:43
$begingroup$
Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:47
|
show 1 more comment
$begingroup$
Your expression for $P(x = 20)$ looks good to me.
Hint For the other question: The complement of the event "at least one head" is the event "no heads".
$endgroup$
$begingroup$
P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:27
$begingroup$
Looks good to me!
$endgroup$
– Travis
Dec 19 '18 at 5:45
$begingroup$
thank you Travis!
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:22
$begingroup$
You're welcome, I'm glad you found it useful!
$endgroup$
– Travis
Dec 19 '18 at 6:43
$begingroup$
Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:47
|
show 1 more comment
$begingroup$
Your expression for $P(x = 20)$ looks good to me.
Hint For the other question: The complement of the event "at least one head" is the event "no heads".
$endgroup$
Your expression for $P(x = 20)$ looks good to me.
Hint For the other question: The complement of the event "at least one head" is the event "no heads".
answered Dec 19 '18 at 5:24
TravisTravis
60.6k767147
60.6k767147
$begingroup$
P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:27
$begingroup$
Looks good to me!
$endgroup$
– Travis
Dec 19 '18 at 5:45
$begingroup$
thank you Travis!
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:22
$begingroup$
You're welcome, I'm glad you found it useful!
$endgroup$
– Travis
Dec 19 '18 at 6:43
$begingroup$
Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:47
|
show 1 more comment
$begingroup$
P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:27
$begingroup$
Looks good to me!
$endgroup$
– Travis
Dec 19 '18 at 5:45
$begingroup$
thank you Travis!
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:22
$begingroup$
You're welcome, I'm glad you found it useful!
$endgroup$
– Travis
Dec 19 '18 at 6:43
$begingroup$
Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:47
$begingroup$
P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:27
$begingroup$
P(x=100) = 100!/100! * (1/3)^100 = 1/(3^100) = no heads. Therefore, 1 - 1/(3^100) ??
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:27
$begingroup$
Looks good to me!
$endgroup$
– Travis
Dec 19 '18 at 5:45
$begingroup$
Looks good to me!
$endgroup$
– Travis
Dec 19 '18 at 5:45
$begingroup$
thank you Travis!
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:22
$begingroup$
thank you Travis!
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:22
$begingroup$
You're welcome, I'm glad you found it useful!
$endgroup$
– Travis
Dec 19 '18 at 6:43
$begingroup$
You're welcome, I'm glad you found it useful!
$endgroup$
– Travis
Dec 19 '18 at 6:43
$begingroup$
Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:47
$begingroup$
Travis, do you mind to check my question about exponential distribution as well? math.stackexchange.com/questions/3046085/…
$endgroup$
– Daniel Kim
Dec 19 '18 at 6:47
|
show 1 more comment
$begingroup$
What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
$$P(text{no head}) = left(frac13right)^{100},$$
so
$$P(text{at least 1 head}) = 1 - P(text{no head}).$$
$endgroup$
$begingroup$
thank you! I was also working on same thing via Travis's hint.
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:28
add a comment |
$begingroup$
What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
$$P(text{no head}) = left(frac13right)^{100},$$
so
$$P(text{at least 1 head}) = 1 - P(text{no head}).$$
$endgroup$
$begingroup$
thank you! I was also working on same thing via Travis's hint.
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:28
add a comment |
$begingroup$
What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
$$P(text{no head}) = left(frac13right)^{100},$$
so
$$P(text{at least 1 head}) = 1 - P(text{no head}).$$
$endgroup$
What you can do is calculate the probability there is absolutely no head, then do one minus the probability of no head.
$$P(text{no head}) = left(frac13right)^{100},$$
so
$$P(text{at least 1 head}) = 1 - P(text{no head}).$$
edited Dec 19 '18 at 6:23
Saad
19.7k92352
19.7k92352
answered Dec 19 '18 at 5:26
Muser_HaoMuser_Hao
142
142
$begingroup$
thank you! I was also working on same thing via Travis's hint.
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:28
add a comment |
$begingroup$
thank you! I was also working on same thing via Travis's hint.
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:28
$begingroup$
thank you! I was also working on same thing via Travis's hint.
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:28
$begingroup$
thank you! I was also working on same thing via Travis's hint.
$endgroup$
– Daniel Kim
Dec 19 '18 at 5:28
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%2f3046029%2fbinomial-distribution-unfair-coin%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