Difference between revisions of "2004 AIME I Problems/Problem 7"
m (→Solutions) |
(→Solutions) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 24: | Line 24: | ||
=== Solution 3 (Bash)=== | === Solution 3 (Bash)=== | ||
− | Consider the set <math>[-1, 2,-3,4,-5,6,-7,8,-9,10,-11,12,-13,14,-15]</math>. Denote by <math>S</math> all size 2 subsets of this set. Replace each element of <math>S</math> by the product of the elements. Now, the quantity we seek is the sum of each element. Since consecutive elements add to <math>1</math> or <math>-1</math>, we can simplify this to <math> | + | Consider the set <math>[-1, 2,-3,4,-5,6,-7,8,-9,10,-11,12,-13,14,-15]</math>. Denote by <math>S</math> all size 2 subsets of this set. Replace each element of <math>S</math> by the product of the elements. Now, the quantity we seek is the sum of each element. Since consecutive elements add to <math>1</math> or <math>-1</math>, we can simplify this to <math>588</math> |
+ | |||
+ | === Solution 4 (Easy) === | ||
+ | We know that this polynomial has roots <math>1, -\frac{1}{2}, \frac{1}{3},\ldots</math> and the coefficient of <math>x^2</math> will be the sum of the product taken by <math>13</math>. However, since this is closer to the constant side, we can create a new polynomial with the reciprocal roots which will make <math>C</math> the coefficient of <math>x^{13}</math> and thus the sum of the reciprocal roots taken by 2. We can calculate this with <math>1\cdot(8-1)-2\cdot(8-(-2))+\ldots+15(8-15)</math>. This will give us <math>2C = -1176</math> giving us a final answer of <math>|C| = \fbox{588}</math>. | ||
+ | |||
+ | ~ Vedoral | ||
==Solution 4== | ==Solution 4== | ||
Line 37: | Line 42: | ||
-David Camacho | -David Camacho | ||
+ | |||
+ | ==Solution 6== | ||
+ | This is just another way of summing the subsets of 2 from <math>[-1, 2, -3, 4, -5, 6, -7, 8, -9, 10, -11, 12, -13, 14, -15]</math>. Start from the right and multiply -15 to everything on its left. Use the distributive property and add all the 14 integers together to get 7. This gives us <math>-15 * 7</math>. Doing this for 14 gives us <math>14 * -7</math>, and for -13 we get <math>-13 * 6</math>. This pattern repeats where every two integers will multiple 7, 6,... to 0. Combining and simplifying the pattern give us this: <math>-(29 * 7 + 25 * 6 + 21 * 5 + 17 * 4 + 13 * 3 + 9 * 2 + 5*1)</math>. The expression gives us -588, or <math>C = \boxed{588}</math>. This is a good solution because it guarantees we never add a product twice, and the pattern is simple to add by hand. | ||
+ | |||
+ | -jackshi2006 | ||
+ | |||
+ | ==Solution 7== | ||
+ | We expand and obtain <math>\left(x-1\right)\left(2x-1\right)\left(3x-1\right)\cdots\left(15x-1\right) = 1307674368000x^{15} - 948550176000x^{14} - 689324826240x^{13} + 2733483288464x^{12} + 82808260416x^{11} - 23038684088x^{10} - 3811851848x^9 + 828730833x^8 + 81228128x^7 - 14661124x^6 - 853104x^5 + 132902x^4 + 4256x^3 - \boxed{588}x^2 - 8x + 1.</math> | ||
+ | |||
+ | Do not do this in an actual competition. | ||
+ | |||
+ | ~Sliced_Bread | ||
== See also == | == See also == |
Latest revision as of 10:37, 27 May 2024
Problem
Let be the coefficient of in the expansion of the product Find
Contents
Solutions
Solution 1
Let our polynomial be .
It is clear that the coefficient of in is , so , where is some polynomial divisible by .
Then and so , where is some polynomial divisible by .
However, we also know .
Equating coefficients, we have , so and .
Solution 2
Let be the set of integers . The coefficient of in the expansion is equal to the sum of the product of each pair of distinct terms, or . Also, we know that where the left-hand sum can be computed from:
and the right-hand sum comes from the formula for the sum of the first perfect squares. Therefore, .
Solution 3 (Bash)
Consider the set . Denote by all size 2 subsets of this set. Replace each element of by the product of the elements. Now, the quantity we seek is the sum of each element. Since consecutive elements add to or , we can simplify this to
Solution 4 (Easy)
We know that this polynomial has roots and the coefficient of will be the sum of the product taken by . However, since this is closer to the constant side, we can create a new polynomial with the reciprocal roots which will make the coefficient of and thus the sum of the reciprocal roots taken by 2. We can calculate this with . This will give us giving us a final answer of .
~ Vedoral
Solution 4
Let set be and set be . The sum of the negative coefficients is the sum of the products of the elements in all two element sets such that one element is from and the other is from . Each summand is a term in the expansion of which equals . The sum of the positive coefficients is the sum of the products of all two element sets such that the two elements are either both in or both in . By counting, the sum is , so the sum of all coefficients is . Thus, the answer is .
Solution 5
We can find out the coefficient of by multiplying every pair of two coefficients for . This means that we multiply by and by . and etc. This sum can be easily simplified and is equal to or .
-David Camacho
Solution 6
This is just another way of summing the subsets of 2 from . Start from the right and multiply -15 to everything on its left. Use the distributive property and add all the 14 integers together to get 7. This gives us . Doing this for 14 gives us , and for -13 we get . This pattern repeats where every two integers will multiple 7, 6,... to 0. Combining and simplifying the pattern give us this: . The expression gives us -588, or . This is a good solution because it guarantees we never add a product twice, and the pattern is simple to add by hand.
-jackshi2006
Solution 7
We expand and obtain
Do not do this in an actual competition.
~Sliced_Bread
See also
2004 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 6 |
Followed by Problem 8 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.