11
Part of 2022 AIME Problems
Problems(2)
Circle in a Parallelogram
Source: 2022 AIME I #11
2/9/2022
Let be a parallelogram with . A circle tangent to sides , , and intersects diagonal at points and with , as shown. Suppose that , , and . Then the area of can be expressed in the form , where and are positive integers, and is not divisible by the square of any prime. Find .[asy]
defaultpen(linewidth(0.6)+fontsize(11));
size(8cm);
pair A,B,C,D,P,Q;
A=(0,0);
label("", A, SW);
B=(6,15);
label("", B, NW);
C=(30,15);
label("", C, NE);
D=(24,0);
label("", D, SE);
P=(5.2,2.6);
label("", (5.8,2.6), N);
Q=(18.3,9.1);
label("", (18.1,9.7), W);
draw(A--B--C--D--cycle);
draw(C--A);
draw(Circle((10.95,7.45), 7.45));
dot(A^^B^^C^^D^^P^^Q);
[/asy]
AMCAIMEAIME Igeometryparallelogram
MAA likes misplacing problems this year
Source: 2022 AIME II Problem 11
2/17/2022
Let be a convex quadrilateral with and such that the bisectors of acute angles and intersect at the midpoint of Find the square of the area of
AIME