Difference between revisions of "2008 AMC 8 Problems/Problem 23"
(Created page with "==Problem 23== In square <math>ABCE</math>, <math>AF=2FE</math> and <math>CD=2DE</math>. What is the ratio of the area of <math>\triangle BFD</math> to the area of square <math>A...") |
(→Solution 2) |
||
| (30 intermediate revisions by 16 users not shown) | |||
| Line 1: | Line 1: | ||
| − | ==Problem | + | ==Problem== |
In square <math>ABCE</math>, <math>AF=2FE</math> and <math>CD=2DE</math>. What is the ratio of the area of <math>\triangle BFD</math> to the area of square <math>ABCE</math>? | In square <math>ABCE</math>, <math>AF=2FE</math> and <math>CD=2DE</math>. What is the ratio of the area of <math>\triangle BFD</math> to the area of square <math>ABCE</math>? | ||
<asy> | <asy> | ||
| Line 18: | Line 18: | ||
label("$F$", (0,3), W); | label("$F$", (0,3), W); | ||
</asy> | </asy> | ||
| + | |||
<math> \textbf{(A)}\ \frac{1}{6}\qquad\textbf{(B)}\ \frac{2}{9}\qquad\textbf{(C)}\ \frac{5}{18}\qquad\textbf{(D)}\ \frac{1}{3}\qquad\textbf{(E)}\ \frac{7}{20} </math> | <math> \textbf{(A)}\ \frac{1}{6}\qquad\textbf{(B)}\ \frac{2}{9}\qquad\textbf{(C)}\ \frac{5}{18}\qquad\textbf{(D)}\ \frac{1}{3}\qquad\textbf{(E)}\ \frac{7}{20} </math> | ||
| + | |||
| + | ==Solution 1== | ||
| + | The area of <math>\triangle BFD</math> is the area of square <math>ABCE</math> subtracted by the the area of the three triangles around it. Arbitrarily assign the side length of the square to be <math>6</math>. | ||
| + | |||
| + | <asy> | ||
| + | size((100)); | ||
| + | pair A=(0,9), B=(9,9), C=(9,0), D=(3,0), E=(0,0), F=(0,3); | ||
| + | pair[] ps={A,B,C,D,E,F}; | ||
| + | dot(ps); | ||
| + | draw(A--B--C--E--cycle); | ||
| + | draw(B--F--D--cycle); | ||
| + | label("$A$",A, NW); | ||
| + | label("$B$",B, NE); | ||
| + | label("$C$",C, SE); | ||
| + | label("$D$",D, S); | ||
| + | label("$E$",E, SW); | ||
| + | label("$F$",F, W); | ||
| + | label("$6$",A--B,N); | ||
| + | label("$6$",(10,4.5),E); | ||
| + | label("$4$",D--C,S); | ||
| + | label("$2$",E--D,S); | ||
| + | label("$2$",E--F,W); | ||
| + | label("$4$",F--A,W); | ||
| + | </asy> | ||
| + | |||
| + | The ratio of the area of <math>\triangle BFD</math> to the area of <math>ABCE</math> is | ||
| + | |||
| + | <cmath>\frac{36-12-12-2}{36} = \frac{10}{36} = \boxed{\textbf{(C)}\ \frac{5}{18}}</cmath> | ||
| + | |||
| + | ==Solution 2== | ||
| + | Say that <math>\overline{FE}</math> has length <math>x</math>, and that from there we can infer that <math>\overline{AF} = 2x</math>. We also know that <math>\overline{ED} = x</math>, and that <math>\overline{DC} = 2x</math>. The area of triangle <math>BFD</math> is the square's area subtracted from the area of the excess triangles, which is simply these equations: | ||
| + | <cmath>9x^2 - (3x^2 + \dfrac{x}{2}^2 + 3x^2) </cmath> | ||
| + | <cmath>9x^2 - 6.5x^2</cmath> | ||
| + | <cmath>2.5x^2</cmath> | ||
| + | Thus, the area of the triangle is <math>2.5x^2</math>. We can now put the ratio of triangle <math>BFD</math>'s area to the area of the square <math>ABCE</math> as a fraction. We have: | ||
| + | <cmath>\dfrac{2.5x^2}{9x^2}</cmath> | ||
| + | <cmath>\dfrac{2.5\cancel{x^2}}{9\cancel{x^2}} </cmath> | ||
| + | <cmath>\dfrac{2.5}{9}</cmath> | ||
| + | <cmath>\dfrac{5}{18} </cmath> | ||
| + | Thus, our answer is <math>\boxed{\textbf{(C)}\ \frac{5}{18}}</math> | ||
| + | |||
| + | ~Mr.BigBrain_AoPS | ||
| + | |||
| + | ==Video Solution by OmegaLearn== | ||
| + | https://youtu.be/abSgjn4Qs34?t=528 | ||
| + | |||
| + | ~ pi_is_3.14 | ||
==See Also== | ==See Also== | ||
{{AMC8 box|year=2008|num-b=22|num-a=24}} | {{AMC8 box|year=2008|num-b=22|num-a=24}} | ||
| + | |||
| + | [[Category:Introductory Geometry Problems]] | ||
| + | {{MAA Notice}} | ||
Latest revision as of 19:04, 29 August 2025
Problem
In square
,
and
. What is the ratio of the area of
to the area of square
?
Solution 1
The area of
is the area of square
subtracted by the the area of the three triangles around it. Arbitrarily assign the side length of the square to be
.
The ratio of the area of
to the area of
is
Solution 2
Say that
has length
, and that from there we can infer that
. We also know that
, and that
. The area of triangle
is the square's area subtracted from the area of the excess triangles, which is simply these equations:
Thus, the area of the triangle is
. We can now put the ratio of triangle
's area to the area of the square
as a fraction. We have:
Thus, our answer is
~Mr.BigBrain_AoPS
Video Solution by OmegaLearn
https://youtu.be/abSgjn4Qs34?t=528
~ pi_is_3.14
See Also
| 2008 AMC 8 (Problems • Answer Key • Resources) | ||
| Preceded by Problem 22 |
Followed by Problem 24 | |
| 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 | ||
| All AJHSME/AMC 8 Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.