There is a robot on the checkered plane. On each move, the robot randomly decides with equal probability to move one square in one of four directions (forward, back, left or right) and implements the decision made.
It is necessary to determine how many bits of information carry the message that, as a result of the fourth move, the robot was two cells to the right of its original position.
My reasoning:
There are a total of 25 different positions where the robot may end up after 4 equally probable moves; there is one requested position -> the amount of information is log (25) = 5 bits. Where am I mistaken in reasoning? Thanks in advance, I will be very grateful.