Probability of getting an even number of sixes in $n$ throws of a die
up vote
0
down vote
favorite
A fair die is thrown $n$ times. Show that the probability of getting an even number of sixes is $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, where $0$ is counted as even number.
My solution. I have probability of getting even number of sixes as:
$sum_{k=0}^{{lfloor n/2rfloor}} {n choose 2k}(frac{1}{6})^{2k}(frac{5}{6})^{n-2k}$
I also know that the probability of getting an even number of sixes plus an odd number of sixes is $1$, i.e.
$$sum_{k=0}^{{lfloor n/2 rfloor}} {n choose 2k}(frac{1}{6})^{2k}(frac{5}{6})^{n-2k}+ sum_{k=0}^{{lfloor n/2 rfloor}+1} {n choose 2k+1}(frac{1}{6})^{2k+1}(frac{5}{6})^{n-2k-1} = 1$$
However I am not sure how to extract the "even" part of the expression to obtain the answer required?
probability combinatorics binomial-distribution
add a comment |
up vote
0
down vote
favorite
A fair die is thrown $n$ times. Show that the probability of getting an even number of sixes is $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, where $0$ is counted as even number.
My solution. I have probability of getting even number of sixes as:
$sum_{k=0}^{{lfloor n/2rfloor}} {n choose 2k}(frac{1}{6})^{2k}(frac{5}{6})^{n-2k}$
I also know that the probability of getting an even number of sixes plus an odd number of sixes is $1$, i.e.
$$sum_{k=0}^{{lfloor n/2 rfloor}} {n choose 2k}(frac{1}{6})^{2k}(frac{5}{6})^{n-2k}+ sum_{k=0}^{{lfloor n/2 rfloor}+1} {n choose 2k+1}(frac{1}{6})^{2k+1}(frac{5}{6})^{n-2k-1} = 1$$
However I am not sure how to extract the "even" part of the expression to obtain the answer required?
probability combinatorics binomial-distribution
What about the probability of an even number of sixes minus the probability of an odd number of sixes?
– Lord Shark the Unknown
Nov 23 at 20:23
Have you considered using induction?
– James
Nov 23 at 20:27
I don't see how that helps - @LordSharktheUnknown
– Alex
Nov 23 at 20:32
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
A fair die is thrown $n$ times. Show that the probability of getting an even number of sixes is $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, where $0$ is counted as even number.
My solution. I have probability of getting even number of sixes as:
$sum_{k=0}^{{lfloor n/2rfloor}} {n choose 2k}(frac{1}{6})^{2k}(frac{5}{6})^{n-2k}$
I also know that the probability of getting an even number of sixes plus an odd number of sixes is $1$, i.e.
$$sum_{k=0}^{{lfloor n/2 rfloor}} {n choose 2k}(frac{1}{6})^{2k}(frac{5}{6})^{n-2k}+ sum_{k=0}^{{lfloor n/2 rfloor}+1} {n choose 2k+1}(frac{1}{6})^{2k+1}(frac{5}{6})^{n-2k-1} = 1$$
However I am not sure how to extract the "even" part of the expression to obtain the answer required?
probability combinatorics binomial-distribution
A fair die is thrown $n$ times. Show that the probability of getting an even number of sixes is $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, where $0$ is counted as even number.
My solution. I have probability of getting even number of sixes as:
$sum_{k=0}^{{lfloor n/2rfloor}} {n choose 2k}(frac{1}{6})^{2k}(frac{5}{6})^{n-2k}$
I also know that the probability of getting an even number of sixes plus an odd number of sixes is $1$, i.e.
$$sum_{k=0}^{{lfloor n/2 rfloor}} {n choose 2k}(frac{1}{6})^{2k}(frac{5}{6})^{n-2k}+ sum_{k=0}^{{lfloor n/2 rfloor}+1} {n choose 2k+1}(frac{1}{6})^{2k+1}(frac{5}{6})^{n-2k-1} = 1$$
However I am not sure how to extract the "even" part of the expression to obtain the answer required?
probability combinatorics binomial-distribution
probability combinatorics binomial-distribution
asked Nov 23 at 20:20
Alex
69848
69848
What about the probability of an even number of sixes minus the probability of an odd number of sixes?
– Lord Shark the Unknown
Nov 23 at 20:23
Have you considered using induction?
– James
Nov 23 at 20:27
I don't see how that helps - @LordSharktheUnknown
– Alex
Nov 23 at 20:32
add a comment |
What about the probability of an even number of sixes minus the probability of an odd number of sixes?
– Lord Shark the Unknown
Nov 23 at 20:23
Have you considered using induction?
– James
Nov 23 at 20:27
I don't see how that helps - @LordSharktheUnknown
– Alex
Nov 23 at 20:32
What about the probability of an even number of sixes minus the probability of an odd number of sixes?
– Lord Shark the Unknown
Nov 23 at 20:23
What about the probability of an even number of sixes minus the probability of an odd number of sixes?
– Lord Shark the Unknown
Nov 23 at 20:23
Have you considered using induction?
– James
Nov 23 at 20:27
Have you considered using induction?
– James
Nov 23 at 20:27
I don't see how that helps - @LordSharktheUnknown
– Alex
Nov 23 at 20:32
I don't see how that helps - @LordSharktheUnknown
– Alex
Nov 23 at 20:32
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
$sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}+sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=1$
and $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}-sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=sum_{k=0}^{n}{nchoose k}(-1/6)^{k}(5/6)^{n-k}=(2/3)^n$
Hence $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}=1/2(1+(2/3)^n).$
add a comment |
up vote
0
down vote
Let's suppose you have a discrete random variable $X$ taking on non-negative
integer values. Let $p_n=P(X=n)$. The generating function of $X$ is
$$G(s)=E(s^X)=sum_{n=0}^infty p_ns^n.$$
Then
$$G(1)=E(1^X)=sum_{n=0}^infty p_n=1$$
and
$$G(-1)=sum_{n=0}^infty (-1)^np_n.$$
Adding these,
$$1+G(-1)=2(p_0+p_2+cdots)=2P(Xtext{ is even}).$$
In your example, $X$ is the number of sixes in $n$ throws of a die.
Then $X$ is a binomial random variable with parameters $1/6$ and $n$.
So (i) what is the generating function of a binomial random variable,
and (ii) how do you apply that to the question at hand?
add a comment |
up vote
0
down vote
Let $e(n)$ be the probability of getting an even number of sixes in $n$ rolls.
It is easy to show directly that $e(0)=1$, so for $n=0$, $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
Let $n$ be a positive integer and assume that $e(n-1)=frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]$. If this assumption implies that $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, the desired result holds, thanks to the principle of mathematical induction.
After $n-1$ rolls of the die, the probability of an even number of sixes is $e(n-1)$ and the probability of an odd number of sixes is $1-e(n-1)$. After one more roll, the probability of an even number of sixes is ${5over6}e(n-1)+{1over6}(1-e(n-1))$. (There are an even number of sixes after $n$ rolls only if there were an even number after $n-1$ rolls and the $n$-th roll was not a six, or if there were an odd number after $n-1$ rolls and the $n$-th roll was a six.)
Therefore $e(n)={5over6}e(n-1)+{1over6}(1-e(n-1))={5over6}left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right)+{1over6}(1-left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right))$, which (it can be seen with a bit of algebra) equals $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
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%2f3010793%2fprobability-of-getting-an-even-number-of-sixes-in-n-throws-of-a-die%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
$sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}+sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=1$
and $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}-sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=sum_{k=0}^{n}{nchoose k}(-1/6)^{k}(5/6)^{n-k}=(2/3)^n$
Hence $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}=1/2(1+(2/3)^n).$
add a comment |
up vote
1
down vote
$sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}+sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=1$
and $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}-sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=sum_{k=0}^{n}{nchoose k}(-1/6)^{k}(5/6)^{n-k}=(2/3)^n$
Hence $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}=1/2(1+(2/3)^n).$
add a comment |
up vote
1
down vote
up vote
1
down vote
$sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}+sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=1$
and $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}-sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=sum_{k=0}^{n}{nchoose k}(-1/6)^{k}(5/6)^{n-k}=(2/3)^n$
Hence $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}=1/2(1+(2/3)^n).$
$sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}+sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=1$
and $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}-sum_{k=0}^{[n/2]}{nchoose 2k+1}(1/6)^{2k+1}(5/6)^{n-2k-1}=sum_{k=0}^{n}{nchoose k}(-1/6)^{k}(5/6)^{n-k}=(2/3)^n$
Hence $sum_{k=0}^{[n/2]}{nchoose 2k}(1/6)^{2k}(5/6)^{n-2k}=1/2(1+(2/3)^n).$
answered Nov 23 at 20:35
John_Wick
1,224111
1,224111
add a comment |
add a comment |
up vote
0
down vote
Let's suppose you have a discrete random variable $X$ taking on non-negative
integer values. Let $p_n=P(X=n)$. The generating function of $X$ is
$$G(s)=E(s^X)=sum_{n=0}^infty p_ns^n.$$
Then
$$G(1)=E(1^X)=sum_{n=0}^infty p_n=1$$
and
$$G(-1)=sum_{n=0}^infty (-1)^np_n.$$
Adding these,
$$1+G(-1)=2(p_0+p_2+cdots)=2P(Xtext{ is even}).$$
In your example, $X$ is the number of sixes in $n$ throws of a die.
Then $X$ is a binomial random variable with parameters $1/6$ and $n$.
So (i) what is the generating function of a binomial random variable,
and (ii) how do you apply that to the question at hand?
add a comment |
up vote
0
down vote
Let's suppose you have a discrete random variable $X$ taking on non-negative
integer values. Let $p_n=P(X=n)$. The generating function of $X$ is
$$G(s)=E(s^X)=sum_{n=0}^infty p_ns^n.$$
Then
$$G(1)=E(1^X)=sum_{n=0}^infty p_n=1$$
and
$$G(-1)=sum_{n=0}^infty (-1)^np_n.$$
Adding these,
$$1+G(-1)=2(p_0+p_2+cdots)=2P(Xtext{ is even}).$$
In your example, $X$ is the number of sixes in $n$ throws of a die.
Then $X$ is a binomial random variable with parameters $1/6$ and $n$.
So (i) what is the generating function of a binomial random variable,
and (ii) how do you apply that to the question at hand?
add a comment |
up vote
0
down vote
up vote
0
down vote
Let's suppose you have a discrete random variable $X$ taking on non-negative
integer values. Let $p_n=P(X=n)$. The generating function of $X$ is
$$G(s)=E(s^X)=sum_{n=0}^infty p_ns^n.$$
Then
$$G(1)=E(1^X)=sum_{n=0}^infty p_n=1$$
and
$$G(-1)=sum_{n=0}^infty (-1)^np_n.$$
Adding these,
$$1+G(-1)=2(p_0+p_2+cdots)=2P(Xtext{ is even}).$$
In your example, $X$ is the number of sixes in $n$ throws of a die.
Then $X$ is a binomial random variable with parameters $1/6$ and $n$.
So (i) what is the generating function of a binomial random variable,
and (ii) how do you apply that to the question at hand?
Let's suppose you have a discrete random variable $X$ taking on non-negative
integer values. Let $p_n=P(X=n)$. The generating function of $X$ is
$$G(s)=E(s^X)=sum_{n=0}^infty p_ns^n.$$
Then
$$G(1)=E(1^X)=sum_{n=0}^infty p_n=1$$
and
$$G(-1)=sum_{n=0}^infty (-1)^np_n.$$
Adding these,
$$1+G(-1)=2(p_0+p_2+cdots)=2P(Xtext{ is even}).$$
In your example, $X$ is the number of sixes in $n$ throws of a die.
Then $X$ is a binomial random variable with parameters $1/6$ and $n$.
So (i) what is the generating function of a binomial random variable,
and (ii) how do you apply that to the question at hand?
answered Nov 23 at 20:32
Lord Shark the Unknown
99.8k958131
99.8k958131
add a comment |
add a comment |
up vote
0
down vote
Let $e(n)$ be the probability of getting an even number of sixes in $n$ rolls.
It is easy to show directly that $e(0)=1$, so for $n=0$, $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
Let $n$ be a positive integer and assume that $e(n-1)=frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]$. If this assumption implies that $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, the desired result holds, thanks to the principle of mathematical induction.
After $n-1$ rolls of the die, the probability of an even number of sixes is $e(n-1)$ and the probability of an odd number of sixes is $1-e(n-1)$. After one more roll, the probability of an even number of sixes is ${5over6}e(n-1)+{1over6}(1-e(n-1))$. (There are an even number of sixes after $n$ rolls only if there were an even number after $n-1$ rolls and the $n$-th roll was not a six, or if there were an odd number after $n-1$ rolls and the $n$-th roll was a six.)
Therefore $e(n)={5over6}e(n-1)+{1over6}(1-e(n-1))={5over6}left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right)+{1over6}(1-left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right))$, which (it can be seen with a bit of algebra) equals $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
add a comment |
up vote
0
down vote
Let $e(n)$ be the probability of getting an even number of sixes in $n$ rolls.
It is easy to show directly that $e(0)=1$, so for $n=0$, $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
Let $n$ be a positive integer and assume that $e(n-1)=frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]$. If this assumption implies that $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, the desired result holds, thanks to the principle of mathematical induction.
After $n-1$ rolls of the die, the probability of an even number of sixes is $e(n-1)$ and the probability of an odd number of sixes is $1-e(n-1)$. After one more roll, the probability of an even number of sixes is ${5over6}e(n-1)+{1over6}(1-e(n-1))$. (There are an even number of sixes after $n$ rolls only if there were an even number after $n-1$ rolls and the $n$-th roll was not a six, or if there were an odd number after $n-1$ rolls and the $n$-th roll was a six.)
Therefore $e(n)={5over6}e(n-1)+{1over6}(1-e(n-1))={5over6}left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right)+{1over6}(1-left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right))$, which (it can be seen with a bit of algebra) equals $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
add a comment |
up vote
0
down vote
up vote
0
down vote
Let $e(n)$ be the probability of getting an even number of sixes in $n$ rolls.
It is easy to show directly that $e(0)=1$, so for $n=0$, $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
Let $n$ be a positive integer and assume that $e(n-1)=frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]$. If this assumption implies that $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, the desired result holds, thanks to the principle of mathematical induction.
After $n-1$ rolls of the die, the probability of an even number of sixes is $e(n-1)$ and the probability of an odd number of sixes is $1-e(n-1)$. After one more roll, the probability of an even number of sixes is ${5over6}e(n-1)+{1over6}(1-e(n-1))$. (There are an even number of sixes after $n$ rolls only if there were an even number after $n-1$ rolls and the $n$-th roll was not a six, or if there were an odd number after $n-1$ rolls and the $n$-th roll was a six.)
Therefore $e(n)={5over6}e(n-1)+{1over6}(1-e(n-1))={5over6}left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right)+{1over6}(1-left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right))$, which (it can be seen with a bit of algebra) equals $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
Let $e(n)$ be the probability of getting an even number of sixes in $n$ rolls.
It is easy to show directly that $e(0)=1$, so for $n=0$, $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
Let $n$ be a positive integer and assume that $e(n-1)=frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]$. If this assumption implies that $e(n)=frac{1}{2}[ 1 + (frac{2}{3})^{n}]$, the desired result holds, thanks to the principle of mathematical induction.
After $n-1$ rolls of the die, the probability of an even number of sixes is $e(n-1)$ and the probability of an odd number of sixes is $1-e(n-1)$. After one more roll, the probability of an even number of sixes is ${5over6}e(n-1)+{1over6}(1-e(n-1))$. (There are an even number of sixes after $n$ rolls only if there were an even number after $n-1$ rolls and the $n$-th roll was not a six, or if there were an odd number after $n-1$ rolls and the $n$-th roll was a six.)
Therefore $e(n)={5over6}e(n-1)+{1over6}(1-e(n-1))={5over6}left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right)+{1over6}(1-left(frac{1}{2}[ 1 + (frac{2}{3})^{n-1}]right))$, which (it can be seen with a bit of algebra) equals $frac{1}{2}[ 1 + (frac{2}{3})^{n}]$.
answered Nov 23 at 20:52
Steve Kass
11k11430
11k11430
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%2f3010793%2fprobability-of-getting-an-even-number-of-sixes-in-n-throws-of-a-die%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
What about the probability of an even number of sixes minus the probability of an odd number of sixes?
– Lord Shark the Unknown
Nov 23 at 20:23
Have you considered using induction?
– James
Nov 23 at 20:27
I don't see how that helps - @LordSharktheUnknown
– Alex
Nov 23 at 20:32