Difference between revisions of "Mock AIME 1 2007-2008 Problems/Problem 11"
Darkprince (talk | contribs) |
Hypervizerx (talk | contribs) (→Solution) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
== Solution == | == Solution == | ||
<center><asy> | <center><asy> | ||
− | size(150); defaultpen(linewidth(0.8)); import markers | + | size(150); defaultpen(linewidth(0.8)); import markers; |
pair B = (0,0), C = (25,0), A = (578/50,19.8838); | pair B = (0,0), C = (25,0), A = (578/50,19.8838); | ||
draw(A--B--C--cycle); | draw(A--B--C--cycle); | ||
Line 23: | Line 23: | ||
From adjacent sides, the following relationships can be derived: | From adjacent sides, the following relationships can be derived: | ||
− | < | + | <cmath>\begin{align*} |
DC &= EC + 1\\ | DC &= EC + 1\\ | ||
AE &= AF + 1\\ | AE &= AF + 1\\ | ||
BD &= BF + 2 | BD &= BF + 2 | ||
− | \end{align*}</ | + | \end{align*}</cmath> |
Since <math>BF = EC</math>, and <math>DC = BF + 1</math>, <math>BD = DC + 1</math>. Thus, <math>BC = BD + DC = BD + (BD - 1)</math>. <math>26 = 2BD</math>. Thus, <math>BD = 13/1</math>. Thus, the answer is <math>\boxed{014}</math>. | Since <math>BF = EC</math>, and <math>DC = BF + 1</math>, <math>BD = DC + 1</math>. Thus, <math>BC = BD + DC = BD + (BD - 1)</math>. <math>26 = 2BD</math>. Thus, <math>BD = 13/1</math>. Thus, the answer is <math>\boxed{014}</math>. | ||
− | |||
== See also == | == See also == |
Latest revision as of 19:02, 29 January 2020
Problem
is inscribed inside such that lie on , respectively. The circumcircles of have centers , respectively. Also, , and . The length of can be written in the form , where and are relatively prime integers. Find .
Solution
From adjacent sides, the following relationships can be derived:
Since , and , . Thus, . . Thus, . Thus, the answer is .
See also
Mock AIME 1 2007-2008 (Problems, Source) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 |