Difference between revisions of "1995 AIME Problems/Problem 4"

m (<asy> messing up?)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
Circles of radius <math>\displaystyle 3</math> and <math>\displaystyle 6</math> are externally tangent to each other and are internally tangent to a circle of radius <math>\displaystyle 9</math>. The circle of radius <math>\displaystyle 9</math> has a chord that is a common external tangent of the other two circles. Find the square of the length of this chord.
+
Circles of radius <math>3</math> and <math>6</math> are externally tangent to each other and are internally tangent to a circle of radius <math>9</math>. The circle of radius <math>9</math> has a chord that is a common external tangent of the other two circles. Find the square of the length of this chord.
 +
 
 +
<center><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></center>
  
 
== Solution ==
 
== Solution ==
 +
<center><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></center>
  
 
== See also ==
 
== See also ==
* [[1995_AIME_Problems/Problem_3|Previous Problem]]
+
{{AIME box|year=1995|num-b=3|num-a=5}}
* [[1995_AIME_Problems/Problem_5|Next Problem]]
+
 
* [[1995 AIME Problems]]
+
[[Category:Intermediate Geometry Problems]]

Revision as of 14:59, 15 March 2008

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