MathDB

2016 AMC 10

Part of AMC 10

Subcontests

(25)

New Coord Bash Problem

Rectangle ABCDABCD has AB=5AB=5 and BC=4BC=4. Point EE lies on AB\overline{AB} so that EB=1EB=1, point GG lies on BC\overline{BC} so that CG=1CG=1. and point FF lies on CD\overline{CD} so that DF=2DF=2. Segments AG\overline{AG} and AC\overline{AC} intersect EF\overline{EF} at QQ and PP, respectively. What is the value of PQEF\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("QQ",(3.07692307692,2.15384615384),N); label("PP",(20/7,12/7),W); label("AA",(0,4), NW); label("BB",(5,4), NE); label("CC",(5,0),SE); label("DD",(0,0),SW); label("FF",(2,0),S); label("GG",(5,1),E); label("EE",(4,4),N);
dot(A1); dot(A2); dot(B1); dot(B2); dot(C1); dot(C2); dot((0,0)); dot((5,4));[/asy]
<spanclass=latexbold>(A)</span> 1316<spanclass=latexbold>(B)</span> 213<spanclass=latexbold>(C)</span> 982<spanclass=latexbold>(D)</span> 1091<spanclass=latexbold>(E)</span> 19<span class='latex-bold'>(A)</span>~\frac{\sqrt{13}}{16} \qquad <span class='latex-bold'>(B)</span>~\frac{\sqrt{2}}{13} \qquad <span class='latex-bold'>(C)</span>~\frac{9}{82} \qquad <span class='latex-bold'>(D)</span>~\frac{10}{91}\qquad <span class='latex-bold'>(E)</span>~\frac19

Tri-colored rug

A rug is made with three different colors as shown. The areas of the three differently colored regions form an arithmetic progression. The inner rectangle is one foot wide, and each of the two shaded regions is 11 foot wide on all four sides. What is the length in feet of the inner rectangle? [asy] size(6cm); defaultpen(fontsize(9pt)); path rectangle(pair X, pair Y){ return X--(X.x,Y.y)--Y--(Y.x,X.y)--cycle; } filldraw(rectangle((0,0),(7,5)),gray(0.5)); filldraw(rectangle((1,1),(6,4)),gray(0.75)); filldraw(rectangle((2,2),(5,3)),white);
label("11",(0.5,2.5)); draw((0.3,2.5)--(0,2.5),EndArrow(TeXHead)); draw((0.7,2.5)--(1,2.5),EndArrow(TeXHead));
label("11",(1.5,2.5)); draw((1.3,2.5)--(1,2.5),EndArrow(TeXHead)); draw((1.7,2.5)--(2,2.5),EndArrow(TeXHead));
label("11",(4.5,2.5)); draw((4.5,2.7)--(4.5,3),EndArrow(TeXHead)); draw((4.5,2.3)--(4.5,2),EndArrow(TeXHead));
label("11",(4.1,1.5)); draw((4.1,1.7)--(4.1,2),EndArrow(TeXHead)); draw((4.1,1.3)--(4.1,1),EndArrow(TeXHead));
label("11",(3.7,0.5)); draw((3.7,0.7)--(3.7,1),EndArrow(TeXHead)); draw((3.7,0.3)--(3.7,0),EndArrow(TeXHead)); [/asy]
<spanclass=latexbold>(A)</span>1<spanclass=latexbold>(B)</span>2<spanclass=latexbold>(C)</span>4<spanclass=latexbold>(D)</span>6<spanclass=latexbold>(E)</span>8<span class='latex-bold'>(A) </span> 1 \qquad <span class='latex-bold'>(B) </span> 2 \qquad <span class='latex-bold'>(C) </span> 4 \qquad <span class='latex-bold'>(D) </span> 6 \qquad <span class='latex-bold'>(E) </span>8
8
2
7
2
3
2
2
2
6
2
9
2
5
2
1
2
4
2