Difference between revisions of "Mock AIME I 2015 Problems/Problem 11"
m |
(→Solution 2) |
||
Line 10: | Line 10: | ||
Let <math>\alpha = a</math>, <math>\beta = b</math>, and <math>\beta = c</math>. Then our system becomes | Let <math>\alpha = a</math>, <math>\beta = b</math>, and <math>\beta = c</math>. Then our system becomes | ||
− | 1) < | + | 1) <cmath>a + b + c</cmath> |
− | 2) < | + | 2) <cmath>a^3 + b^3 + c^3 = 87</cmath> |
− | 3) < | + | 3) <cmath>(a + 1)(b + 1)(c + 1) = 33</cmath>. |
− | 2) < | + | 2) <cmath>a^3 + b^3 + c^3 = 87</cmath> |
− | < | + | <cmath>a^3 + b^3 + c^3 - 3abc = 87 - 3abc</cmath> |
− | < | + | <cmath>(a + b + c)(a^2 + b^2 + c^2 - ab - ac - bc) = 87 - 3abc</cmath> |
− | < | + | <cmath>(a + b + c)((a + b + c)^2 - 3(ab + ac + bc)) = 87 - 3abc</cmath> |
Since <math>a + b + c = 6</math>, this equation becomes <math>6(6^2 - 3(ab + ac + bc)) = 87 - 3abc</math>. | Since <math>a + b + c = 6</math>, this equation becomes <math>6(6^2 - 3(ab + ac + bc)) = 87 - 3abc</math>. | ||
3) <math>33 = (a + 1)(b + 1)(c + 1) = abc + ab + ac + bc + a + b + c + 1</math>. | 3) <math>33 = (a + 1)(b + 1)(c + 1) = abc + ab + ac + bc + a + b + c + 1</math>. | ||
Line 23: | Line 23: | ||
We will now use these <math>2</math> equations to solve the problem. Let <math>x = abc</math>, and <math>y = ab + ac + bc</math>. Then we have | We will now use these <math>2</math> equations to solve the problem. Let <math>x = abc</math>, and <math>y = ab + ac + bc</math>. Then we have | ||
− | <cmath>6(6^2 - 3y) = 87 - 3x</cmath><cmath>26 = x + y</cmath>. | + | <cmath>6(6^2 - 3y) = 87 - 3x</cmath> |
+ | <cmath>26 = x + y</cmath>. | ||
Solving the system, we find <math>x = \frac{113}{7}</math> and <math>y = \frac{69}{7}</math>. | Solving the system, we find <math>x = \frac{113}{7}</math> and <math>y = \frac{69}{7}</math>. | ||
Revision as of 10:13, 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 1) 2) 3) .
2) Since , this equation becomes . 3) . 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>