Geo Equals FourBienniums of Time Off pog's Lifespan
Source: 2021 AIME I/2
March 11, 2021
AMCAIMEAUKAAT
Problem Statement
In the diagram below, is a rectangle with side lengths and , and is a rectangle with side lengths and as shown. The area of the shaded region common to the interiors of both rectangles is , where and are relatively prime positive integers. Find .[asy]
pair A, B, C, D, E, F;
A = (0,3);
B=(0,0);
C=(11,0);
D=(11,3);
E=foot(C, A, (9/4,0));
F=foot(A, C, (35/4,3));
draw(A--B--C--D--cycle);
draw(A--E--C--F--cycle);
filldraw(A--(9/4,0)--C--(35/4,3)--cycle,gray*0.5+0.5*lightgray);
dot(A^^B^^C^^D^^E^^F);
label("", A, W);
label("", B, W);
label("", C, (1,0));
label("", D, (1,0));
label("", F, N);
label("", E, S);
[/asy]