MathDB
two tangent circles touching two lines

Source:

November 16, 2009
trigonometrygeometry

Problem Statement

The figure below shows two parallel lines, \ell and m m, that are distance 12 12 apart: [asy]unitsize(7); draw((-7, 0) -- (12, 0)); draw((-7, 12) -- (12, 12)); real r = 169 / 48; draw(circle((0, r), r)); draw(circle((5, 12 - r), r)); pair A = (0, 0); pair B = (5, 12); dot(A); dot(B); label("AA", A, plain.S); label("BB", B, plain.N); label("\ell", (12, 0), plain.E); label("mm", (12, 12), plain.E);[/asy] A circle is tangent to line \ell at point A A. Another circle is tangent to line m m at point B B. The two circles are congruent and tangent to each other as shown. The distance between A A and B B is 13 13. What is the radius of each circle?