A fair coin is tossed repeatedly and the record of the outcomes is kept.
Now an event E is defined such that tossing of the coin is stopped when the total number of heads obtained so far exceeds the total number of tails by 3. For example, a possible sequence of tosses could look like .
What is the probability that the length of such a sequence is at most 10?
The answer is of the form , Evaluate .
You can try more of my Questions here .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let X n , n ∈ N 0 be the number of heads minus the number of tails obtained so far.
Then, [ X n ] n ∈ N 0 is a simple symmetric random walk, and we stop tossing the coin when X hits 3 for the first time. This will happen during the first 10 tosses, if and only if M 1 0 > 3 where M n denotes the (running) maximum of X .
According to the reflection principle ,
P [ M 1 0 > 3 ] = P [ X 1 0 > 3 ] + P [ X 1 0 > 4 ] = 2 ( P [ X 1 0 = 4 ] + P [ X 1 0 = 6 ] + P [ X 1 0 = 1 0 ] ) = 2 − 9 [ ( 3 1 0 ) + ( 2 1 0 ) + ( 1 1 0 ) + ( 0 1 0 ) ] = 3 2 1 1 .
Hence our answer being 3 2 − 1 1 = 2 1 .
NOTE : For those who don't know about Random Walks and the Reflection Principle , I would suggest you to read up those topics .