Reduce me non-constantly

What are the last three digits of the product of absolute values of all integers n , n, such that the polynomial f n ( x ) = x 5 + n x 3 3 x 2 9 f_n(x)=x^5+nx^3-3x^2-9 can be expressed as a product of two non-constant polynomials with integer coefficients?

Details and assumptions

The last three digits of the number 1023 are 023. You can type in your answer as 023 or 23.

If you think that the integers 2 , 2 , 3 , 4 2, -2, -3, -4 satisfy the conditions, then the product of absolute values of all these integers is 2 × 2 × 3 × 4 2 \times 2 \times 3 \times 4 .


The answer is 287.

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.

3 solutions

Pi Han Goh
Oct 14, 2013

We first consider that f n ( x ) f_n (x) has linear factor(s): by Rational Root Theorem, possible rational roots of f n ( x ) f_n (x) is ± 1 , ± 3 , ± 9 \pm 1, \pm 3, \pm 9 . So at least one f n ( ± 1 ) , f n ( ± 3 ) , f n ( ± 9 ) f_n (\pm 1) , f_n (\pm 3) , f_n (\pm 9) equals to 0 0 for some integer n n . It's trivial that f n ( 1 ) = 0 f_n (-1) = 0 and f n ( 1 ) = 0 f_n (1) = 0 satisfy integer n n , which gives n = 11 , 13 n=11, -13 . If f n ( ± 3 ) = 0 ± 3 5 ± 3 3 n 3 3 9 = 0 n f_n (\pm 3) = 0 \Rightarrow \pm \space 3^5 \pm \space 3^3 n - 3^3 - 9 =0 \Rightarrow n is not an integer. Similarly if f n ( ± 9 ) = 0 ± 9 5 ± 9 3 n 3 9 2 9 = 0 n f_n (\pm 9) = 0 \Rightarrow \pm \space 9^5 \pm \space 9^3 n - 3 \cdot 9^2 - 9 =0 \Rightarrow n is not an integer.

So if there's any more possible values of n n , f n ( x ) f_n (x) can be be factored in terms of two irreductible polynomials: ( x 2 + a x + b ) ( x 3 + c x 2 + d x + e ) (x^2 + ax + b) (x^3 + cx^2 + dx + e) , where the a , b , c , d , e a,b,c,d,e are integers.

( x 2 + a x + b ) ( x 3 + c x 2 + d x + e ) = x 5 + n x 3 3 x 2 9 (x^2 + ax + b) (x^3 + cx^2 + dx + e) = x^5 + nx^3 - 3x^2 - 9

Expand and compare distinct powers of x x :

a + c = 0 a = c a + c = 0 \Rightarrow a = -c

b + d a 2 = n b + d - a^2 = n , ( ) (*)

a = e + 3 b d a = \frac {e+3}{b-d}

a = b d e a = - \frac {bd}{e}

Or a = b d e = e + 3 b d a = - \frac {bd}{e} = \frac {e+3}{b-d} , ( ) (**)

b e = 9 be = -9 , ( ) (***)

From ( ) (***) , we have all possible cases: ( b , e ) = ( 1 , 9 ) , ( 3 , 3 ) , ( 9 , 1 ) , ( 1 , 9 ) , ( 3 , 3 ) , ( 9 , 1 ) (b,e) = (1,-9), (3,-3),(9,-1), (-1,9),(-3,3),(-9,1)

If ( b , e ) = ( 1 , 9 ) (b,e) = (1,-9) , from ( ) (**) , there's no integer solution.

If ( b , e ) = ( 3 , 3 ) (b,e) = (3,-3) , from ( ) (**) , a = d = 0 n = b + d a 2 = 3 a=d=0 \Rightarrow n = b+d-a^2 = 3

If ( b , e ) = ( 9 , 1 ) (b,e) = (9,-1) , from ( ) (**) , there's no integer solution.

If ( b , e ) = ( 1 , 9 ) (b,e) = (-1,9) , from ( ) (**) , there's no integer solution.

If ( b , e ) = ( 3 , 3 ) (b,e) = (-3,3) , from ( ) (**) , a = d = 3 n = b + d a 2 = 3 a=d=3 \Rightarrow n = b+d-a^2 = -3

If ( b , e ) = ( 9 , 1 ) (b,e) = (-9,1) , from ( ) (**) , there's no integer solution.

Hence the answer is 11 × 13 × 3 × 3 m o d 1000 = 287 |11| \times |-13| \times |3| \times |-3| \bmod{1000} = \boxed{287}

Moderator note:

Nicely done!

There's a small typo. You wrote b e = 9 be=9 instead of b e = 9 be=-\,9 yet considered the latter.

Nishant Sharma - 7 years, 8 months ago

Log in to reply

ThankYou

Pi Han Goh - 7 years, 8 months ago

Which line are you referring to? If you are talking about the eighteenth line, I'm pretty sure he wrote b e = 9 be=-9 . :)

Sreejato Bhattacharya - 7 years, 7 months ago

Log in to reply

I indeed wrote b e = 9 be = 9 , but I guess the Brilliant Staff corrected it.

Pi Han Goh - 7 years, 7 months ago

Log in to reply

@Pi Han Goh Makes sense now. :)

Sreejato Bhattacharya - 7 years, 7 months ago

@Pi Han Goh I did not know Brilliant Staff could edit user submitted solutions. Nice.

Nishant Sharma - 7 years, 7 months ago

Let f = g × h f = g \times h . Degree of f is 5.

Firstly, we are looking for polynomial g with degree 1, that means g = x-a, with f(a) = 0.

Because of integer coefficients, the value of a shall be divisor of 9 (the free coefficient).

For a = 1, f(1) = 0 and we obtain n = 11

For a= -1, f(-1) = 0 and n= -13

For values 3, -3, 9, -9 of a , we don't have integers n.

Now, we are looking for g and h with degrees 2 and 3:

f = X 5 + n X 3 3 X 2 9 f = X^{5} + n X^{3} - 3 X^{2} - 9

f = ( X 2 + a X + b ) × ( X 3 + c X 2 + d X + e ) f = (X^{2} + a X + b) \times (X^{3} + c X^{2} + d X + e) .

After making this product we obtain:

a+c=0

b + d a 2 = n b+d - a^{2} =n

a d - a b + e = - 3

a e + b d = 0

and b e = - 9.

We'll discuss all the cases for the last condition b e = - 9 with b and e integer numbers !

For the (b, e) pairs (-9, 1), (-3, 3), (-1, 9) and (9, -1) we don't have integer solutions for a or d.

But for the pair b=3 and e = -3 we found

a = d = 0, so n = 3 (and c = 0)

or a = d = 3, so n= - 3 (and c = - 3)

The product of absolute values of n is 11 * 13* 3 * 3 = 1287, so the last three digits are 287

We can now admire all the four possible polynomial factorizations:

X 5 + 11 X 3 3 X 2 9 = ( X 1 ) × ( X 4 + X 3 + 12 X 2 + 9 X + 9 ) X^{5} + 11 X^{3} - 3 X^{2} - 9 = (X - 1) \times (X^{4} + X^{3} + 12 X^{2} + 9 X + 9)

X 5 13 X 3 3 X 2 9 = ( X + 1 ) × ( X 4 X 3 12 X 2 + 9 X 9 ) X^{5} - 13 X^{3} - 3 X^{2} - 9 = (X + 1) \times (X^{4} - X^{3} - 12 X^{2} + 9 X - 9)

X 5 + 3 X 3 3 X 2 9 = ( X 2 + 3 ) × ( X 3 3 ) X^{5} + 3 X^{3} - 3 X^{2} - 9 = (X^{2} + 3) \times (X^{3} - 3) .

X 5 3 X 3 3 X 2 9 = ( X 2 + 3 X + 3 ) × ( X 3 3 X 2 + 3 X 3 ) X^{5} - 3 X^{3} - 3 X^{2} - 9 = (X^{2} + 3 X + 3) \times (X^{3} - 3 X^{2} + 3 X - 3)

Good luck for the next week of Brilliant challenges :)

Meike Rouwenhorst
Oct 14, 2013

f n ( x ) f_n(x) can be rewritten as ( x 4 + a x 3 + b x 2 + c x + d ) ( x + e ) (x^4+ax^3+bx^2+cx+d)(x+e) . Since this has to be equal with the original f n ( x ) f_n(x) one obtains five equations: e + a = 0 e+a=0 , e a + b = n ea+b=n , b e + c = 3 be+c=-3 , c e + d = 0 ce+d=0 and d e = 9 de=-9 .

Since the coefficients have to be integers, there are only six possible values for d and e . The equation c e + d = 0 ce+d=0 has to be met, therefore d = 1 d=-1 and e = 9 e=9 and also d = 1 d=1 and e = 9 e=-9 do not fit.

As well the equation b e + c = 3 be+c=-3 has to be met, that means that ( c , d , e ) ( 1 , 3 , 3 ) (c, d, e) \neq(1, -3, 3) and ( 1 , 3 , 3 ) \neq (1, 3, -3) .

With e = a e=-a there are only two possible autcomes for n = a e + b n=ae+b are 13 -13 and 11.

But f n ( x ) f_n(x) can also be rewritten as ( x 3 + a x 2 + b x + c ) ( x 2 + d x + e ) (x^3+ax^2+bx+c)(x^2+dx+e) . Solving the equation as above, there are only two outcomes ( a , b , c , d , e , n ) = ( 0 , 0 , 3 , 0 , 3 , 3 ) (a, b, c, d, e, n)=(0, 0, -3, 0, 3, 3) or ( 3 , 3 , 3 , 3 , 3 , 3 ) (-3, 3, -3, 3, 3, -3) .

The muliplication of the absolute value of the four possibilities for n is 3 × 3 × 11 × 13 = 1287 3\times-3\times11\times-13=1287 . Therefore the answer is 287.

You should start your solution by explaining that you are considering the difference cases according to the factorization of f f . Otherwise, looking at the start of your solution, it seems like you are making an incorrect claim.

When I first read it, I immediately disagreed with it and viewed the rest with suspicion. If I didn't get to the end, I would have felt that your proof is incorrect.

Calvin Lin Staff - 7 years, 7 months ago

Log in to reply

Thank you for reviewing. I will start future proofs like you proposed.

Meike Rouwenhorst - 7 years, 7 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...