2021 AMC 12B Problem 24


Let ABCDABCD be a parallelogram with area 1515 . Points PP and QQ are the projections of AA and C,C, respectively, onto the line BD;BD; and points RR and SS are the projections of BB and D,D, respectively, onto the line AC.AC. 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]

Suppose PQ=6PQ=6 and RS=8,RS=8, and let dd denote the length of BD,\overline{BD}, the longer diagonal of ABCD.ABCD. Then d2d^2 can be written in the form m+np,m+n\sqrt p, where m,n,m,n, and pp are positive integers and pp is not divisible by the square of any prime. What is m+n+p?m+n+p?

(A) 81(B) 89(C) 97(D) 105(E) 113\textbf{(A) }81 \qquad \textbf{(B) }89 \qquad \textbf{(C) }97\qquad \textbf{(D) }105 \qquad \textbf{(E) }113


Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.

Show/Hide Hints

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)
Category: AMC 12B
Points: 5
Back to practice