document.write( "Question 32202: If c is asn odd integer, the show that the equation x^2+x-c=0 has no integer solutions. \n" ); document.write( "
Algebra.Com's Answer #18734 by Fermat(136)![]() ![]() You can put this solution on YOUR website! x² + x - c = 0 \n" ); document.write( "using the quadratic formula, \n" ); document.write( " \n" ); document.write( "Let D = 1 + 4c \n" ); document.write( "For integer solutions for x, we require \n" ); document.write( ".: D = odd*odd = odd \n" ); document.write( ".: 1 + 4c = odd \n" ); document.write( "4c = even \n" ); document.write( "=> c = even \n" ); document.write( "=========== \n" ); document.write( " |