Math Prize 2017 Problem 2
Source:
September 26, 2017
Math Prize for Girls
Problem Statement
In the figure below, is a square inscribed in . If , what is the area of divided by the area of ?
[asy]
unitsize(20);
pair A = (0, 3);
pair B = (0, 0);
pair C = (4, 0);
draw(A -- B -- C -- cycle);
real w = 12.0 / 7;
pair D = (w, 0);
pair E = (w, w);
pair F = (0, w);
draw(D -- E -- F);
dot(Label("", A, NW), A);
dot(Label("", B, SW), B);
dot(Label("", C, SE), C);
dot(Label("", D, S), D);
dot(Label("", E, NE), E);
dot(Label("", F, W), F);
[/asy]