MathDB
Gunga P11

Source:

October 16, 2021
MOAA 2021Gunga

Problem Statement

Let ABCDABCD be a rectangle with AB=10AB=10 and BC=26BC=26. Let ω1\omega_1 be the circle with diameter AB\overline{AB} and ω2\omega_2 be the circle with diameter CD\overline{CD}. Suppose \ell is a common internal tangent to ω1\omega_1 and ω2\omega_2 and that \ell intersects ADAD and BCBC at EE and FF respectively. What is EFEF?
[asy] size(10cm); draw((0,0)--(26,0)--(26,10)--(0,10)--cycle); draw((1,0)--(25,10)); draw(circle((0,5),5)); draw(circle((26,5),5)); dot((1,0)); dot((25,10)); label("EE",(1,0),SE); label("FF",(25,10),NW); label("AA", (0,0), SW); label("BB", (0,10), NW); label("CC", (26,10), NE); label("DD", (26,0), SE); dot((0,0)); dot((0,10)); dot((26,0)); dot((26,10)); [/asy]
Proposed by Nathan Xiong