Artificial intelligent assistant

Rat in Maze Probability I am trying understand what am I missing in my way of solving rat in maze problem... The question and solution is given in this link < solution for 1a. What I think is, if rat starts for "1" then there are 2 ways to reach "Torture" i.e 1->2->Torture and 1->2->3->Torture therefore .... p(Torture) = p(1->2->Torture) + p(1->2->3->Torture)` = (1/2 * 1/4) + (1/2 * 2/4 * 1/4) = 0.5*0.25 + 0.5*0.5*0.25 = 0.1875' Which is a wrong solution (it should be 0.3). Can anyone tell me what am i doing wrong or missing in this way of solving ... This question is bugging me a lot...

There are many more ways to get to torture. The rat could go $1 \to 2 \to 3 \to 2 \to$Torture for example. One way to solve it would be to account for all the ways and compute the probability of each. The approach taken in the article is to recognize that the probability of getting to Torture only depends on what room the rat is in, not on the history of how it got there. The variable $p_2$ is the probability that the rat eventually gets to torture starting in room $2$. The equation $p_2=(1/4)p_1+(1/4)1+(2/4)p_3$ represents the fact that from room $2$ the rat has $1/4$ chance of moving directly to room $1$, followed by a $p_1$ chance of getting to Torture from room $1$, a $1/4$ chance of going directly to Torture and a $2/4$ chance of moving to room 3 with a $p_3$ chance of eventually getting to Torture. This produces the set of three simultaneous equations that are shown, and the solution is also shown.

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 1883f6d4fb2796b5a5bed3da0de6d490