2023 AMC 10A #15

 Problem:

An even number of circles are nested, starting with a radius of 1 and increasing by 1 each time, all sharing a common point. The region between every other circle is shaded, starting with the region inside the circle of radius 2 but outside the circle of radius 1. An example showing 8 circles is displayed below. What is the least number of circles needed to make the total shaded area at least 2023π?

Solution:

Note that the area of the shaded region for n total circles is π[(n2(n1)2)++(4232)+(2212)]

This must be greater than or equal to 2023π, so we have (n2(n1)2)+(4232)+(2212)2023

For any k, k2(k1)2=2k1, so we can write this as

(221)+(421)++(2n1)2023
n64(E) 64

Comments