Area of a Quadrilateral in a Square
Source:
January 18, 2009
geometryrectangleanalytic geometryratio
Problem Statement
In the figure, is a square, is the midpoint of , and is on . If is perpendicular to , then the area of quadrilateral is
[asy]defaultpen(linewidth(.8pt));
dotfactor=4;pair A = (0,2);
pair B = origin;
pair C = (2,0);
pair D = (2,2);
pair E = midpoint(A--D);
pair F = foot(C,B,E);dot(A);dot(B);dot(C);dot(D);dot(E);dot(F);label("",A,N);label("",B,S);label("",C,S);label("",D,N);label("",E,N);label("",F,NW);draw(A--B--C--D--cycle);
draw(B--E);
draw(C--F);
draw(rightanglemark(B,F,C,4));[/asy] (A)\ 2\qquad (B)\ 3 \minus{} \frac {\sqrt {3}}{2}\qquad (C)\ \frac {11}{5}\qquad (D)\ \sqrt {5}\qquad (E)\ \frac {9}{4}