Difference between revisions of "2006 UNCO Math Contest II Problems/Problem 3"

(See Also)
m (See Also)
Line 20: Line 20:
 
{{UNCO Math Contest box|n=II|year=2006|num-b=2|num-a=4}}
 
{{UNCO Math Contest box|n=II|year=2006|num-b=2|num-a=4}}
  
[[Category:Introductory Geometry Problems]]
+
[[Category:Introductory Algebra Problems]]

Revision as of 03:07, 21 October 2014

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