返回题库

AIME 1991 · 第 8 题

AIME 1991 — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For how many real numbers aa does the quadratic equation x2+ax+6a=0x^2 + ax + 6a=0 have only integer roots for xx?

解析

Solution 1

Let x2+ax+6a=(xs)(xr)x^2 + ax + 6a = (x - s)(x - r). Vieta's yields s+r=a,sr=6as + r = - a, sr = 6a.

sr+6s+6r=0sr+6s+6r+36=36(s+6)(r+6)=36\begin{aligned}sr + 6s + 6r &=& 0\\ sr + 6s + 6r + 36 &=& 36\\ (s + 6)(r + 6) &=& 36 \end{aligned} Without loss of generality let rsr \le s.

The possible values of (r+6,s+6)(r + 6,s + 6) are: (36,1),(18,2),(12,3),(9,4),(6,6),(1,36),(2,18),(3,12),(4,9),(6,6)( - 36, - 1),( - 18, - 2),( - 12, - 3),( - 9, - 4),( - 6, - 6),(1,36),(2,18),(3,12),(4,9),(6,6) 10 values of a\Rightarrow \boxed{10}\ \text{values of } a.

Solution 2

By Vieta's formulas, x1+x2=ax_1 + x_2 = -a where x1,x2x_1, x_2 are the roots of the quadratic, and since x1,x2x_1,x_2 are integers, aa must be an integer. Applying the quadratic formula,

x=a±a224a2x = \frac{-a \pm \sqrt{a^2 - 24a}}{2} Since a-a is an integer, we need a224a\sqrt{a^2-24a} to be an integer (let this be bb): b2=a224ab^2 = a^2 - 24a. Completing the square, we get

(a12)2=b2+144(a - 12)^2 = b^2 + 144 Which implies that b2+144b^2 + 144 is a perfect square also (let this be c2c^2). Then

c2b2=144(c+b)(cb)=144c^2 - b^2 = 144 \Longrightarrow (c+b)(c-b) = 144 The pairs of factors of 144144 are (±1,±144),(±2,±72),(±3,±48),(±4,±36),(±6,±24),(±8,±18),(±9,±16),(±12,±12)(\pm1,\pm144),( \pm 2, \pm 72),( \pm 3, \pm 48),( \pm 4, \pm 36),( \pm 6, \pm 24),( \pm 8, \pm 18),( \pm 9, \pm 16),( \pm 12, \pm 12); since cc is the average of each respective pair and is also an integer, the pairs that work must have the same parity. Thus we get 10\boxed{10} pairs (counting positive and negative) of factors that work, and substituting them backwards show that they all work.