Minimum 11 Multiples

The polynomial f ( x ) = a x 6 + b x 5 + c x 4 + d x 3 + e x 2 + f x 1 + g f(x) = ax^6 + bx^5 + cx^4 + dx^3 + ex^2 + fx^1 + g has non-zero integral coefficients, and f ( n ) f(n) is a multiple of 11 11 whenever n n is an integer. What is the minimum number of coefficients: a , b , c , d , e , f , g a, b, c, d, e, f, g , that must be a multiple of 11 11 ?


The answer is 7.

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.

4 solutions

Yang Conan Teh
May 20, 2014

Setting f ( 0 ) f(0) yields that g g is divisible by 11. Considering f ( 1 ) f(1) yields 11 a + b + c + d + e + f ( 1 ) . 11\mid a+b+c+d+e+f \quad (1). Considering f ( 1 ) f(-1) gives 11 a b + c d + e f . 11\mid a-b+c-d+e-f. Hence with (1), we get 11 a + c + e 11\mid a+c+e and 11 b + d + f 11\mid b+d+f \quad (2). Similarly, adding up f ( 3 ) + f ( 3 ) f(3)+f(-3) and f ( 4 ) + f ( 4 ) f(4)+f(-4) yields that 0 2 ( 3 6 a + 3 4 c + 3 9 e ) 2 ( 3 a + 4 c + 9 e ) ( m o d 11 ) ( 3 ) 0\equiv 2(3^{6}a+3^{4}c+3^{9}e)\equiv 2(3a+4c+9e)\pmod {11} \quad (3) and 0 2 ( 4 6 a + 4 4 c + 4 2 e ) 2 ( 4 a + 3 c + 5 e ) ( m o d 11 ) ( 4 ) 0\equiv 2(4^{6}a+4^{4}c+4^{2}e)\equiv 2(4a+3c+5e)\pmod {11} \quad (4) . From here, we have ( 3 a + 4 c + 9 e ) 3 ( a + c + e ) 0 ( m o d 11 ) c + 6 e 0 ( m o d 11 ) (3a+4c+9e) - 3(a+c+e) \equiv 0 \pmod{11} \Rightarrow c + 6e \equiv 0 \pmod{11} , and ( 4 a + 3 c + 5 e ) 4 ( a + c + e ) 0 ( m o d 11 ) c + e 0 ( m o d 11 ) (4a+3c+5e) - 4(a+c+e) \equiv 0 \pmod{11} \Rightarrow -c + e\equiv 0 \pmod{11} . Hence, e 0 ( m o d 11 ) e \equiv 0 \pmod{11} and c 0 ( m o d 11 ) c \equiv 0 \pmod{11} thus a 0 ( m o d 11 ) a \equiv 0 \pmod{11} .

Now, considering f ( 3 ) f ( 3 ) f(3) - f(-3) and f ( 4 ) f ( 4 ) f(4) - f(-4) , we get the same equations for b , d , f b , d, f . Hence, we can also conclude that b d f 0 ( m o d 11 ) b \equiv d \equiv f \equiv 0 \pmod{11} . So all a , b , c , d , e , f , g a, b, c, d, e, f, g are divisible by 11, the answer is 7.

[Note: It is preferable to stick to the same notation throughout the solution. I'm not certain why he didn't look at f ( 2 ) + f ( 2 ) f(2) + f(-2) , as that would seem to be the next logical choice.]

[Latex edits. Edits for clarity - Calvin]

How would you generalize this problem?

Calvin Lin Staff - 7 years ago
Santanu Banerjee
May 20, 2014

Put x=0; you get f(x)=g, which should be a multiple of 11. Now, focus on the rest; for simplicity forget g. Put x=1; you get a+b+c+d+e+f to be a multiple of 11, and if x= -1, then a-b+c-d+e-f is 11's multiple. Then the sum of the 2 equations should also be a multiple. Add them. You get 2(a+c+e) to be a multiple of 11. Thus, if a+b+c+d+e+f is a multiple of 11 and also is a+c+e, then the rest should also be a multiple of 11, i.e. b+d+f is also a multiple of 11. Now observe... There is an expression of 7 terms, which is always a multiple of 11. I showed that one of the terms is 11's multiple and also 2 other sets each of 3 terms. In the same way it can be showed by reducing each of the 3 termed expressions (a+c+e) and (b+d+f) (which are 11's multiple); that each of the individual terms are multiples of 11.

Calvin Lin Staff
May 13, 2014

Solution 1: Substitute in x = 0 , 1 , 1 , 2 , 2 , 3 , 3 x=0, 1, -1, 2, -2, 3, -3 , we know that 11 g , 11 a + b + c + d + e + f + g , 11 a b + c d + e f + g 11 \mid g, 11 \mid a+b+c+d+e+f+g, 11\mid a-b+c-d+e-f+g , 11 64 a + 32 b + 16 c + 8 d + 4 e + 2 f + g , 11 64 a 32 b + 16 c 8 d + 4 e 2 f + g 11 \mid 64a + 32b + 16 c + 8d +4e +2f +g, 11 \mid 64a - 32b + 16c - 8 d + 4e - 2f+g , 11 729 a + 243 b + 81 c + 27 d + 9 e + 3 f + g , 11 729 a 243 b + 81 c 27 d + 9 e 3 f + g 11 \mid 729a +243b +81c +27d +9e +3f +g, 11 \mid 729a -243b +81c -27d +9e -3f +g .

Take the sum and difference of the 2nd and 3rd, 4th and 5th, 6th and 7th equations, and dividing by out by constants coprime to 11, we get 11 g , 11 a + c + e , 11 b + d + f 11 \mid g, 11 \mid a + c + e, 11 \mid b + d + f , 11 16 a + 4 c + e , 11 16 b + 4 d + e 11 \mid 16a + 4c + e, 11\mid 16b +4d +e , 11 81 a + 9 c + e , 11 81 b + 9 d + f 11 \mid 81a +9c +e, 11 \mid 81b +9d +f .

Again, taking the difference between 4th and 2nd, 6th and 2nd, we get 11 5 a + c , 11 10 a + c 11 \mid 5a + c, 11 \mid 10a + c . Hence, this gives that 11 c 11 \mid c , and so 11 a 11 \mid a , and so 11 e 11 \mid e . Similarly, for the other equations, we can conclude that 11 d 11 \mid d , 11 b 11 \mid b , and 11 f 11 \mid f . Hence, all 7 7 of the coefficients must be multiples of 11 11 .

Solution 2: Work modulo 11. Consider the matrix equation

( 1 7 1 6 1 1 1 2 7 2 6 2 1 1 6 7 6 6 6 1 1 7 7 7 6 7 1 1 ) \begin{pmatrix} 1^7 & 1^6 & \ldots & 1^1 & 1 \\ 2^7 & 2^6 & \ldots & 2^1 & 1 \\ \vdots & \vdots & & \vdots & \vdots\\ 6^7 & 6^6 & \ldots & 6^1 & 1 \\ 7^7 & 7^6 & \ldots & 7^1 & 1 \\ \end{pmatrix} ( a b f g ) \begin{pmatrix} a\\ b\\ \vdots\\ f\\ g\\ \end{pmatrix} = ( 0 0 0 0 ) = \begin{pmatrix} 0\\ 0\\ \vdots\\ 0\\ 0\\ \end{pmatrix}

The square matrix has determinant 1 i < j 7 ( i j ) \prod_{1 \leq i < j \leq 7} (i-j) , which is non-zero (modulo 11), so we can premultiply by it's inverse, to get that

( a b f g ) = ( 0 0 0 0 ) \begin{pmatrix} a\\ b\\ \vdots\\ f\\ g\\ \end{pmatrix} = \begin{pmatrix} 0\\ 0\\ \vdots\\ 0\\ 0\\ \end{pmatrix}

Bogdan Simeonov
May 10, 2015

If we assume the all the coefficients are nonzero mod 11, then the congruence may have at most 6 roots in Z/11Z.But it has all 11 numbers from 0 to 10 as roots, a contradiction.Thus all the coefficients must be zero mod 11. In fact, if a polynomial of degree less than p has p zeros, then it must vanish in Z/pZ.If such a polynomial had every number as a root except 0, it must be congruent to a ( x p 1 1 ) a(x^{p-1}-1) mod p, i.e. finite were primitive, it must have p-2 coefficients 0 mod p, one 1 mod p and one -1 mod p/

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...