Square geometry
Source: 2009 SDMO Middle School Problem 2
August 24, 2016
ratiogeometry
Problem Statement
Let be a square, and let and be points on sides and , respectively, such that . Let be the intersection of and , and let be the intersection of and . Find the ratio of the area of quadrilateral to the area of square .[asy]
size(5cm,0);
draw((0,0)--(3,0));
draw((3,0)--(3,3));
draw((3,3)--(0,3));
draw((0,3)--(0,0));
draw((0,0)--(2,3));
draw((1,0)--(3,3));
draw((0,3)--(1,0));
draw((2,3)--(3,0));
label("",(0,3),NW);
label("",(3,3),NE);
label("",(3,0),SE);
label("",(0,0),SW);
label("",(2,3),N);
label("",(1,0),S);
label("",(0.66666667,1),E);
label("",(2.33333333,2),W);
[/asy]