MathDB
Simple Geo

Source: NMTC Junior P4

November 2, 2019
geometry

Problem Statement

In the figure, BCBC is a diameter of the circle, where BC=257BC=\sqrt{257}, BD=1BD=1 and DA=12DA=12. Find the length of ECEC and hence find the length of the altitude from AA to BCBC. [asy] import cse5; size(200); pair O=(2, 0), B=(0, 0), C=(4, 0), A=(1, 3), D, E; D=MP("D",D(IP(D(CP(O,B)),D(MP("A",D(A),N)--MP("B",D(B),W)))),NW); E=MP("E",D(IP(CP(O,B),D(MP("C",D(C),NE)--A),1)),NE); D(B--C); [/asy]