Problem

2004 AMC 10A Problem 21

Two distinct lines pass through the center of three concentric circles of radii 3, 2, and 1. The area of the shaded region in the diagram is \frac{8}{13} of the area of the unshaded region. What is the radian measure of the acute angle formed by the two lines? (Note: \pi radians is 180 degrees.)

[asy] defaultpen(linewidth(0.8)); pair O=origin; fill(O--Arc(O, 2, 20, 160)--cycle, mediumgray); fill(O--Arc(O, 1, 20, 160)--cycle, white); fill(O--Arc(O, 2, 200, 340)--cycle, mediumgray); fill(O--Arc(O, 1, 200, 340)--cycle, white); fill(O--Arc(O, 3, 160, 200)--cycle, mediumgray); fill(O--Arc(O, 2, 160, 200)--cycle, white); fill(O--Arc(O, 1, 160, 200)--cycle, mediumgray); fill(O--Arc(O, 3, -20, 20)--cycle, mediumgray); fill(O--Arc(O, 2, -20, 20)--cycle, white); fill(O--Arc(O, 1, -20, 20)--cycle, mediumgray); draw(Circle(origin, 1));draw(Circle(origin, 2));draw(Circle(origin, 3)); draw(5*dir(200)--5*dir(20)^^5*dir(160)--5*dir(-20)); [/asy]


\mathrm{(A) \ } \frac{\pi}{8} \qquad \mathrm{(B) \ } \frac{\pi}{7} \qquad \mathrm{(C) \ } \frac{\pi}{6} \qquad \mathrm{(D) \ } \frac{\pi}{5} \qquad \mathrm{(E) \ } \frac{\pi}{4}


Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.


Show/Hide Problem Tags

Problem Tags: 2-d Geometry

Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Go to previous contest problem (SHIFT + Left Arrow) Go to next contest problem (SHIFT + Right Arrow)