2007 AMC 10B Problems/Problem 11
Revision as of 12:20, 4 July 2013 by Nathan wailes (talk | contribs)
Contents
[hide]Problem
A circle passes through the three vertices of an isosceles triangle that has two sides of length and a base of length
. What is the area of this circle?
Solution
Solution 1
Let have vertex
and center
, with foot of altitude from
at
.
![[asy] import olympiad; pair B=(0,0), C=(2,0), A=(1,3), D=(1,0); pair O=circumcenter(A,B,C); draw(A--B--C--A--D); draw(B--O--C); draw(circumcircle(A,B,C)); dot(O); label("\(A\)",A,N); label("\(B\)",B,S); label("\(C\)",C,S); label("\(D\)",D,S); label("\(O\)",O,W); label("\(r\)",(O+A)/2,SE); label("\(r\)",(O+B)/2,N); label("\(h\)",(O+D)/2,SE); label("\(3\)",(A+B)/2,NW); label("\(1\)",(B+D)/2,N); [/asy]](http://latex.artofproblemsolving.com/d/d/6/dd6654d76ebcb5aa78bf644545d9639c8fccd53a.png)
Then by Pythagorean Theorem (with radius , height
) on
Substituting and solving gives . Then the area of the circle is
.
Solution 2
By (or we could use
and Heron's formula),
and the answer is
Alternatively, by the Extended Law of Sines,
Answer follows as above.
See also
2007 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.