Steve places a counter at 0 on the diagram. On his first move, he moves the counter
step clockwise to 1. On his second move, he moves
steps clockwise to 5. On his third move, he moves
steps clockwise to 2. He continues in this manner, moving
steps clockwise on his
move. At which position will the counter be after 1234 moves?
Source: CMO Cayley Contest (Grade 10).
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
M a t h e m a t i c a code
Mod[Sum[n^n,{n,1234}],10]
returns 7