in Probability edited by
5,036 views
20 votes
20 votes

Ram has a fair coin, i.e., a toss of the coin results in either head or tail and each event happens with probability exactly half $(1/2)$. He repeatedly tosses the coin until he gets heads in two consecutive tosses. The expected number of coin tosses that Ram does is.

  1. $2$
  2. $4$
  3. $6$
  4. $8$
  5. None of the above
in Probability edited by
5.0k views

2 Comments

watch this video its intresting 

7
7

What is the expected number of coin flips for two consecutive same result?HH or TT. Is my working alright?

0
0

5 Answers

19 votes
19 votes
Best answer

Answer is (C)

By drawing the tree diagram we can find the following series :

$$\begin{align} E &= \sum{k.P(k) } \\ &=2.(1.x^2) + 3.(1.x^3) + 4.(2.x^4) + 5.(3.x^5)+6.(5.x^6)+7.(8.x^7)+\ldots \infty\\ \end{align}$$

Above series is a nice combination of AP , generating function and Fibonacci numbers !!!!

  • AP terms can be handled by integration or differentiation
  • Fibonacci generating function is $= \begin{align} \frac{1}{1-x-x^2} \end{align}$
  • probability on each branch is $x = \frac{1}{2}$

 $\begin{align} &\Rightarrow \frac{E}{x} =2.(1.x^1) + 3.(1.x^2) + 4.(2.x^3) + 5.(3.x^4)+6.(5.x^5)+7.(8.x^6)+\ldots \infty\\ &\Rightarrow \int \frac{E}{x} .dx = 1.x^2+1.x^3+2.x^4+3.x^5+5.x^6+.....\infty \\ &\Rightarrow \int \frac{E}{x} .dx = x^2.\left ( 1.x^0+1.x^1+2.x^2+3.x^3+5.x^4+\ldots \infty \right ) \\ &\Rightarrow \int \frac{E}{x} .dx = \frac{x^2}{1-x-x^2} \\ &\Rightarrow \frac{E}{x} = \frac{\mathrm{d}}{\mathrm{d} x}\left [ \frac{x^2}{1-x-x^2} \right ]\end{align}$
$\begin{align}  &\Rightarrow \frac{E}{x} = \frac{2x(1-x-x^2)+(1+2x)x^2}{(1-x-x^2)^2} \\ &\Rightarrow E = x.\left \{ \frac{2x(1-x-x^2)+(1+2x)x^2}{(1-x-x^2)^2} \right \} \\ &\Rightarrow E = \frac{1}{2}.\left \{ \frac{2.\frac{1}{2}(1-\frac{1}{2}-\frac{1}{4})+(1+2.\frac{1}{2}).\frac{1}{4}}{(1-\frac{1}{2}-\frac{1}{4})^2} \right \} \\ &\Rightarrow E = 6 \\ \end{align}$

Similar Kind of Question as a Reference

edited by
by

4 Comments

i did not get the calculation part :-(..is'nt there any other easy way to calculate
0
0
  • To avoid calculation, I think you should approach other methods (like: recurrence relation), Once you carefully constructed the recurrence relations then solving them is easy.
  • But in the above method, we never know what series going to appear (depending on the problem). So I think it helpful for us to be well prepared to handle any such series summation, using generating function + integration + differentiation + etc. (these are basically done to get a closed form of a series by manipulating the coefficients). 
4
4
0
0
very beautiful Solution!!

Although it's not practical to observe the pattern and solve in the exam
0
0
29 votes
29 votes

Let x be the Expected Number of tosses.

If we get a tail immediately (Probability $\frac{1}{2}$ ) then the Expected number = (x+1)

If we get a head then a tail (Probability $\frac{1}{4}$ ) then the Expected number = (x+2)

If first 2 tosses are head then the Expected number  =2

Thus 

x = $\frac{1}{2}$ (x+1) + $\frac{1}{4}$ (x+2) + $\frac{1}{4}$ 2 

$\frac{1}{4}$ x = $\frac{3}{2}$ x

x=6

Hence (c) 6 is the Answer.

4 Comments

@Satyam Chaudhary,Suppose we use counting.In this case expecting say a single head or tail is 2^1,both heads 2^2.By summing both we get 6.Correct if wrong.
0
0
Nice approach and very well explained!
0
0
The question has asked 2 consecutive heads and not first 2 consecutive heads .

This can be a case too THTHH.
0
0
2 votes
2 votes

The expected number of coin flips required to obtain $n$ consecutive heads  $= E_n = 2(2^n-1)$

here $n=2$ $\implies E_2 = 2(2^2-1) = 2*3=6$

So option $C.$ is correct.


For details :-

https://math.stackexchange.com/questions/364038/expected-number-of-coin-tosses-to-get-five-consecutive-heads

4 Comments

Good idea.
0
0

@Satbir

Q:An unbiased coin is tossed repeatedly until the outcome of two successive tosses is the same. Assuming that the trials are independent, the expected number of tosses is ?

Is this approach applicable for this question also ?  

& is this question somewhat similar to this TIFR question & if not, the main reason for that is we have to consider the TT case also in this question but not in TIFR one?

1
1

You can apply this formula also but a slight modification.

The expectation would become half. i.e. $E_n = 2^n-1$

In simple words it is happening because since we are taking more outputs in our favour(like earlier we wanted only HH but now we increased our output domain and HH and TT both are valid) so coin flips required on average is reducing. Try to understand it using below explanation and stackexchange explanation provided in answer above.

https://gateoverflow.in/3778/gate2005-it-32

4
4
Thankyou for the explanation :)
0
0
0 votes
0 votes
If you simply want the number of tosses for consecutive heads or tails, there is a shortcut formula ie En = 2(2^n-1) and here in our case n is 2(as we need two consecutive tosses).
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true