Difference between revisions of "2025 SSMO Accuracy Round Problems/Problem 6"
(Created page with "==Problem== Andy the ant starts at the square labeled <math>1</math>. On each move Andy moves to any orthogonal square (a square with which his current square shares a side)....") |
m (→Problem) |
||
Line 24: | Line 24: | ||
} | } | ||
} | } | ||
+ | |||
+ | label("$1$",(0.5,0.5)); | ||
+ | label("$2$",(2.5,2.5)); | ||
</asy> | </asy> | ||
==Solution== | ==Solution== |
Revision as of 11:55, 11 September 2025
Problem
Andy the ant starts at the square labeled . On each move Andy moves to any orthogonal square (a square with which his current square shares a side). What is the expected number of moves before Andy is in the square labeled
?