<t>start at 0 on a number line, flip a fair coin, move +2 on heads and -1 on tails,what is the probability that it will hit -1? (what if with biased coin, prob p for +1 and 1- for -1)I saw some post on other website, but I don't reconcile different solutions.Solution 1:x_n = x_{n-1} + z_nx_0 = 0, z_...