Difference between revisions of "Mock AIME I 2015 Problems/Problem 11"
Line 32: | Line 32: | ||
Our solutions are <math>x = \frac{113}{7}</math> and <math>y = \frac{69}{7}</math>. | Our solutions are <math>x = \frac{113}{7}</math> and <math>y = \frac{69}{7}</math>. | ||
− | + | Therefore, <math>\frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma} = \frac{1}{a} + \frac{1}{b} + \frac{1}{c} = \frac{ab + ac + bc}{abc} = \frac{69/7}{113/7} = \frac{69}{113}</math>. So, <math>m + n = 69 + 113 = \boxed{182}</math>. | |
<baker77> | <baker77> |
Latest revision as of 10:29, 29 October 2019
Problem
Suppose , , and are complex numbers that satisfy the system of equations If for positive relatively prime integers and , find .
Solution 1
For convenience, let's use instead of . Define a polynomial such that . Let and . Then, our polynomial becomes . Note that we want to compute .
From the given information, we know that the coefficient of the term is , and we also know that , or in other words, . By Newton's Sums (since we are given ), we also find that . Solving this system, we find that . Thus, , so our final answer is .
Solution 2
Let , , and . Then our system becomes .
Since , this equation becomes .
. Since , this equation becomes .
We will now use these equations to solve the problem. Let , and . Then we have . Our solutions are and .
Therefore, . So, .
<baker77>