Bunuel
If n = 1 + x, where x is the product of four consecutive positive integers, then which of the following is/are true?
I. n is odd
II. n is prime
III. n is a perfect square
A. I only
B. II only
C. III only
D. I and II only
E. I and III only
x is the product of any four consecutive integers. Lets assume integers are 1,2,3,4
x=1*2*3*4=24
n=24+1=25
25 is odd as well as perfect square but its not prime...(Satisfying condition 1 and 3)
Since condition 2 is failing even in atleast 1 case we can safely say that 2 is not true.
So aption E --> I and III only should be correct
Also we can prove this algebraically :
n(n+1)(n+2)(n+3)+1 =\((n^{2}+n)(n^{2}+5n+6)+1\)
=\(n^{4}+6n^{3}+11n^{2}+6n+1\)
=\((n^{2}+3n+1)^{2}\)
--> n(n+1)(n+2)(n+3) = \((n^{2}+3n+1)^{2} -1\)
Since we can see that in above equation that product of any four consecutive integer is one less perfect square, and since perfect squares are even number one less than even is always odd (Satisfying condition 1 and 3)