Problem

2014 AMC 10B Problem 15

In rectangle ABCD, DC=2 \cdot CB and points E and F lie on \overline{AB} so that \overline{ED} and \overline{FD} trisect \angle ADC as shown. What is the ratio of the area of \triangle DEF to the area of rectangle ABCD?

[asy] pair A = (0,1), B = (2,1), C = (2,0), D = (0,0); pair E = intersectionpoint(A--B,D--2*dir(60)), F = intersectionpoint(A--B,D--3*dir(30)); draw(A--D--C--B--cycle); draw(E--D--F); label("A",A,N); label("B",B,N); label("C",C,S); label("D",D,S); label("E",E,N); label("F",F,N); [/asy]

\textbf{(A)}\ \ \frac{\sqrt{3}}{6}\qquad\textbf{(B)}\ \frac{\sqrt{6}}{8}\qquad\textbf{(C)}\ \frac{3\sqrt{3}}{16}\qquad\textbf{(D)}\ \frac{1}{3}\qquad\textbf{(E)}\ \frac{\sqrt{2}}{4}


Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.


Show/Hide Problem Tags

Problem Tags: 2-d Algebra Geometry

Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Go to previous contest problem (SHIFT + Left Arrow) Go to next contest problem (SHIFT + Right Arrow)