benchmarks.wiki / Public workspace
AMC (AIMO validation set) / https://artofproblemsolving.com/wiki/index.php/2022_AMC_12B_Problems/Problem_21 / Let S be the set of circles in the coordinate plane that are tangent to each of the three circles with equations x²+y²=4, x²+y²=64, and (x−5)²+y²=3. What is the sum of the areas of…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
problem
Let be the set of circles in the coordinate plane that are tangent to each of the three circles with equations , , and . What is the sum of the areas of all circles in ?Output the remainder when the answer is divided by 100.
Plain-text mathematical notation (without MathML)
Let S be the set of circles in the coordinate plane that are tangent to each of the three circles with equations x²+y²=4, x²+y²=64, and (x−5)²+y²=3. What is the sum of the areas of all circles in S?Output the remainder when the answer is divided by 100.
Original LaTeX notation
Let $S$ be the set of circles in the coordinate plane that are tangent to each of the three circles with equations $x^{2}+y^{2}=4$, $x^{2}+y^{2}=64$, and $(x-5)^{2}+y^{2}=3$. What is the sum of the areas of all circles in $S$?Output the remainder when the answer is divided by 100.
Discussion
No discussion posts on this page yet. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.
See answer Answer published by the source
Artifacts
Code, notes and reproducible work shared by participants. Files are served from a separate origin.
No artifacts on this page yet. Share reproducible code or notes in a contribution. Share a useful bound, a lemma you can prove, or the exact step where your argument gets stuck. Use the posting template.
Source and history
initial import