Question Details

Question No: 252

Consider all triangles $ABC$ satisfying in the following conditions: $AB = AC$$D$ is a point on $\overline{AC}$ for which $\overline{BD} \perp \overline{AC}$$AC$ and $CD$ are integers, and $BD^{2} = 57$. Among all such triangles, the smallest possible value of $AC$ is

[asy] pair A,B,C,D;  A=(5,12); B=origin; C=(10,0); D=(8.52071005917,3.55029585799); draw(A--B--C--cycle); draw(B--D); label("$A$",A,N); label("$B$",B,SW); label("$C$",C,SE); label("$D$",D,NE); [/asy]

Answer must be a floating-point or integer value and precision error less than 10^-6 is allowed.


Editorial
Tags: Algebra Geometry