Find the smallest positive integer with the property that the polynomial can be written as a product of two non-constant polynomials with integer coefficients.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let x 4 − n x + 6 3 = { ( x + a ) ( x 3 + b x 2 + c x + d ) ( x 2 + a x + b ) ( x 2 + c x + d ) . . . ( 1 ) . . . ( 2 )
Case 1:
x 4 − n x + 6 3 = ( x + a ) ( x 3 + b x 2 + c x + d ) = x 4 + ( a + b ) x 3 + ( a b + c ) x 2 + ( a c + d ) x + a d
Equating the coefficients:
⎩ ⎪ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎪ ⎧ a + b = 0 a b + c = 0 a c + d = − n a d = 6 3 ⇒ b = − a ⇒ c = a 2 ⇒ n = − a 3 − d ⇒ n = − a 3 − a 6 3
We note that a must be divisor of 6 3 and that n < 0 for a > 0 . Therefore, the possible n are:
\(\begin{array} {} a= -1 & \Rightarrow n = 64 & a = -3 & \Rightarrow n = 48 & a = -7 & \Rightarrow n = 352 \\ a = -9 & \Rightarrow n =736 & a = -21 & \Rightarrow n = 9264 & a = -63 & \Rightarrow n = 250048 \end{array} \)
Case 2:
x 4 − n x + 6 3 = ( x 2 + a x + b ) ( x 2 + c x + d ) = x 4 + ( a + c ) x 3 + ( b + d + a c ) x 2 + ( a d + b c ) x + b d
Equating the coefficients:
⎩ ⎪ ⎪ ⎪ ⎨ ⎪ ⎪ ⎪ ⎧ a + c = 0 b + d + a c = 0 a d + b c = − n b d = 6 3 ⇒ c = − a ⇒ a 2 = b + d ⇒ n = a ( b − d ) for b > d
b d = 6 3 ⇒ ⎩ ⎪ ⎨ ⎪ ⎧ b = 6 3 b = 2 1 b = 9 d = 1 d = 3 d = 7 ⇒ a = 6 4 = 8 ⇒ a = 2 4 ⇒ a = 1 6 = 4 n = 8 ( 6 3 − 1 ) = 4 9 6 Rejected: non-integer n n = 4 ( 9 − 7 ) = 8
Therefore, the smallest positive integer n = 8