MathDB
Five points and bug jumping!

Source:

November 21, 2005

Problem Statement

Five points on a circle are numbered 1,2,3,4, and 5 in clockwise order. A bug jumps in a clockwise direction from one point to another around the circle; if it is on an odd-numbered point, it moves one point, and if it is on an even-numbered point, it moves two points. If the bug begins on point 5, after 1995 jumps it will be on point
[asy] size(80); defaultpen(linewidth(0.7)+fontsize(10)); draw(unitcircle); for(int i = 0; i < 5; ++i) { pair P = dir(90+i*72); dot(P); label(""+string(i+1)+""+string(i+1)+"",P,1.4*P); }[/asy]
<spanclass=latexbold>(A)</span> 1<spanclass=latexbold>(B)</span> 2<spanclass=latexbold>(C)</span> 3<spanclass=latexbold>(D)</span> 4<spanclass=latexbold>(E)</span> 5<span class='latex-bold'>(A)</span>\ 1 \qquad <span class='latex-bold'>(B)</span>\ 2 \qquad <span class='latex-bold'>(C)</span>\ 3 \qquad <span class='latex-bold'>(D)</span>\ 4 \qquad <span class='latex-bold'>(E)</span>\ 5