Problem:
Find the smallest positive integer n with the property that the polynomial x4βnx+63 can be written as a product of two nonconstant polynomials with integer coefficients.
Solution:
If axβb is a factor of the given polynomial, then a=1 and b is a root. Thus n=b3+b63β, which achieves a minimum integer value of 48 when b=3. On the other hand, suppose
x4βnx+63=(ax2+bx+c)(dx2+ex+f)
where all coefficients are integers. By multiplying both factors by β1 if necessary, it can be assumed that a>0; thus ad=1 implies a=d=1. Equating coefficients for x3 implies that b+e=0, so
x4βnx+63=x4β(c+fβb2)x2β(bcβbf)x+cf=x4+(c+fβb2)x2+b(fβc)x+cf.
The coefficient of x2 is c+fβb2, and the constant term is cf=63. Thus c+f=b2, and so c and f are positive. The pairs of positive factors of 63 sum to 1+63=64,3+21=24,7+9=16,of which only the first and the last are squares. In the first case, b=Β±8, and
(x2Β±8x+63)(x2β8x+1)=x4β496x+63
In the second case, b=Β±4, and
(x2Β±4x+9)(x2β4x+7)=x4β8x+63.
Thus the smallest possible value of n in this case is 8β, which is less than the value in the previous case and hence the minimum.
The problems on this page are the property of the MAA's American Mathematics Competitions