Struggling with one last question.
A random sequence X0, X1, X2, X3..... is generated from X0 by the rule
Xk+1 =
Xk with probability 1/2
2Xk with probability p where 0 < p =< 1/2`
Xk/2 with probability q = 1/2 - p
a. For any allowed value of p, find the probabilities of all possible values of X2 if X0 = 4
b. Find the value p that makes X a martingale
I'm guessing we set up a discrete expected value with probability weights 0.5, p and q but I'm not quite sure.
Any help would be appreciated, it's a relatively new type of question
For a, there are three possible transitions at each step. That means there are nine possible two step transitions. Compute $X_2$ and the probability for each of those and make a list. Some of the $X_2$ values will be the same.
For b, have you looked up the definition of a martingale? Given $X_n$ what is the expected value of $X_{n+1}?$ These are supposed to be equal. You need to find the $p$ that makes them so.