2016 AMC 10B Problems/Problem 19: Difference between revisions
Created page with "==Problem== Rectangle <math>ABCD</math> has <math>AB=5</math> and <math>BC=4</math>. Point <math>E</math> lies on line <math>AB</math> so that <math>EB=1</math>, point <math>..." |
|||
| Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
Rectangle <math>ABCD</math> has <math>AB=5</math> and <math>BC=4</math>. Point <math>E</math> lies on | Rectangle <math>ABCD</math> has <math>AB=5</math> and <math>BC=4</math>. Point <math>E</math> lies on <math>\overline{AB}</math> so that <math>EB=1</math>, point <math>G</math> lies on <math>\overline{BC}</math> so that <math>CG=1</math>. and point <math>F</math> lies on <math>\overline{CD}</math> so that <math>DF=2</math>. Segments <math>\overline{AG}</math> and <math>\overline{AC}</math> intersect <math>\overline{EF}</math> at <math>Q</math> and <math>P</math>, respectively. What is the value of <math>\frac{PQ}{EF}</math>? | ||
< | |||
[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("<math>Q</math>",(3.07692307692,2.15384615384),N); | |||
label("<math>P</math>",(20/7,12/7),W); | |||
label("<math>A</math>",(0,4), NW); | |||
label("<math>B</math>",(5,4), NE); | |||
label("<math>C</math>",(5,0),SE); | |||
label("<math>D</math>",(0,0),SW); | |||
label("<math>F</math>",(2,0),S); label("<math>G</math>",(5,1),E); | |||
label("<math>E</math>",(4,4),N);[/asy] | |||
<math>\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</math> | |||
Revision as of 08:31, 21 February 2016
Problem
Rectangle
has
and
. Point
lies on
so that
, point
lies on
so that
. and point
lies on
so that
. Segments
and
intersect
at
and
, respectively. What is the value of
?
[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("
",(3.07692307692,2.15384615384),N);
label("
",(20/7,12/7),W);
label("
",(0,4), NW);
label("
",(5,4), NE);
label("
",(5,0),SE);
label("
",(0,0),SW);
label("
",(2,0),S); label("
",(5,1),E);
label("
",(4,4),N);[/asy]