How many integer roots the equation has?
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.
no integer root will exist.
let f(x) is a nth degree polynomial if f(x) and f(1) be both odd then f(x) cannot have an integer root.
GENERALLY>>
theorem= let, n be an integer root of a nth degree polynomial f(x) iff f(0), f(1).......,f(n-1) are divisible by n then n cannot be an integer root. Proof=> let, c be an integer solution of f(x)=0
let, c=nk+j (j=0,1,2,3,......n-1)
=>c-j = nk
=>c=j (mod n)
=>f(c)= f(j) (mod n)
=> f(j)=o (mod n)
this implies n| f(j), which is a contradiction :)