A drunkard stands on the axis of integer numbers. He flips a coin that gets Head with p probability. If he gets Head, he goes 2 steps right, and if he get tails, he goes one step left. The drunkard flips n times, and the coin flips are independent events. Let $ X_n$ be his position after those n flips. For what value of p, $P(X_n = 0)$ can be bounded with hoeffding inequality. Calculate the bound, and compare it to the bound from using chebychev inequality.
Basically I started by naming the conditions to use hoeffding inequality, which is having independent variables and having the $Im(X) \in \{1,-1\}$ but this is not the case. So how am I suppose to do it?