I have read that product of 4 consecutive integers is less than 1from a perfect square, but this question is quite different.
Asked
Active
Viewed 374 times
-1
-
1What did you try , could you show some your attempts? – Lion Heart Oct 13 '20 at 11:21
-
There is a mistake, I want to say" product of 4 consecutive integers is less than 1 from a perfect square" – Unlimited mathematics Oct 13 '20 at 11:22
-
1If there is a mistake in your text, why don't you correct the post? Click on "edit" ... – Matti P. Oct 13 '20 at 11:23
-
a(a+1)(a+2)(a+3)=s^2 – Unlimited mathematics Oct 13 '20 at 11:23
2 Answers
2
Hint: The product of four consecutive integers plus $1$ is always a square, as you said, namely $$ n(n+1)(n+2)(n+3)+1=(n^2+3n+1)^2. $$ If the first product is already a perfect square $x^2$, then we have $x^2+1=y^2$ with $y=n^2+3n+1$. Now, how many integer solutions has $$ y^2=x^2+1. $$

Dietrich Burde
- 130,978
0
$n(n+1)(n+2)(n+3)<n(n+1)(n+2)(n+3)+1<n(n+1)(n+2)(n+3)+2$
$n(n+1)(n+2)(n+3)+1=(n^2+3n)(n^2+3n+2)+1=((n^2+3n)^2+2(n^2+3n)+1)=(n^2+3n+1)^2$
There are only two consecutive perfect squares, they are $0$ and $1$.
The product of four consecutive integers is not a perfect square.
But if one of the consecutive integers is zero then possible solutions $\left\{-3,-2,-1,0 \right\}$,$\left\{ -2,-1,0,1\right\}$,$\left\{-1,0,1,2\right\}$,$\left\{0,1,2,3\right\}$

Lion Heart
- 7,073
-
Before submitting this question here, I have tried and got this answers but according to my teacher it is not correct. – Unlimited mathematics Oct 13 '20 at 12:04