MathDB

2021 AMC 12/AHSME Fall

Part of AMC 12/AHSME

Subcontests

(17)
8
2

It's A Trap!

Let ABCDABCD be an isosceles trapezoid with BCAD\overline{BC}\parallel \overline{AD} and AB=CDAB=CD. Points XX and YY lie on diagonal AC\overline{AC} with XX between AA and YY, as shown in the figure. Suppose AXD=BYC=90\angle AXD = \angle BYC = 90^\circ, AX=3AX = 3, XY=1XY = 1, and YC=2YC = 2. What is the area of ABCD?ABCD?
[asy] size(6cm); usepackage("mathptmx"); import geometry; void perp(picture pic=currentpicture, pair O, pair M, pair B, real size=5, pen p=currentpen, filltype filltype = NoFill){ perpendicularmark(pic, M,unit(unit(O-M)+unit(B-M)),size,p,filltype); } pen p=black+linewidth(1),q=black+linewidth(5); pair C=(0,0),Y=(2,0),X=(3,0),A=(6,0),B=(2,sqrt(5.6)),D=(3,-sqrt(12.6)); draw(A--B--C--D--cycle,p); draw(A--C,p); draw(B--Y,p); draw(D--X,p); dot(A,q); dot(B,q); dot(C,q); dot(D,q); dot(X,q); dot(Y,q); label("2",C--Y,S); label("1",Y--X,S); label("3",X--A,S); label("AA",A,E); label("BB",B,N); label("CC",C,W); label("DD",D,S); label("YY",Y,sqrt(2)*NE); label("XX",X,N); perp(B,Y,C,8,p); perp(A,X,D,8,p); [/asy] <spanclass=latexbold>(A)</span>15<spanclass=latexbold>(B)</span>511<spanclass=latexbold>(C)</span>335<spanclass=latexbold>(D)</span>18<spanclass=latexbold>(E)</span>77<span class='latex-bold'>(A)</span>\: 15\qquad<span class='latex-bold'>(B)</span> \: 5\sqrt{11}\qquad<span class='latex-bold'>(C)</span> \: 3\sqrt{35}\qquad<span class='latex-bold'>(D)</span> \: 18\qquad<span class='latex-bold'>(E)</span> \: 7\sqrt{7}
9
2