retagged by
1,214 views
1 votes
1 votes

​​​​​A fair six-sided die (with faces numbered $1,2,3,4,5,6$ ) is repeatedly thrown independently.

What is the expected number of times the die is thrown until two consecutive throws of even numbers are seen?

  1. $2$
  2. $4$
  3. $6$
  4. $8$

retagged by

1 Answer

0 votes
0 votes

Let $x$ be the expected number of throws until two consecutive throws show an even number for a fair six-sided die and $y$ be the expected number of die throws to get the $\{2,4,6\}$ second time provided we get the $\{2,4,6\}$ first time

So, we can write the recurrence as:   

$$x=\frac{3}{6}(1+y)+\frac{3}{6}(1+x)\;\;\;\;\; (1)$$  

$$y=\frac{3}{6} \times 1 + \frac{3}{6} \times (1+x)\;\;\;\;\; (2)$$   

After Solving these two equations, you will get $x=6$

So, Answer is 6.

(You could also write it in one equation by including the interpretation of $y$ in equation (1) but I have written two equations so that it can be understandable easily)

-----------------------------------------------------------------------------------------------------------------------------------------------------

Now, let's try to understand it.

Here, $\mathbb{P}(\{2,4,6\})=\mathbb{P}(\{1,3,5\})=\frac{3}{6}$

Now, In equation (1),

first $\frac{3}{6}$ shows the probability of getting an even number i.e. $\mathbb{P}(\{2,4,6\})$ and second $\frac{3}{6}$ shows the probability of not getting an even number i.e. $\mathbb{P}(\{1,3,5\})$

$(1+y)$ represents that we have consumed one die throw to get an even number and then we again throw the die to get another even number.

$(1+x)$ represents that we have consumed one die throw to get an odd number and then we have to repeat the procedure to get the two consecutive even numbers.

In equation (2),

First $\frac{3}{6}$ shows the probability of getting an even number in second time i.e. $\mathbb{P}(\{2,4,6\})$ and second $\frac{3}{6}$ shows the probability of not getting an even number second i.e. $\mathbb{P}(\{1,3,5\})$

$1$ represents that we have consumed one dice throw to get an even number second time and we are done.

$(1+x)$ represents that we have consumed one die throw to get an odd number and then we have to repeat the procedure again to get the two consecutive even numbers.

----------------------------------------------------------------------------------------------------------------------------------------------------

If you are not understanding it then you can check this comment first and then come back to this question so that it will be easy for you to know how the second variable comes into the picture.

Answer:

Related questions

0 votes
0 votes
1 answer
2
Arjun asked Feb 16
1,053 views
​​​​​Three fair coins are tossed independently. $T$ is the event that two or more tosses result in heads. $S$ is the event that two or more tosses result in tai...