To solve this problem, we need to calculate the mean of the number of tosses until either a head or three tails appear using a biased coin. Here is the step-by-step solution:
The coin is biased such that the probability of getting a head is 3 times the probability of getting a tail. Let the probability of getting a tail be \( P(T) = p \). Then, the probability of getting a head, \( P(H) \), is \( 3p \).
Since the total probability is 1, we have:
P(H) + P(T) = 1The experiment continues until we either get a head or get three consecutive tails. We need to compute the expected number of tosses, \( E(X) \).
We can define different states as follows:
We derive equations based on how we can move from one state to another:
Substitute \( E_2 = 1 \) into \( E_1 = 1 + \frac{1}{4}E_2 \):
E_1 = 1 + \frac{1}{4} \times 1 = 1 + \frac{1}{4} = \frac{5}{4}Now substitute \( E_1 \) into \( E_0 = 1 + \frac{1}{4}E_1 \):
E_0 = 1 + \frac{1}{4} \times \frac{5}{4} = 1 + \frac{5}{16} = \frac{16}{16} + \frac{5}{16} = \frac{21}{16}Therefore, the mean of the number of tosses, \( E(X) \), is \(\frac{21}{16}\).