<t>Set up a system of equations where the variables are the expected number of tosses to reach the desired state. For example, for A, you have the states T (original state or last two tosses were tails), H, HT, and HTH, where HTH = 0.T = .5(T + 1) + .5(H + 1)H = .5(H + 1) + .5(HT + 1)HT = .5 + .5(T ...