Difference between revisions of "2022 AIME II Problems/Problem 7"
Isabelchen (talk | contribs) (→Solution 1) |
Isabelchen (talk | contribs) m (→Solution 1) |
||
Line 7: | Line 7: | ||
<asy> | <asy> | ||
//Created by isabelchen | //Created by isabelchen | ||
+ | |||
+ | size(12cm, 12cm); | ||
draw(circle((0,0),24)); | draw(circle((0,0),24)); | ||
Line 31: | Line 33: | ||
label("$O_1$",(0, 0),S); | label("$O_1$",(0, 0),S); | ||
dot((30, 0)); | dot((30, 0)); | ||
− | label("$O_2$",(30, | + | label("$O_2$",(30, 0),S); |
</asy> | </asy> |
Revision as of 07:59, 19 February 2022
Problem
A circle with radius is externally tangent to a circle with radius . Find the area of the triangular region bounded by the three common tangent lines of these two circles.
Solution 1
To be continued......
Video Solution (Mathematical Dexterity)
https://www.youtube.com/watch?v=7NGkVu0kE08
See Also
2022 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 6 |
Followed by Problem 8 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.