Difference between revisions of "Mock AIME I 2015 Problems/Problem 11"
(→=Solution 1) |
|||
Line 1: | Line 1: | ||
− | ==Solution 1= | + | ==Solution 1== |
For convenience, let's use <math>a, b, c</math> instead of <math>\alpha, \beta, \gamma</math>. Define a polynomial <math>P(x)</math> such that <math>P(x) = (x-a)(x-b)(x-c) = x^3 - (a+b+c)x^2 + (ab+ac+bc)x - abc</math>. Let <math>j = ab + ac + bc</math> and <math>k = -abc</math>. Then, our polynomial becomes <math>P(x) = x^3 - (a+b+c)x^2 + jx + k</math>. | For convenience, let's use <math>a, b, c</math> instead of <math>\alpha, \beta, \gamma</math>. Define a polynomial <math>P(x)</math> such that <math>P(x) = (x-a)(x-b)(x-c) = x^3 - (a+b+c)x^2 + (ab+ac+bc)x - abc</math>. Let <math>j = ab + ac + bc</math> and <math>k = -abc</math>. Then, our polynomial becomes <math>P(x) = x^3 - (a+b+c)x^2 + jx + k</math>. |
Revision as of 11:15, 11 October 2019
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
.
Solving the system, we find
and
.
Then . So,
.
<baker77>