2006 UNCO Math Contest II Problems/Problem 3

Revision as of 03:07, 21 October 2014 by Timneh (talk | contribs) (See Also)

Problem

The first 14 integers are written in order around a circle.

Starting with 1, every fifth integer is underlined. (That is $1,6,11,2,7,\ldots$). What is the $2006^{th}$ number underlined?

[asy] draw(unitcircle,black); pair A; for(int j=1;j<15;++j){ A=dir(90-(j-1)*(360/14)); MP(string(j),A,A); } [/asy]

Solution

See Also

2006 UNCO Math Contest II (ProblemsAnswer KeyResources)
Preceded by
Problem 2
Followed by
Problem 4
1 2 3 4 5 6 7 8 9 10
All UNCO Math Contest Problems and Solutions