document.write( "Question 548923: prove that product of 4 consecutive numbers cannot be the square of an integer \n" ); document.write( "
Algebra.Com's Answer #357400 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! prove that product of 4 consecutive numbers cannot be the square of an integer \n" ); document.write( "-------------- \n" ); document.write( "(x-1)*x*(x+1)*(x+2) = n^2 \n" ); document.write( " \n" ); document.write( "If x = 0, then n^2 can be zero. o/w, \n" ); document.write( "------------- \n" ); document.write( "To be a square, \n" ); document.write( " \n" ); document.write( "There are no integer solutions. \n" ); document.write( "-------------- \n" ); document.write( "It can be the square of an integer if one integer is zero, o/w not. \n" ); document.write( "eg, 0*1*2*3 = 0^2 \n" ); document.write( "-1*0*1*2 = 0^2 \n" ); document.write( " \n" ); document.write( " |