Problem
2016 AMC 10B Problem 19
Rectangle ABCD has AB=5 and BC=4. Point E lies on \overline{AB} so that EB=1, point G lies on \overline{BC} so that CG=1. and point F lies on \overline{CD} so that DF=2. Segments \overline{AG} and \overline{AC} intersect \overline{EF} at Q and P, respectively. What is the value of \frac{PQ}{EF}?
![[asy] pair A1=(2,0),A2=(4,4); pair B1=(0,4),B2=(5,1); pair C1=(5,0),C2=(0,4); draw(A1--A2); draw(B1--B2); draw(C1--C2); draw((0,0)--B1--(5,4)--C1--cycle); dot((20/7,12/7)); dot((3.07692307692,2.15384615384)); label("$Q$",(3.07692307692,2.15384615384),N); label("$P$",(20/7,12/7),W); label("$A$",(0,4), NW); label("$B$",(5,4), NE); label("$C$",(5,0),SE); label("$D$",(0,0),SW); label("$F$",(2,0),S); label("$G$",(5,1),E); label("$E$",(4,4),N); dot(A1); dot(A2); dot(B1); dot(B2); dot(C1); dot(C2); dot((0,0)); dot((5,4));[/asy]](/static/aops/5c237cbb147641c53bd553168f1d6f71dc7facd1.png)
\textbf{(A)}~\frac{\sqrt{13}}{16} \qquad \textbf{(B)}~\frac{\sqrt{2}}{13} \qquad \textbf{(C)}~\frac{9}{82} \qquad \textbf{(D)}~\frac{10}{91}\qquad \textbf{(E)}~\frac19
Full credit goes to MAA for authoring these problems. These problems were taken on the AOPS website.
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)
Problem feedback
Difficulty
—