The number of possible paths is 10*3*3 = 90
You need to end on 0, 4, 8 or 12 no other multiples of 4 are possible
Say you choose the number 1 the only multiple of 4 you can get to is 0
1 -1 +0 or 1+0-1 that is 2 favourable outcomes if you start with the number 1
Now do the same with all the other starting numbers to work out the number of favourable paths.
then the prob will be number of favourable outcomes / 90
Please let guest finish this on their own