2023 WSMO Team Round Problems/Problem 3

Revision as of 15:37, 2 May 2025 by Pinkpig (talk | contribs) (Created page with "==Problem== In the figure below, there are <math>1023</math> total circles. The area between circles alternate between shaded and non-shaded. If the area of the shaded region...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

In the figure below, there are $1023$ total circles. The area between circles alternate between shaded and non-shaded. If the area of the shaded region is $k\pi,$ find the remainder when $k$ is divided by $1000.$ [asy] size(5cm); fill(circle((0,0),10),black); fill(circle((0,0),9),white); fill(circle((0,0),8),black); fill(circle((0,0),7),white); fill(circle((0,0),3),black); fill(circle((0,0),2),white); fill(circle((0,0),1),black); dot((0,6)); dot((0,5)); dot((0,4)); [/asy]

Solution