A polynomial p ( x ) with integer coefficients gives both the values p ( 0 ) and p ( 1 ) as odd numbers.
How many integer roots does p ( x ) have?
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.
p ( a ) − p ( b ) is divisible by ( a − b )
thus ,
p ( 2 n ) − p ( 0 ) is divisible by 2 n ⇒ p ( 2 n ) is odd
p ( 2 n + 1 ) − p ( 1 ) is divisible by 2 n ⇒ p ( 2 n + 1 ) is odd
⇒ p ( x ) is odd for all integers
thus no integer can be a root
Quick and dirty example using the quadratic p ( x ) = x 2 + A x + B . If p ( 0 ) is odd, then B must be odd. If p ( 1 ) is odd, then A must be odd. Now, let p ( x ) have the roots u , v ∈ Z ⇒ ( x − u ) ( x − v ) ⇒ u + v = − A , u v = B . If B is odd, then u , v must both be odd. However, this poses a contradiction since u + v = − A ⇒ odd + odd = even. Thus, p ( x ) has no integer roots.
Problem Loading...
Note Loading...
Set Loading...
1)sum of two odd nos. is even 2)sum of odd and even is odd.
3)And for any polynomial f(0)= constant term of the polynomial. And here given f(0)=odd, This implies that the constant term of the polynomial is odd And similarly given f(1)=odd and f(1)= sum of coefficients of all terms and the constant term, and constant term is odd, this implies that the sum of coefficients of all variable terms is even.. 4)This implies that for all integers the polynomial will attain odd values thus will not attain zero value for integer values hence will have no integer roots. The point (4) can be understood easily by examples like- f(x) = 2x+1, f(x) = 4(x)^(2) - 2x + 5.....…....and so on