Y by samrocksnature, IdkHowToAddNumbers, icematrix2, megarnie, Adventure10, Mango247, Rounak_iitr
Square
has side length
. Point
is on
, and the area of
is
. What is
?

![[asy]
pair A,B,C,D,E;
A=(0,0);
B=(0,50);
C=(50,50);
D=(50,0);
E = (30,50);
draw(A--B);
draw(B--E);
draw(E--C);
draw(C--D);
draw(D--A);
draw(A--E);
dot(A);
dot(B);
dot(C);
dot(D);
dot(E);
label("A",A,SW);
label("B",B,NW);
label("C",C,NE);
label("D",D,SE);
label("E",E,N);
[/asy]](//latex.artofproblemsolving.com/d/9/a/d9ad7d16a15397560a5daa045621239464589d6e.png)








![[asy]
pair A,B,C,D,E;
A=(0,0);
B=(0,50);
C=(50,50);
D=(50,0);
E = (30,50);
draw(A--B);
draw(B--E);
draw(E--C);
draw(C--D);
draw(D--A);
draw(A--E);
dot(A);
dot(B);
dot(C);
dot(D);
dot(E);
label("A",A,SW);
label("B",B,NW);
label("C",C,NE);
label("D",D,SE);
label("E",E,N);
[/asy]](http://latex.artofproblemsolving.com/d/9/a/d9ad7d16a15397560a5daa045621239464589d6e.png)
We have your learning goals covered with Spring and Summer courses available. Enroll today!
Something appears to not have loaded correctly.