Difference between revisions of "2017 AMC 10B Problems/Problem 22"
Abhinav2k3 (talk | contribs) (→Solution 4) |
(→Solution) |
||
Line 5: | Line 5: | ||
==Solution== | ==Solution== | ||
− | + | <center><asy> | |
+ | size(10cm); | ||
+ | pair A, B, C, D, E, O; | ||
+ | A = (-2,0); | ||
+ | B = (2,0); | ||
+ | C = (2*cos(1.24),2*sin(1.24)); | ||
+ | D = (5,0); | ||
+ | E = (5,5); | ||
+ | O = (A+B)/2; | ||
+ | dot(A); | ||
+ | dot(B); | ||
+ | dot(C); | ||
+ | dot(D); | ||
+ | dot(E); | ||
+ | dot(O); | ||
+ | draw(Circle((A+B)/2,2)); | ||
+ | draw(A--D--E--C--A); | ||
+ | draw(C--B); | ||
+ | draw(rightanglemark(A,C,B,5)); | ||
+ | draw(rightanglemark(A,D,E,5)); | ||
+ | label("$A$",A,W); | ||
+ | label("$B$",B,SE); | ||
+ | label("$D$",D,SE); | ||
+ | label("$E$",E,NE); | ||
+ | label("$C$",C,N); | ||
+ | label("$2$",(O+B)/2,S); | ||
+ | label("$3$",(B+D)/2,S); | ||
+ | </asy></center> | ||
===Solution 1=== | ===Solution 1=== | ||
Notice that <math>ADE</math> and <math>ABC</math> are right triangles. Then <math>AE = \sqrt{7^2+5^2} = \sqrt{74}</math>. <math>\sin{DAE} = \frac{5}{\sqrt{74}} = \sin{BAE} = \sin{BAC} = \frac{BC}{4}</math>, so <math>BC = \frac{20}{\sqrt{74}}</math>. We also find that <math>AC = \frac{28}{\sqrt{74}}</math>, and thus the area of <math>ABC</math> is <math>\frac{\frac{20}{\sqrt{74}}\cdot\frac{28}{\sqrt{74}}}{2} = \frac{\frac{560}{74}}{2} = \boxed{\textbf{(D) } \frac{140}{37}}</math>. | Notice that <math>ADE</math> and <math>ABC</math> are right triangles. Then <math>AE = \sqrt{7^2+5^2} = \sqrt{74}</math>. <math>\sin{DAE} = \frac{5}{\sqrt{74}} = \sin{BAE} = \sin{BAC} = \frac{BC}{4}</math>, so <math>BC = \frac{20}{\sqrt{74}}</math>. We also find that <math>AC = \frac{28}{\sqrt{74}}</math>, and thus the area of <math>ABC</math> is <math>\frac{\frac{20}{\sqrt{74}}\cdot\frac{28}{\sqrt{74}}}{2} = \frac{\frac{560}{74}}{2} = \boxed{\textbf{(D) } \frac{140}{37}}</math>. |
Revision as of 19:46, 12 December 2017
Contents
[hide]Problem
The diameter of a circle of radius
is extended to a point
outside the circle so that
. Point
is chosen so that
and line
is perpendicular to line
. Segment
intersects the circle at a point
between
and
. What is the area of
?
Solution
![[asy] size(10cm); pair A, B, C, D, E, O; A = (-2,0); B = (2,0); C = (2*cos(1.24),2*sin(1.24)); D = (5,0); E = (5,5); O = (A+B)/2; dot(A); dot(B); dot(C); dot(D); dot(E); dot(O); draw(Circle((A+B)/2,2)); draw(A--D--E--C--A); draw(C--B); draw(rightanglemark(A,C,B,5)); draw(rightanglemark(A,D,E,5)); label("$A$",A,W); label("$B$",B,SE); label("$D$",D,SE); label("$E$",E,NE); label("$C$",C,N); label("$2$",(O+B)/2,S); label("$3$",(B+D)/2,S); [/asy]](http://latex.artofproblemsolving.com/3/5/d/35dde66fc3df1b8ba821749598c31fa578e4e54f.png)
Solution 1
Notice that and
are right triangles. Then
.
, so
. We also find that
, and thus the area of
is
.
Solution 2
We note that by
similarity. Also, since the area of
and
,
, so the area of
.
Solution 3
As stated before, note that . By similarity, we note that
is equivalent to
. We set
to
and
to
. By the Pythagorean Theorem,
= 4^2. Combining,
. We can add and divide to get
. We square root and rearrange to get
. We know that the legs of the triangle are
and
. Mulitplying
by 7 and 5 eventually gives us
x
. We divide this by 2, since
is the formula for a triangle. This gives us
.
Solution 4
Let's call the center of the circle that segment is the diameter of,
. Note that
is an isosceles right triangle. Solving for side
, using the Pythagorean theorem, we find it to be
. Calling the point where segment
intersects circle
, the point
, segment
would be
. Also, noting that
is a right triangle, we solve for side
, using the Pythagorean Theorem, and get
. Using Power of Point on point
, we can solve for
. We can subtract
from
to find
and then solve for
using Pythagorean theorem once more.
= (Diameter of circle
+
)
=
=
=
-
=
Now to solve for :
-
=
+
=
=
Note that is a right triangle because the hypotenuse is the diameter of the circle. Solving for area using the bases
and
, we get the area of triangle
to be
.
See Also
2017 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 21 |
Followed by Problem 23 | |
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.