Difference between revisions of "2011 AMC 10B Problems/Problem 9"
Technodoggo (talk | contribs) |
|||
Line 27: | Line 27: | ||
<math> \textbf{(A)}\ \frac{4}{3} \qquad\textbf{(B)}\ \sqrt{5} \qquad\textbf{(C)}\ \frac{9}{4} \qquad\textbf{(D)}\ \frac{4\sqrt{3}}{3} \qquad\textbf{(E)}\ \frac{5}{2} </math> | <math> \textbf{(A)}\ \frac{4}{3} \qquad\textbf{(B)}\ \sqrt{5} \qquad\textbf{(C)}\ \frac{9}{4} \qquad\textbf{(D)}\ \frac{4\sqrt{3}}{3} \qquad\textbf{(E)}\ \frac{5}{2} </math> | ||
− | |||
== Solution 1== | == Solution 1== | ||
Line 48: | Line 47: | ||
<cmath>\frac{1}{3}[\triangle ABC] = [\triangle EBD]</cmath> | <cmath>\frac{1}{3}[\triangle ABC] = [\triangle EBD]</cmath> | ||
<cmath>\frac{1}{3} \times \frac{1}{2} \times AC \times BC = \frac{1}{2} \times ED \times DB</cmath> | <cmath>\frac{1}{3} \times \frac{1}{2} \times AC \times BC = \frac{1}{2} \times ED \times DB</cmath> | ||
− | In order to scale the sides of ED and DB to make <math>\frac{1}{3}</math> (since the ratios of sides are the same), we take the square root of <math>\frac{1}{3} = \frac{\sqrt | + | In order to scale the sides of ED and DB to make <math>\frac{1}{3}</math> (since the ratios of sides are the same), we take the square root of <math>\frac{1}{3} = \frac{\sqrt{3}}{3}</math> to scale each side by the same amount. |
− | Thus <math>BD = 4 \times \frac{\sqrt | + | Thus <math>BD = 4 \times \frac{\sqrt{3}}{3}</math> and the answer is <math>BD = \boxed{\textbf{(D)} \frac{4\sqrt{3}}{3}}</math> |
==Solution 3 (Shortcut)== | ==Solution 3 (Shortcut)== | ||
Line 59: | Line 58: | ||
− | == | + | ==Solution 4 (slightly more vigorous than Solution 3)== |
The ratio of the areas is equal to twice the ratio of sides (in similar figures) because area is a second-degree property of similar figures. So like solution 3, the ratio of sides is <math>\sqrt{\frac{1}{3}}=\frac{1}{\sqrt{3}}=\sqrt{3}.</math> By similarity, <math>\frac{ED}{DB}=\frac{\sqrt{3}}{DB}=\frac{3}{4}</math>, so solving for DB, we get <math>\boxed{\textbf{(D) } \frac{4\sqrt{3}}{3}}</math>. | The ratio of the areas is equal to twice the ratio of sides (in similar figures) because area is a second-degree property of similar figures. So like solution 3, the ratio of sides is <math>\sqrt{\frac{1}{3}}=\frac{1}{\sqrt{3}}=\sqrt{3}.</math> By similarity, <math>\frac{ED}{DB}=\frac{\sqrt{3}}{DB}=\frac{3}{4}</math>, so solving for DB, we get <math>\boxed{\textbf{(D) } \frac{4\sqrt{3}}{3}}</math>. | ||
~JH. L | ~JH. L | ||
− | ==Solution | + | ==Solution 5== |
− | It is apparent that <math>\Delta ABC | + | It is apparent that <math>\Delta ABC \sim \Delta EBD</math> by AA similarity (<math>\angle B=\angle B</math> and <math>\angle EDB=\angle ACB</math>). Thus, let the side length of <math>ED</math> equal <math>3x</math> and <math>DB=4x.</math> We can then see that <math>[EDB]=\dfrac{3x\cdot4x}2=6x^2</math>, and we are given that <math>[ABC]=3\cdot[EDB]</math>. Thus, <math>\dfrac{3\cdot4}2=3\cdot6x^2\implies6=18x^2\implies x=\dfrac{\sqrt{3}}3</math>. Since we let <math>BD=4x</math>, we know that <math>BD=\boxed{\textbf{(D) }\dfrac{4\sqrt{3}}3}</math>. |
~Technodoggo | ~Technodoggo | ||
Line 72: | Line 71: | ||
{{AMC10 box|year=2011|ab=B|num-b=8|num-a=10}} | {{AMC10 box|year=2011|ab=B|num-b=8|num-a=10}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
+ | [[Category:Introductory Geometry Problems]] |
Latest revision as of 17:56, 7 September 2025
Contents
Problem
The area of is one third of the area of
. Segment
is perpendicular to segment
. What is
?
![[asy] unitsize(10mm); defaultpen(linewidth(.8pt)+fontsize(10pt)); dotfactor=4; pair A=(0,0), B=(5,0), C=(1.8,2.4), D=(5-4sqrt(3)/3,0), E=(5-4sqrt(3)/3,sqrt(3)); pair[] ps={A,B,C,D,E}; draw(A--B--C--cycle); draw(E--D); draw(rightanglemark(E,D,B)); dot(ps); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,N); label("$D$",D,S); label("$E$",E,NE); label("$3$",midpoint(A--C),NW); label("$4$",midpoint(C--B),NE); label("$5$",midpoint(A--B),SW); [/asy]](http://latex.artofproblemsolving.com/9/5/3/953e7cbe2b2ee84c7c3ff7f6c642569bc2483c4e.png)
Solution 1
by AA Similarity. Therefore
. Find the areas of the triangles.
The area of
is one third of the area of
.
Solution 2
by AA Similarity. Since the area of
is
of
and the bases/heights are in the same ratio, we use the formula forarea of a triangle for these ratios. Thus,
In order to scale the sides of ED and DB to make
(since the ratios of sides are the same), we take the square root of
to scale each side by the same amount.
Thus and the answer is
Solution 3 (Shortcut)
The ratio of the areas of and
is
, meaning the ratio of the sides is
. The only answer choice involving
is
.
-Solution by Joeya
Solution 4 (slightly more vigorous than Solution 3)
The ratio of the areas is equal to twice the ratio of sides (in similar figures) because area is a second-degree property of similar figures. So like solution 3, the ratio of sides is By similarity,
, so solving for DB, we get
.
~JH. L
Solution 5
It is apparent that by AA similarity (
and
). Thus, let the side length of
equal
and
We can then see that
, and we are given that
. Thus,
. Since we let
, we know that
.
~Technodoggo
See Also
2011 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
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 AMC 10 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.