Typo: 2 is missing in the last line after have... :P
well no one here for this.........!!
They say for a quadratic eqn. 'ax2 + bx + c = 0' to have integer roots 'a' must equal 1 and the roots must be rational.
Prove that when this happens the roots will have be integers...!!
Typo: 2 is missing in the last line after have... :P
well no one here for this.........!!
eqn reduces to x2 +bx+c =0
roots are x =-b ± √b2-4c2
case 1 : b =2n
then b2-4c = 4k2 (k2 since roots are rational)
x=-2n ± 2k2 = k±n (integer)
case 2 : b=2n+1
then b2-4c = odd = (2k+1)2
x=-(2n+1) ± (2k+1)2 = k-n , -n-k-1 (integer)
hence proved.