2021 AMC 12B Problem 24
Let be a parallelogram with area . Points and are the projections of and respectively, onto the line and points and are the projections of and respectively, onto the line See the figure, which also shows the relative locations of these points.
![[asy] size(350); defaultpen(linewidth(0.8)+fontsize(11)); real theta = aTan(1.25/2); pair A = 2.5*dir(180+theta), B = (3.35,0), C = -A, D = -B, P = foot(A,B,D), Q = -P, R = foot(B,A,C), S = -R; draw(A--B--C--D--A^^B--D^^R--S^^rightanglemark(A,P,D,6)^^rightanglemark(C,Q,D,6)); draw(B--R^^C--Q^^A--P^^D--S,linetype("4 4")); dot("$A$",A,dir(270)); dot("$B$",B,E); dot("$C$",C,N); dot("$D$",D,W); dot("$P$",P,SE); dot("$Q$",Q,NE); dot("$R$",R,N); dot("$S$",S,dir(270)); [/asy]](https://latex.artofproblemsolving.com/d/3/5/d357d6211c4c672e68a32c940ef9ef86b8947dd2.png)
Suppose and and let denote the length of the longer diagonal of Then can be written in the form where and are positive integers and is not divisible by the square of any prime. What is
Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.
Show/Hide Problem Tags
Problem Tags: Geometry
Want to contribute problems and receive full credit? Click here to add your problem!
Please report any issues to us in our Discord server
Go to previous contest problem (SHIFT + Left Arrow) Go to next contest problem (SHIFT + Right Arrow)