The expected value for 7 heads in a row

In summary: T}_i(z) = \frac{1}{6}p + q z.$$The Attempt at a SolutionWe learned about conditional expectation this morning in class. We still haven't done any example. I'm unsure about what this notation really mean.Does the law of iterated expectation looks like this for this problem?$$\sum_{i=1}^{n} E[X | A_i]P(A_i) = E(X)$$$$P(N_2) = p ^2$$
  • #1
AllRelative
42
2

Homework Statement


We have a coin with probability ##0\leqslant p \leqslant 1## of getting heads. We flip the coin until we get ##7## heads in a row. Let ##N_7## be the number of necessary flips to get the ##7## heads in a row.

What is the expected value ##E(N_7)##?

Homework Equations


The prof suggested using this:
##E(N_7) = E[E(N_7| N_6)]##

I also found online the law of iterated expectation which is: ##\sum_{i=1}^{n} E[X | A_i]P(A_i) = E(X)##

The Attempt at a Solution


We learned about conditional expectation this morning in class. We still haven't done any example. I'm unsure about what this notation really mean.

Does the law of iterated expectation looks like this for this problem?

$$\sum_{i=1}^{6} E[N_7 | N_i]P(N_i) = E(N_7)$$
$$E[N_7 | N_1]P(N_1)+E[N_7 | N_2]P(N_2)+...+ E[N_7 | N_6]P(N_6)$$

And if so, is ##P(N_2) = p ^2 ##?
And how do I evaluate of the ##E[N_7 | N_i]##?

Thanks!
 
Physics news on Phys.org
  • #2
AllRelative said:

Homework Equations


The prof suggested using this:
##E(N_7) = E[E(N_7| N_6)]##
...

And how do I evaluate of the ##E[N_7 | N_i]##?
a typical suggestion of mine: start simple and build.

In this case first solve:
##E(N_1) = E[E(N_1| N_0)]## and ##E(N_2) = E[E(N_2| N_1)]##

AllRelative said:
We learned about conditional expectation this morning in class. We still haven't done any example. I'm unsure about what this notation really mean.

This is going to be a significant issue and I'd recommend working quite a few examples in full before tackling this problem.

There are a lot of ways to solve this problem, a couple of which have been fairly recently done in this forum. With some cleverness it can even be done by drawing a tree and solving a system of equations (using backward induction).

edit: what text are you using? There has got to be some fully worked examples in your text.
 
  • Like
Likes Klystron
  • #3
AllRelative said:

Homework Statement


We have a coin with probability ##0\leqslant p \leqslant 1## of getting heads. We flip the coin until we get ##7## heads in a row. Let ##N_7## be the number of necessary flips to get the ##7## heads in a row.

What is the expected value ##E(N_7)##?

Homework Equations


The prof suggested using this:
##E(N_7) = E[E(N_7| N_6)]##

I also found online the law of iterated expectation which is: ##\sum_{i=1}^{n} E[X | A_i]P(A_i) = E(X)##

The Attempt at a Solution


We learned about conditional expectation this morning in class. We still haven't done any example. I'm unsure about what this notation really mean.

Does the law of iterated expectation looks like this for this problem?

$$\sum_{i=1}^{6} E[N_7 | N_i]P(N_i) = E(N_7)$$
$$E[N_7 | N_1]P(N_1)+E[N_7 | N_2]P(N_2)+...+ E[N_7 | N_6]P(N_6)$$

And if so, is ##P(N_2) = p ^2 ##?
And how do I evaluate of the ##E[N_7 | N_i]##?

Thanks!

I cannot easily get the answer using your notions and notation. The problem is that there are two aspects: where you are now, and how far you need to go. Here is what I mean: suppose we define the state to be the length of the current H run, so state 0 means "0 heads so far = start, or re-start", 1 means "run of 1 heads so far", 2 means "run of 2 heads so far", etc. State 7 = "run of 7 heads so far = we are done". Let ##T_i## = remaining number of tosses needed to get to state 7, starting from state ##i##, and let ##x_i = E(T_i).## We want to compute ##x_0.##

When we are in state 0, we go next to state 1 if we get Heads and back to state 0 if we get Tails. So, after 1 toss, the tosses left are ##T_1## if Heads and ##T_0'## if Tails. Here, the ##T_0'## is a random copy of the original ##T_0##; that is, it has the same probability distribution as the original random variable ##T_0##. Basically, if you get Tails you go back to the beginning and start over, just as though the problem were brand new. The "history" of how you got back to state 0 is wiped out, because the coin has no memory. Similarly, when we are currently in state 3 (just having completed a usable H-run of length 3), we don't know if we are at our third toss or our 150th toss; the history of how we got to state 3 currently is wiped out---again because the coin has no memory.

Taking expectations of the equation
$$T_0 = 1 + \begin{cases} T_1 & \text{if Heads}\\
T_0' & \text{if Tails}
\end{cases} $$
we get
$$x_0 = 1 + p x_1 + q x_0, $$ where ##q = 1-p.## Similarly,
$$\begin{array}{rcl}x_1 &=&1 + p x_2 + q x_0\\
x_2 &=&1 + p x_3 + q x_0 \\
\vdots & \vdots &\hspace{4ex} \vdots
\end{array} $$
We have ##x_7 = 0##, so we get a solvable system.

If you use generating functions
$$\tilde{T}_i(z) = E z^{T_i} = \sum_{n=0}^\infty P(T_i = n) z^n$$ with ##\tilde{T}_7(z) \equiv 1,## you will have a solvable system
$$\tilde{T}_i(z) = p z \tilde{T}_{i+1}(z) + q z \tilde{T}_0 (z), i=0,1, \ldots, 6$$ You can use the generating functions to get things like ##P(T_i = n)##, ##\text{Var}(T_i),## etc.
 
Last edited:
  • #4
AllRelative said:
##E(N_7) = E[E(N_7| N_6)]##
This is a misleading notation. The N7 has been defined as a random variable, but the N6 is being used as a state.
It is clearer to define E(n,r) as the expected number of furher tosses to reach n consecutive given that the last r were all heads. Thus E(n,n)=0. (I'm guessing this is what your prof has in mind.)
Can you express E(n,r) in terms of E(n,r+1) and E(n,0)?
 
  • #5
Worse case, if you get stuck in the exam: Can get 7 heads in a row after : 7,8,9,... , though the general form becomes more complicated after 7, but still manageable; just make sure that you get a tails right before the streak of 7 .
 
  • #6
I agree that as is, the notation currently stated can lead to potentially very big problems. I also get the impression that OP has disappeared.

- - --
The simplest (albeit somewhat tedious) approach I could think of is to use "first step analysis".

That is, you start the experiment and toss a coin over and over until the pattern comes up. In particular consider the outlook after tossing the coin 7 times. Since we are interested in a run of 7 heads, considering the first 7 tosses is a natural "first step" of the process.

With probability ##p^7## the experiment is over in exactly 7 tries because they were all heads. With probability ##1-p^7## you get a fresh start (this is akin to a memorylessness argument for geometric distribution). On top of this there is a "residual" (expected value of finite/truncated geometric distribution) to layer in -- this residual step isn't so complicated but is a little unpleasant. The idea is that your fresh start doesn't necessarily occur after 7 tosses -- it could have occurred after 1 turn or 2 turns or 3 turns or ... or 7 turns. (This is the idea of overlaps in between trials.)

These are only 3 building blocks needed to calculate ##E\big[N_7\big]##. This approach has the added benefit of highlighting parallels with a geometric distribution and the distinction/complication which is due to the issue with overlaps.
 
Last edited:
  • #7
StoneTemplePython said:
I agree that as is, the notation currently stated can lead to potentially very big problems. I also get the impression that OP has disappeared.

- - --
The simplest (albeit somewhat tedious) approach I could think of is to use "first step analysis".

That is, you start the experiment and toss a coin over and over until the pattern comes up. In particular consider the outlook after tossing the coin 7 times. Since we are interested in a run of 7 heads, considering the first 7 tosses is a natural "first step" of the process.

With probability ##p^7## the experiment is over in exactly 7 tries because they were all heads. With probability ##1-p^7## you get a fresh start (this is akin to a memorylessness argument for geometric distribution). On top of this there is a "residual" (expected value of finite geometric series) to layer in -- this residual step isn't so complicated but is a little unpleasant. The idea is that your fresh start doesn't necessarily occur after 7 tosses -- it could have occurred after 1 turn or 2 turns or 3 turns or ... or 7 turns. (This is the idea of overlaps in between trials.)

These are only 3 building blocks needed to calculate ##E\big[N_7\big]##. This approach has the added benefit of highlighting parallels with a geometric distribution and the distinction/complication which is due to the issue with overlaps.
Great minds think alike -- and at the same time :). We wrote the same answer at the same time.
 
  • #8
My approach, in post #4, is E(n,r)=1+½(E(n,r+1)+E(n,0)) for r<n, and E(n,n)=0.
Trying E(n,r)=A.2r+B we easily find A and B that satisfy the recurrence relation and boundary condition.
 
  • #9
haruspex said:
My approach, in post #4, is E(n,r)=1+½(E(n,r+1)+E(n,0)) for r<n, and E(n,n)=0.
Trying E(n,r)=A.2r+B we easily find A and B that satisfy the recurrence relation and boundary condition.

That recurrence is OK when ##p = 1/2##, but not for general ##p \in (0,1).##
 
  • #10
Ray Vickson said:
That recurrence is OK when ##p = 1/2##, but not for general ##p \in (0,1).##
Ah yes, I forgot the question is more general, but the same approach works.
E(n,r)=1+pE(n,r+1)+(1-p)E(n,0) for r<n, and E(n,n)=0.
Trying E(n,r)=A.λr+B, etc...
 
  • #11
haruspex said:
Ah yes, I forgot the question is more general, but the same approach works.
E(n,r)=1+pE(n,r+1)+(1-p)E(n,0) for r<n, and E(n,n)=0.
Trying E(n,r)=A.λr+B, etc...

Yes, I agree. That is what I outlined in post #3, but with different notation.
 

1. What is meant by "expected value" in this context?

Expected value refers to the average outcome or result that can be expected from a particular experiment or event. In this case, it is the average number of times 7 heads in a row can be expected to occur in a series of coin tosses.

2. How is the expected value for 7 heads in a row calculated?

The expected value for 7 heads in a row is calculated by multiplying the probability of getting a head on one coin toss (which is 0.5) by itself 7 times, since each coin toss is an independent event. This results in an expected value of 0.5 to the power of 7, which is approximately 0.0078 or 0.78%.

3. Does the expected value for 7 heads in a row guarantee that we will get exactly 7 heads in a row in a series of coin tosses?

No, the expected value is an average and does not guarantee a specific outcome. In a series of coin tosses, there is still a possibility of getting more or less than 7 heads in a row.

4. How does the expected value change if we increase the number of coin tosses?

The expected value for 7 heads in a row remains the same regardless of the number of coin tosses. This is because each coin toss is an independent event and the expected value only takes into account the probability of getting 7 heads in a row in a single series of coin tosses.

5. Can the expected value for 7 heads in a row be used to predict future outcomes of coin tosses?

No, the expected value is only a statistical measure and cannot be used to predict future outcomes. Each coin toss is still a random event and the expected value only provides an average or expected result based on probability.

Similar threads

  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
2
Replies
41
Views
4K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
Back
Top