You can put this solution on YOUR website! prove that product of 4 consecutive numbers cannot be the square of an integer
--------------
(x-1)*x*(x+1)*(x+2) = n^2
If x = 0, then n^2 can be zero. o/w,
-------------
To be a square,
There are no integer solutions.
--------------
It can be the square of an integer if one integer is zero, o/w not.
eg, 0*1*2*3 = 0^2
-1*0*1*2 = 0^2