The polynomial f ( x ) = a x 6 + b x 5 + c x 4 + d x 3 + e x 2 + f x 1 + g has non-zero integral coefficients, and f ( n ) is a multiple of 1 1 whenever n is an integer. What is the minimum number of coefficients: a , b , c , d , e , f , g , that must be a multiple of 1 1 ?
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.
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.
Solution 1: Substitute in x = 0 , 1 , − 1 , 2 , − 2 , 3 , − 3 , we know that 1 1 ∣ g , 1 1 ∣ a + b + c + d + e + f + g , 1 1 ∣ a − b + c − d + e − f + g , 1 1 ∣ 6 4 a + 3 2 b + 1 6 c + 8 d + 4 e + 2 f + g , 1 1 ∣ 6 4 a − 3 2 b + 1 6 c − 8 d + 4 e − 2 f + g , 1 1 ∣ 7 2 9 a + 2 4 3 b + 8 1 c + 2 7 d + 9 e + 3 f + g , 1 1 ∣ 7 2 9 a − 2 4 3 b + 8 1 c − 2 7 d + 9 e − 3 f + 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 1 1 ∣ g , 1 1 ∣ a + c + e , 1 1 ∣ b + d + f , 1 1 ∣ 1 6 a + 4 c + e , 1 1 ∣ 1 6 b + 4 d + e , 1 1 ∣ 8 1 a + 9 c + e , 1 1 ∣ 8 1 b + 9 d + f .
Again, taking the difference between 4th and 2nd, 6th and 2nd, we get 1 1 ∣ 5 a + c , 1 1 ∣ 1 0 a + c . Hence, this gives that 1 1 ∣ c , and so 1 1 ∣ a , and so 1 1 ∣ e . Similarly, for the other equations, we can conclude that 1 1 ∣ d , 1 1 ∣ b , and 1 1 ∣ f . Hence, all 7 of the coefficients must be multiples of 1 1 .
Solution 2: Work modulo 11. Consider the matrix equation
⎝ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ 1 7 2 7 ⋮ 6 7 7 7 1 6 2 6 ⋮ 6 6 7 6 … … … … 1 1 2 1 ⋮ 6 1 7 1 1 1 ⋮ 1 1 ⎠ ⎟ ⎟ ⎟ ⎟ ⎟ ⎞ ⎝ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ a b ⋮ f g ⎠ ⎟ ⎟ ⎟ ⎟ ⎟ ⎞ = ⎝ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ 0 0 ⋮ 0 0 ⎠ ⎟ ⎟ ⎟ ⎟ ⎟ ⎞
The square matrix has determinant ∏ 1 ≤ i < j ≤ 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 ⎠ ⎟ ⎟ ⎟ ⎟ ⎟ ⎞
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 ) 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/
Problem Loading...
Note Loading...
Set Loading...
Setting f ( 0 ) yields that g is divisible by 11. Considering f ( 1 ) yields 1 1 ∣ a + b + c + d + e + f ( 1 ) . Considering f ( − 1 ) gives 1 1 ∣ a − b + c − d + e − f . Hence with (1), we get 1 1 ∣ a + c + e and 1 1 ∣ b + d + f (2). Similarly, adding up f ( 3 ) + f ( − 3 ) and 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 1 1 ) ( 3 ) and 0 ≡ 2 ( 4 6 a + 4 4 c + 4 2 e ) ≡ 2 ( 4 a + 3 c + 5 e ) ( m o d 1 1 ) ( 4 ) . From here, we have ( 3 a + 4 c + 9 e ) − 3 ( a + c + e ) ≡ 0 ( m o d 1 1 ) ⇒ c + 6 e ≡ 0 ( m o d 1 1 ) , and ( 4 a + 3 c + 5 e ) − 4 ( a + c + e ) ≡ 0 ( m o d 1 1 ) ⇒ − c + e ≡ 0 ( m o d 1 1 ) . Hence, e ≡ 0 ( m o d 1 1 ) and c ≡ 0 ( m o d 1 1 ) thus a ≡ 0 ( m o d 1 1 ) .
Now, considering f ( 3 ) − f ( − 3 ) and f ( 4 ) − f ( − 4 ) , we get the same equations for b , d , f . Hence, we can also conclude that b ≡ d ≡ f ≡ 0 ( m o d 1 1 ) . So all 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 ) , as that would seem to be the next logical choice.]
[Latex edits. Edits for clarity - Calvin]