返回题库

AIME 2010 II · 第 10 题

AIME 2010 II — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the number of second-degree polynomials f(x)f(x) with integer coefficients and integer zeros for which f(0)=2010f(0)=2010.

解析

Solution

Solution 1

Let f(x)=a(xr)(xs)f(x) = a(x-r)(x-s). Then ars=2010=23567ars=2010=2\cdot3\cdot5\cdot67. First consider the case where rr and ss (and thus aa) are positive. There are 34=813^4 = 81 ways to split up the prime factors between aa, rr, and ss. However, rr and ss are indistinguishable. In one case, (a,r,s)=(2010,1,1)(a,r,s) = (2010,1,1), we have r=sr=s. The other 8080 cases are double counting, so there are 4040.

We must now consider the various cases of signs. For the 4040 cases where rs|r|\neq |s|, there are a total of four possibilities, For the case r=s=1|r|=|s|=1, there are only three possibilities, (r,s)=(1,1);(1,1);(1,1)(r,s) = (1,1); (1,-1); (-1,-1) as (1,1)(-1,1) is not distinguishable from the second of those three.

You may ask: How can one of r,s{r, s} be positive and the other negative? aa will be negative as a result. That way, it's still +2010+2010 that gets multiplied.

Thus the grand total is 440+3=1634\cdot40 + 3 = \boxed{163}.

Note: The only reason why we can be confident that r=sr = s is the only case where the polynomials are being overcounted is because of this: We have the four configurations listed below:

(a,r,s)(a,r,s)(a,r,s)(a,r,s)(a,r,s)\\ (a,-r,-s)\\ (-a,-r,s)\\ (-a,r,-s)

And notice, we start by counting all the positive solutions. So rr and ss must be strictly positive, no 00 or negatives allowed. The negative transformations will count those numbers.

So with these we can conclude that only the first and second together have a chance of being equal, and the third and fourth together. If we consider the first and second, the xx term would have coefficients that are always different, a(r+s)-a(r + s) and a(r+s)a(r + s) because of the negative rr and ss. Since the aa is never equal, these can never create equal xx coefficients. We don't need to worry about this as rr and ss are positive and so that won't have any chance.

However with the (a,r,s)(-a,-r,s) and (a,r,s)(-a,r,-s), we have the coefficients of the xx term as a(sr)a(s-r) and a(rs)a(r-s). In other words, they are equal if sr=rss-r=r-s or r=sr=s. Well if r=1r = 1, then we have s=1s = 1 and in the (r,s)(r,-s) case we have (1,1)(1,-1) and if we transform using (s,r)(s,-r), then we have (1,1)(-1, 1). So this is the only way that we could possibly overcount the equal cases, and so we need to make sure we don't count (1,1)(-1,1) and (1,1)(1,-1) twice as they will create equal sums. This is why we subtract 11 from 414=16441*4=164.

Each different transformation will give us different coordinates (a,r,s)...(a,r,s)... it is just that some of them create equal coefficients for the xx-term, and we see that they are equal only in this case by our exploration, so we subtract 11 to account and get 163163.

Solution 2

We use Burnside's Lemma. The set being acted upon is the set of integer triples (a,r,s)(a,r,s) such that ars=2010ars=2010. Because rr and ss are indistinguishable, the permutation group consists of the identity and the permutation that switches rr and ss. In cycle notation, the group consists of (a)(r)(s)(a)(r)(s) and (a)(rs)(a)(r \: s). There are 4344 \cdot 3^4 fixed points of the first permutation (after distributing the primes among aa, rr, ss and then considering their signs. We have 4 ways since we can keep them all positive, first 2 negative, first and third negative, or last two negative) and 22 fixed points of the second permutation (r=s=±1r=s=\pm 1). By Burnside's Lemma, there are 12(434+2)=163\frac{1}{2} (4 \cdot 3^4+2)= \boxed{163} distinguishable triples (a,r,s)(a,r,s). Note: The permutation group is isomorphic to Z/2Z\mathbb{Z}/2\mathbb{Z}.

Solution 3

The equation can be written in the form of k(xa)(xb)k(x-a)(x-b), where k|k| is a divisor of 20102010. Factor 2010=235672010=2\cdot 3\cdot 5\cdot 67. We divide into few cases to study.

Firstly, if k=1|k|=1, the equation can be (xa)(x+b)-(x-a)(x+b) or (xa)(xb)(x-a)(x-b) or (x+a)(x+b)(x+a)(x+b), there are 24+24=322^4+2^4=32 ways

If k{2,3,5,67}|k|\in \{2,3,5,67\}. Take k=2|k|=2 as an example, follow the procedure above, there are 23+23=162^3+2^3=16 ways, and there are (41)=4\binom {4}{1}=4 ways to choose k|k|, so there are 164=6416\cdot 4=64 ways

If k|k| is the product of two factors of 20102010, there are 88 ways for each. Thus there are (42)8=48\binom {4}{2}\cdot 8=48 ways

If k|k| is the product of three factors of 20102010, there are (43)4=16\binom {4}{3}\cdot 4=16 ways

In the end, k=2010|k|=2010, only 2010(x1)(x1);2010(x+1)(x+1);2010(x1)(x+1)2010(x-1)(x-1); 2010(x+1)(x+1); -2010(x-1)(x+1) work, there are 33 ways

Thus, 32+64+48+16+3=16332+64+48+16+3=\boxed{163}

~bluesoul