Circles with centers and , having radii and , respectively, lie on the same side of line and are tangent to at and , respectively, with between and . The circle with center is externally tangent to each of the other two circles. What is the area of triangle ?
Problem 240
Pick one
Official solution
[asy] size(250); defaultpen(linewidth(0.4)); //Variable Declarations pair P,Q,R,Pp,Qp,Rp; pair A,B; //Variable Definitions A=(-5, 0); B=(8, 0); P=(-2.828,1); Q=(0,2); R=(4.899,3); Pp=foot(P,A,B); Qp=foot(Q,A,B); Rp=foot(R,A,B); path PQR = P--Q--R--cycle; //Initial Diagram dot(P); dot(Q); dot(R); dot(Pp); dot(Qp); dot(Rp); draw(Circle(P, 1), linewidth(0.8)); draw(Circle(Q, 2), linewidth(0.8)); draw(Circle(R, 3), linewidth(0.8)); draw(A--B,Arrows); label("",P,N); label("",Q,N); label("",R,N); label("",Pp,S); label("",Qp,S); label("",Rp,S); label("",B,E); //Added lines draw(PQR); draw(P--Pp); draw(Q--Qp); draw(R--Rp); //Angle marks draw(rightanglemark(P,Pp,B)); draw(rightanglemark(Q,Qp,B)); draw(rightanglemark(R,Rp,B)); [/asy]
Notice that we can find in two different ways: and Since we want we use the latter method, so we have
. Additionally, . Therefore, . Similarly, . We can calculate easily because . .
Plugging into first equation, the two sums of areas, so therefore