Solution: The robot takes 8 steps, each independently choosing to go right (increase $x$) or up (increase $y$), uniformly at random (assume fair walk). The endpoint is $(x, 8 - x)$ for $x = 0,1,\dots,8$, so $x$ follows a binomial distribution: $x \sim \textBinomial(8, \frac12)$. - go-checkin.com
Mar 01, 2026
Content is being prepared. Please check back later.