Difference between revisions of "1980 AHSME Problems/Problem 21"
J314andrews (talk | contribs) (→Solution 1) |
J314andrews (talk | contribs) (Added diagram to better explain solution.) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<asy> | <asy> | ||
+ | size(150); | ||
defaultpen(linewidth(0.7)+fontsize(10)); | defaultpen(linewidth(0.7)+fontsize(10)); | ||
pair B=origin, C=(15,3), D=(5,1), A=7*dir(72)*dir(B--C), E=midpoint(A--C), F=intersectionpoint(A--D, B--E); | pair B=origin, C=(15,3), D=(5,1), A=7*dir(72)*dir(B--C), E=midpoint(A--C), F=intersectionpoint(A--D, B--E); | ||
Line 21: | Line 22: | ||
\text{(D)}\ \frac{2}{5}\qquad | \text{(D)}\ \frac{2}{5}\qquad | ||
\text{(E)}\ \text{none of these}</math> | \text{(E)}\ \text{none of these}</math> | ||
− | |||
− | == Solution | + | == Solution == |
− | |||
− | == | + | <asy> |
− | + | size(150); | |
− | <math>\ | + | defaultpen(linewidth(0.7)+fontsize(10)); |
+ | pair B=origin, C=(15,3), D=(5,1), A=7*dir(72)*dir(B--C), E=midpoint(A--C), F=intersectionpoint(A--D, B--E), M=midpoint(D--C); | ||
+ | draw(E--B--A--C--B^^A--D); | ||
+ | draw(E--M); | ||
+ | label("$A$", A, dir(D--A)); | ||
+ | label("$B$", B, dir(E--B)); | ||
+ | label("$C$", C, dir(0)); | ||
+ | label("$D$", D, SE); | ||
+ | label("$E$", E, N); | ||
+ | label("$F$", F, dir(80)); | ||
+ | label("$M$", M, dir(SE)); | ||
+ | </asy> | ||
+ | |||
+ | Let <math>M</math> be the midpoint of <math>\overline{DC}</math>. Then <math>\triangle ECM \sim \triangle ACD</math> and <math>\overline{EM} \parallel \overline{AD}</math>. Since <math>\overline{EM} \parallel \overline{FD}</math>, it follows that <math>\triangle BFD \sim \triangle BEM</math>. | ||
+ | |||
+ | Let <math>a</math> be the area of <math>\triangle BFD</math>. Since the sides of <math>\triangle BEM</math> are twice as long as the corresponding sides of <math>\triangle BFD</math>, the area of <math>\triangle BEM</math> must be <math>2^2=4</math> times the area of <math>\triangle BFD</math>, that is, <math>4a</math>. | ||
+ | |||
+ | Since the height of <math>\triangle BEC</math> is the same as the height of <math>\triangle BEM</math> and the base of <math>\triangle BEC</math> is <math>\frac{3}{2}</math> times the base of <math>\triangle BEM</math>, the area of <math>\triangle BEC</math> is <math>\frac{3}{2}</math> times the area of <math>\triangle BEM</math>, or <math>\frac{3}{2} \cdot 4a = 6a</math>. | ||
+ | |||
+ | Thus the area of quadrilateral <math>FDCE</math> is <math>6a - a = 5a</math>, so the ratio of the area of <math>\triangle BFD</math> to the area of quadrilateral <math>FDCE</math> is <math>\frac{a}{5a} = \boxed{(\textbf{A})\ \frac{1}{5}}</math>. | ||
+ | |||
+ | -j314andrews | ||
== See also == | == See also == |
Latest revision as of 13:44, 16 August 2025
Problem
In triangle ,
,
is the midpoint of side
,
and
is a point on side
such that
;
and
intersect at
.
The ratio of the area of triangle
to the area of quadrilateral
is
Solution
Let be the midpoint of
. Then
and
. Since
, it follows that
.
Let be the area of
. Since the sides of
are twice as long as the corresponding sides of
, the area of
must be
times the area of
, that is,
.
Since the height of is the same as the height of
and the base of
is
times the base of
, the area of
is
times the area of
, or
.
Thus the area of quadrilateral is
, so the ratio of the area of
to the area of quadrilateral
is
.
-j314andrews
See also
1980 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 20 |
Followed by Problem 22 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.