1996 AJHSME Problem 24
Source:
July 10, 2011
AMC
Problem Statement
The measure of angle is , bisects angle , and bisects angle . The measure of angle is[asy]
pair A,B,C,D;
A = (0,0); B = (9,10); C = (10,0); D = (6.66,3);
dot(A); dot(B); dot(C); dot(D);
draw(A--B--C--cycle);
draw(A--D--C);label("",A,SW);
label("",B,N);
label("",C,SE);
label("",D,N);
label("",(9.4,8.8),SW);
[/asy]