Grasshopper sits in a square of a 5 X 4 rectangular board. Each minute the grasshopper jumps at random to a neighboring square, with any of the 2, 3 or 4 (2 at corners) (3 at edge) (4 at center). All equally likely to be chosen.
Grasshopper always remains on the board. After many jumps, calculate what is the long run average probability that they will end up on a corner square of board?
Approach: there are six types of square after we consider the symmetry. The probability of landing in each square can be computed from the probability of being in each neighboring square. For example, a corner square will get visited $\frac 13$ of the time the grasshopper leaves one of the neighboring squares. This will give you six equations in six unknowns, but you will have one redundant combination. Add in the requirement that the sum of all the probabilities on the board is $1$ and you have enough information to solve the system.