we have bot with us. it can travel from his current coordinate to another coordinate following eith one of the below rules at any given movement.
1) if current coordinate is (x,y) next coordinate is (x+y,y)
2) if current coordinate is (x,y) next coordinate is (x,x+y)
assume start at (1,3) ->...