f ( x ) with integer coefficients and degree at most 100. There are N f distinct integer values for which f ( n ) = 2 , and M f distinct integer values for which f ( m ) = − 2 .
Consider all polynomialsOver all such polynomials, what is the maximum possible value of N f × M f ?
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.
@Paramjit Singh When you said that we need as many factors of -4 as possible. Why are 4 and -4 not included?
Not completely correct. If f ( x ) = 2 has k distinct roots, you should write it as f ( x ) − 2 = ( x − a 1 ) ( x − a 2 ) . . . ( x − a k ) ∗ g ( x ) where g ( x ) is a polynomial in Z [ x ] .
Problem Loading...
Note Loading...
Set Loading...
Let the polynomial f ( x ) ∈ Z [ x ] be such that f ( x ) = 2 has k (which here is N f ) integer roots, or equivalently f ( x ) − 2 = ( x − a 1 ) ( x − a 2 ) ⋯ ( x − a k ) with a i ∈ Z .
Now let G ( x ) = f ( x ) + 2 = ( x − a 1 ) ( x − a 2 ) ⋯ ( x − a k ) + 4 = 0 for some x ∈ Z . Then ( x − a 1 ) ( x − a 2 ) ⋯ ( x − a k ) = − 4 .
Each of x − a i is integral (and distinct), whose product is − 4 . Clearly to maximize N f × M f , we can take 2 strategies: (letting none to be zero)
For k = N f to be maximum, we need as many factors of − 4 as possible, which can at most be { ± 1 , ± 2 } , so the number of linear terms can be atmost 4. For a particular x , we can get these factors one from each linear term, say for x = 1 and f ( x ) = − x ( x − 2 ) ( x − 3 ) ( x + 1 ) . But this having fixed, f is not satisfied by any other integer. The same is true if we maximize M f .
If k = 1 , by similar reasoning M f ≤ 4 . If k = 2 , say f = x ( x − 5 ) , G is a degree 2 polynomial having atmost 2 roots. Here they are 1 and 4 , or equivalently M f ≤ 2 . If N f = 3 , say f = ( x − a 1 ) ( x − a 2 ) ( x − a 3 ) = ( 1 ) ( − 1 ) ( 4 ) = ( 1 ) ( 2 ) ( − 2 ) . Order being immaterial here, in both cases, G has atmost one root, which doesn't give a maximum case.
Thus we conclude N f × M f ≤ 4 .