1995 AIME Problems/Problem 4

Revision as of 14:59, 15 March 2008 by Azjps (talk | contribs) (<asy> messing up?)

Problem

Circles of radius $3$ and $6$ are externally tangent to each other and are internally tangent to a circle of radius $9$. The circle of radius $9$ has a chord that is a common external tangent of the other two circles. Find the square of the length of this chord.

[asy] size(200); pair A=(0,0), B=(3,0), C=(-6,0); draw(Circle(A,9)); draw(Circle(B,3)); draw(Circle(C,6)); [/asy]

Solution

[asy] size(200); pair A=(0,0), B=(3,0), C=(-6,0); draw(Circle(A,9)); draw(Circle(B,3)); draw(Circle(C,6)); [/asy]

See also

1995 AIME (ProblemsAnswer KeyResources)
Preceded by
Problem 3
Followed by
Problem 5
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions