Explain the difference between Binomial and geometric probabilities
$begingroup$
I am sometimes puzzled by the fact that the same result can have two different probabilities according to how the experiment was designed. A typical example is the well known problem of drawing a white marble in 5 draws. Let $p$ be the probability of drawing a white marble. If I decide to draw 5 marbles the probability of drawing only one white is Binomial and is equal to $Pbin(1, white) = 5p(1-p)^4$. If, instead, I decide to draw marbles until I get a white one, the probability of drawing it at the fifth draw is geometric and is equal to $Pgeom(1, white) = p(1-p)^4$, hence it is 5 times smaller than the Binomial.
I understand the mathematics behind it and sometimes I convince myself that it is just the fact of possible results considered (in binomial one has to draw 5 marbles, in geometric not, and so on) but other times I am not convinced that the results are consistent.
My question: does anybody know where I can find a scholarly discussion on this topic?
probability-theory binomial-distribution geometric-probability
$endgroup$
add a comment |
$begingroup$
I am sometimes puzzled by the fact that the same result can have two different probabilities according to how the experiment was designed. A typical example is the well known problem of drawing a white marble in 5 draws. Let $p$ be the probability of drawing a white marble. If I decide to draw 5 marbles the probability of drawing only one white is Binomial and is equal to $Pbin(1, white) = 5p(1-p)^4$. If, instead, I decide to draw marbles until I get a white one, the probability of drawing it at the fifth draw is geometric and is equal to $Pgeom(1, white) = p(1-p)^4$, hence it is 5 times smaller than the Binomial.
I understand the mathematics behind it and sometimes I convince myself that it is just the fact of possible results considered (in binomial one has to draw 5 marbles, in geometric not, and so on) but other times I am not convinced that the results are consistent.
My question: does anybody know where I can find a scholarly discussion on this topic?
probability-theory binomial-distribution geometric-probability
$endgroup$
add a comment |
$begingroup$
I am sometimes puzzled by the fact that the same result can have two different probabilities according to how the experiment was designed. A typical example is the well known problem of drawing a white marble in 5 draws. Let $p$ be the probability of drawing a white marble. If I decide to draw 5 marbles the probability of drawing only one white is Binomial and is equal to $Pbin(1, white) = 5p(1-p)^4$. If, instead, I decide to draw marbles until I get a white one, the probability of drawing it at the fifth draw is geometric and is equal to $Pgeom(1, white) = p(1-p)^4$, hence it is 5 times smaller than the Binomial.
I understand the mathematics behind it and sometimes I convince myself that it is just the fact of possible results considered (in binomial one has to draw 5 marbles, in geometric not, and so on) but other times I am not convinced that the results are consistent.
My question: does anybody know where I can find a scholarly discussion on this topic?
probability-theory binomial-distribution geometric-probability
$endgroup$
I am sometimes puzzled by the fact that the same result can have two different probabilities according to how the experiment was designed. A typical example is the well known problem of drawing a white marble in 5 draws. Let $p$ be the probability of drawing a white marble. If I decide to draw 5 marbles the probability of drawing only one white is Binomial and is equal to $Pbin(1, white) = 5p(1-p)^4$. If, instead, I decide to draw marbles until I get a white one, the probability of drawing it at the fifth draw is geometric and is equal to $Pgeom(1, white) = p(1-p)^4$, hence it is 5 times smaller than the Binomial.
I understand the mathematics behind it and sometimes I convince myself that it is just the fact of possible results considered (in binomial one has to draw 5 marbles, in geometric not, and so on) but other times I am not convinced that the results are consistent.
My question: does anybody know where I can find a scholarly discussion on this topic?
probability-theory binomial-distribution geometric-probability
probability-theory binomial-distribution geometric-probability
asked Feb 8 '17 at 4:26
Marco StamazzaMarco Stamazza
1062
1062
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Funny you should ask that because these issues were just discussed in my statistics class this morning. Let's think about what is happening which will help us perceive the subtle difference between the binomial and the geometric distributions.
Binomial
We have a set $A$ of five elements, for which each $A_i in {text{W}, text{Q} }$ where $text{W}$ denotes a white marble and $text{Q}$ denotes a marble of any other color.
In the first case, the random variable is the number of marbles in a taking of $n$ marbles. There are a total of $binom{5}{1}=5$ outcomes, i.e. the white marble can fall in the first, second, third, fourth, or fifth draw. Each one of these five outcomes has probability $(1-p)^4p$ if $p$ is the probability of a marble being drawn. Thus, we can represent the total probability of there being a white marble as the sum of the probabilities of each outcome for which there is exactly one white marble in a group of five marbles.
$$P(text{one white marble in five}) = sum^{5 text{ outcomes}}{(1-p)^4p} = 5(1-p)^4p$$
Geometric
Now let's analyze the second case you describe which is subtly different. Here, we are not interested in knowing the probability that, given $n$ trials I will find a white marble. Instead, the random variable $X$ is the number of trials it will take until a white marble is found. More abstractly, we are measuring the probability there will be no white marbles in the first $x-1$ picks and then exactly one white marble in the $x$th pick. The probability of there being no white marbles in the first $x-1$ picks is $(1-p)^{x-1}$ and the probability of there being a white marble in the $x$ pick is $p$. Thus
$$P(X=x) = (1-p)^{x-1}p$$
What is the difference?
The random variables are simply different. We are answering two different questions.
The Punch Line
We know the probability of the first white marble appearing in $n$ trials. We also know the probability of observing $1$ white marble in $n$ trials.
It is five times less likely the first white marble will appear in the 5th trial than it will appear in any of the first to the fifth trials. This makes sense.
The white marble can appear in any of our five picks. The binomial distribution cares about the likelyhood the white marble will appear in ANY of the five picks, i.e. any of the configurations in which one white marble can appear in a set of five marbles. The geometric distribution cares about the likelihood the white marble appears in ONLY ONE of the five configurations that the binomial distributions accounts for, namely, the last one.
I hope this made it a little clearer to you.
$endgroup$
$begingroup$
Thank you, As I said, I understand this. I was thinking about the fact that the experiment and result are identical and to an external observer it would look quite wrong. The only difference is the stopping rule adopted,
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:31
$begingroup$
hence see the bottom of my answer
$endgroup$
– theideasmith
Feb 8 '17 at 12:19
add a comment |
$begingroup$
It's not how the experiment is designed. Those are simply two different events in the same process.
The process is of drawing marbles from an urn with replacement and no bias (and stirring between draws too), with an identical and independent rate of drawing white marbles, $p$, each draw, for an indefinite amount of draws.
The geometric event is that the fifth draw is the first white marble.
The binomial event is that only one white marble will be among the first five draws.
These are just not the same thing. The geometric event covers one fifth as many equally probable outcomes as the binomial event; it is a subset.
$$begin{align} &bulletbulletbulletbulletcirccdots gets\&bulletbulletbulletcircbulletcdots\&bulletbulletcircbulletbulletcdots\ &bulletcircbulletbulletbulletcdots \&circbulletbulletbulletbulletcdots end{align}$$
That is all.
$endgroup$
$begingroup$
Thanks Graham, see my comment above.
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:32
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%2f2134420%2fexplain-the-difference-between-binomial-and-geometric-probabilities%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$
Funny you should ask that because these issues were just discussed in my statistics class this morning. Let's think about what is happening which will help us perceive the subtle difference between the binomial and the geometric distributions.
Binomial
We have a set $A$ of five elements, for which each $A_i in {text{W}, text{Q} }$ where $text{W}$ denotes a white marble and $text{Q}$ denotes a marble of any other color.
In the first case, the random variable is the number of marbles in a taking of $n$ marbles. There are a total of $binom{5}{1}=5$ outcomes, i.e. the white marble can fall in the first, second, third, fourth, or fifth draw. Each one of these five outcomes has probability $(1-p)^4p$ if $p$ is the probability of a marble being drawn. Thus, we can represent the total probability of there being a white marble as the sum of the probabilities of each outcome for which there is exactly one white marble in a group of five marbles.
$$P(text{one white marble in five}) = sum^{5 text{ outcomes}}{(1-p)^4p} = 5(1-p)^4p$$
Geometric
Now let's analyze the second case you describe which is subtly different. Here, we are not interested in knowing the probability that, given $n$ trials I will find a white marble. Instead, the random variable $X$ is the number of trials it will take until a white marble is found. More abstractly, we are measuring the probability there will be no white marbles in the first $x-1$ picks and then exactly one white marble in the $x$th pick. The probability of there being no white marbles in the first $x-1$ picks is $(1-p)^{x-1}$ and the probability of there being a white marble in the $x$ pick is $p$. Thus
$$P(X=x) = (1-p)^{x-1}p$$
What is the difference?
The random variables are simply different. We are answering two different questions.
The Punch Line
We know the probability of the first white marble appearing in $n$ trials. We also know the probability of observing $1$ white marble in $n$ trials.
It is five times less likely the first white marble will appear in the 5th trial than it will appear in any of the first to the fifth trials. This makes sense.
The white marble can appear in any of our five picks. The binomial distribution cares about the likelyhood the white marble will appear in ANY of the five picks, i.e. any of the configurations in which one white marble can appear in a set of five marbles. The geometric distribution cares about the likelihood the white marble appears in ONLY ONE of the five configurations that the binomial distributions accounts for, namely, the last one.
I hope this made it a little clearer to you.
$endgroup$
$begingroup$
Thank you, As I said, I understand this. I was thinking about the fact that the experiment and result are identical and to an external observer it would look quite wrong. The only difference is the stopping rule adopted,
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:31
$begingroup$
hence see the bottom of my answer
$endgroup$
– theideasmith
Feb 8 '17 at 12:19
add a comment |
$begingroup$
Funny you should ask that because these issues were just discussed in my statistics class this morning. Let's think about what is happening which will help us perceive the subtle difference between the binomial and the geometric distributions.
Binomial
We have a set $A$ of five elements, for which each $A_i in {text{W}, text{Q} }$ where $text{W}$ denotes a white marble and $text{Q}$ denotes a marble of any other color.
In the first case, the random variable is the number of marbles in a taking of $n$ marbles. There are a total of $binom{5}{1}=5$ outcomes, i.e. the white marble can fall in the first, second, third, fourth, or fifth draw. Each one of these five outcomes has probability $(1-p)^4p$ if $p$ is the probability of a marble being drawn. Thus, we can represent the total probability of there being a white marble as the sum of the probabilities of each outcome for which there is exactly one white marble in a group of five marbles.
$$P(text{one white marble in five}) = sum^{5 text{ outcomes}}{(1-p)^4p} = 5(1-p)^4p$$
Geometric
Now let's analyze the second case you describe which is subtly different. Here, we are not interested in knowing the probability that, given $n$ trials I will find a white marble. Instead, the random variable $X$ is the number of trials it will take until a white marble is found. More abstractly, we are measuring the probability there will be no white marbles in the first $x-1$ picks and then exactly one white marble in the $x$th pick. The probability of there being no white marbles in the first $x-1$ picks is $(1-p)^{x-1}$ and the probability of there being a white marble in the $x$ pick is $p$. Thus
$$P(X=x) = (1-p)^{x-1}p$$
What is the difference?
The random variables are simply different. We are answering two different questions.
The Punch Line
We know the probability of the first white marble appearing in $n$ trials. We also know the probability of observing $1$ white marble in $n$ trials.
It is five times less likely the first white marble will appear in the 5th trial than it will appear in any of the first to the fifth trials. This makes sense.
The white marble can appear in any of our five picks. The binomial distribution cares about the likelyhood the white marble will appear in ANY of the five picks, i.e. any of the configurations in which one white marble can appear in a set of five marbles. The geometric distribution cares about the likelihood the white marble appears in ONLY ONE of the five configurations that the binomial distributions accounts for, namely, the last one.
I hope this made it a little clearer to you.
$endgroup$
$begingroup$
Thank you, As I said, I understand this. I was thinking about the fact that the experiment and result are identical and to an external observer it would look quite wrong. The only difference is the stopping rule adopted,
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:31
$begingroup$
hence see the bottom of my answer
$endgroup$
– theideasmith
Feb 8 '17 at 12:19
add a comment |
$begingroup$
Funny you should ask that because these issues were just discussed in my statistics class this morning. Let's think about what is happening which will help us perceive the subtle difference between the binomial and the geometric distributions.
Binomial
We have a set $A$ of five elements, for which each $A_i in {text{W}, text{Q} }$ where $text{W}$ denotes a white marble and $text{Q}$ denotes a marble of any other color.
In the first case, the random variable is the number of marbles in a taking of $n$ marbles. There are a total of $binom{5}{1}=5$ outcomes, i.e. the white marble can fall in the first, second, third, fourth, or fifth draw. Each one of these five outcomes has probability $(1-p)^4p$ if $p$ is the probability of a marble being drawn. Thus, we can represent the total probability of there being a white marble as the sum of the probabilities of each outcome for which there is exactly one white marble in a group of five marbles.
$$P(text{one white marble in five}) = sum^{5 text{ outcomes}}{(1-p)^4p} = 5(1-p)^4p$$
Geometric
Now let's analyze the second case you describe which is subtly different. Here, we are not interested in knowing the probability that, given $n$ trials I will find a white marble. Instead, the random variable $X$ is the number of trials it will take until a white marble is found. More abstractly, we are measuring the probability there will be no white marbles in the first $x-1$ picks and then exactly one white marble in the $x$th pick. The probability of there being no white marbles in the first $x-1$ picks is $(1-p)^{x-1}$ and the probability of there being a white marble in the $x$ pick is $p$. Thus
$$P(X=x) = (1-p)^{x-1}p$$
What is the difference?
The random variables are simply different. We are answering two different questions.
The Punch Line
We know the probability of the first white marble appearing in $n$ trials. We also know the probability of observing $1$ white marble in $n$ trials.
It is five times less likely the first white marble will appear in the 5th trial than it will appear in any of the first to the fifth trials. This makes sense.
The white marble can appear in any of our five picks. The binomial distribution cares about the likelyhood the white marble will appear in ANY of the five picks, i.e. any of the configurations in which one white marble can appear in a set of five marbles. The geometric distribution cares about the likelihood the white marble appears in ONLY ONE of the five configurations that the binomial distributions accounts for, namely, the last one.
I hope this made it a little clearer to you.
$endgroup$
Funny you should ask that because these issues were just discussed in my statistics class this morning. Let's think about what is happening which will help us perceive the subtle difference between the binomial and the geometric distributions.
Binomial
We have a set $A$ of five elements, for which each $A_i in {text{W}, text{Q} }$ where $text{W}$ denotes a white marble and $text{Q}$ denotes a marble of any other color.
In the first case, the random variable is the number of marbles in a taking of $n$ marbles. There are a total of $binom{5}{1}=5$ outcomes, i.e. the white marble can fall in the first, second, third, fourth, or fifth draw. Each one of these five outcomes has probability $(1-p)^4p$ if $p$ is the probability of a marble being drawn. Thus, we can represent the total probability of there being a white marble as the sum of the probabilities of each outcome for which there is exactly one white marble in a group of five marbles.
$$P(text{one white marble in five}) = sum^{5 text{ outcomes}}{(1-p)^4p} = 5(1-p)^4p$$
Geometric
Now let's analyze the second case you describe which is subtly different. Here, we are not interested in knowing the probability that, given $n$ trials I will find a white marble. Instead, the random variable $X$ is the number of trials it will take until a white marble is found. More abstractly, we are measuring the probability there will be no white marbles in the first $x-1$ picks and then exactly one white marble in the $x$th pick. The probability of there being no white marbles in the first $x-1$ picks is $(1-p)^{x-1}$ and the probability of there being a white marble in the $x$ pick is $p$. Thus
$$P(X=x) = (1-p)^{x-1}p$$
What is the difference?
The random variables are simply different. We are answering two different questions.
The Punch Line
We know the probability of the first white marble appearing in $n$ trials. We also know the probability of observing $1$ white marble in $n$ trials.
It is five times less likely the first white marble will appear in the 5th trial than it will appear in any of the first to the fifth trials. This makes sense.
The white marble can appear in any of our five picks. The binomial distribution cares about the likelyhood the white marble will appear in ANY of the five picks, i.e. any of the configurations in which one white marble can appear in a set of five marbles. The geometric distribution cares about the likelihood the white marble appears in ONLY ONE of the five configurations that the binomial distributions accounts for, namely, the last one.
I hope this made it a little clearer to you.
answered Feb 8 '17 at 4:54
theideasmiththeideasmith
598317
598317
$begingroup$
Thank you, As I said, I understand this. I was thinking about the fact that the experiment and result are identical and to an external observer it would look quite wrong. The only difference is the stopping rule adopted,
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:31
$begingroup$
hence see the bottom of my answer
$endgroup$
– theideasmith
Feb 8 '17 at 12:19
add a comment |
$begingroup$
Thank you, As I said, I understand this. I was thinking about the fact that the experiment and result are identical and to an external observer it would look quite wrong. The only difference is the stopping rule adopted,
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:31
$begingroup$
hence see the bottom of my answer
$endgroup$
– theideasmith
Feb 8 '17 at 12:19
$begingroup$
Thank you, As I said, I understand this. I was thinking about the fact that the experiment and result are identical and to an external observer it would look quite wrong. The only difference is the stopping rule adopted,
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:31
$begingroup$
Thank you, As I said, I understand this. I was thinking about the fact that the experiment and result are identical and to an external observer it would look quite wrong. The only difference is the stopping rule adopted,
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:31
$begingroup$
hence see the bottom of my answer
$endgroup$
– theideasmith
Feb 8 '17 at 12:19
$begingroup$
hence see the bottom of my answer
$endgroup$
– theideasmith
Feb 8 '17 at 12:19
add a comment |
$begingroup$
It's not how the experiment is designed. Those are simply two different events in the same process.
The process is of drawing marbles from an urn with replacement and no bias (and stirring between draws too), with an identical and independent rate of drawing white marbles, $p$, each draw, for an indefinite amount of draws.
The geometric event is that the fifth draw is the first white marble.
The binomial event is that only one white marble will be among the first five draws.
These are just not the same thing. The geometric event covers one fifth as many equally probable outcomes as the binomial event; it is a subset.
$$begin{align} &bulletbulletbulletbulletcirccdots gets\&bulletbulletbulletcircbulletcdots\&bulletbulletcircbulletbulletcdots\ &bulletcircbulletbulletbulletcdots \&circbulletbulletbulletbulletcdots end{align}$$
That is all.
$endgroup$
$begingroup$
Thanks Graham, see my comment above.
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:32
add a comment |
$begingroup$
It's not how the experiment is designed. Those are simply two different events in the same process.
The process is of drawing marbles from an urn with replacement and no bias (and stirring between draws too), with an identical and independent rate of drawing white marbles, $p$, each draw, for an indefinite amount of draws.
The geometric event is that the fifth draw is the first white marble.
The binomial event is that only one white marble will be among the first five draws.
These are just not the same thing. The geometric event covers one fifth as many equally probable outcomes as the binomial event; it is a subset.
$$begin{align} &bulletbulletbulletbulletcirccdots gets\&bulletbulletbulletcircbulletcdots\&bulletbulletcircbulletbulletcdots\ &bulletcircbulletbulletbulletcdots \&circbulletbulletbulletbulletcdots end{align}$$
That is all.
$endgroup$
$begingroup$
Thanks Graham, see my comment above.
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:32
add a comment |
$begingroup$
It's not how the experiment is designed. Those are simply two different events in the same process.
The process is of drawing marbles from an urn with replacement and no bias (and stirring between draws too), with an identical and independent rate of drawing white marbles, $p$, each draw, for an indefinite amount of draws.
The geometric event is that the fifth draw is the first white marble.
The binomial event is that only one white marble will be among the first five draws.
These are just not the same thing. The geometric event covers one fifth as many equally probable outcomes as the binomial event; it is a subset.
$$begin{align} &bulletbulletbulletbulletcirccdots gets\&bulletbulletbulletcircbulletcdots\&bulletbulletcircbulletbulletcdots\ &bulletcircbulletbulletbulletcdots \&circbulletbulletbulletbulletcdots end{align}$$
That is all.
$endgroup$
It's not how the experiment is designed. Those are simply two different events in the same process.
The process is of drawing marbles from an urn with replacement and no bias (and stirring between draws too), with an identical and independent rate of drawing white marbles, $p$, each draw, for an indefinite amount of draws.
The geometric event is that the fifth draw is the first white marble.
The binomial event is that only one white marble will be among the first five draws.
These are just not the same thing. The geometric event covers one fifth as many equally probable outcomes as the binomial event; it is a subset.
$$begin{align} &bulletbulletbulletbulletcirccdots gets\&bulletbulletbulletcircbulletcdots\&bulletbulletcircbulletbulletcdots\ &bulletcircbulletbulletbulletcdots \&circbulletbulletbulletbulletcdots end{align}$$
That is all.
answered Feb 8 '17 at 5:12
Graham KempGraham Kemp
85.6k43378
85.6k43378
$begingroup$
Thanks Graham, see my comment above.
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:32
add a comment |
$begingroup$
Thanks Graham, see my comment above.
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:32
$begingroup$
Thanks Graham, see my comment above.
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:32
$begingroup$
Thanks Graham, see my comment above.
$endgroup$
– Marco Stamazza
Feb 8 '17 at 9:32
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%2f2134420%2fexplain-the-difference-between-binomial-and-geometric-probabilities%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