Ivan Shishkin, Rye (1878)

Discussions

Four consecutive integers

0 messages

Solution

Solution by Ancient Tree · EN

The idea is to multiply nn and n+3n+3 together, then n+1n+1 and n+2n+2 together:

n(n+1)(n+2)(n+3)=(n2+3n)(n2+3n+2).n(n+1)(n+2)(n+3)=\left(n^2+3n\right)\left(n^2+3n+2\right).

If we set x=n2+3nx=n^2+3n, the product becomes

x(x+2).x(x+2).

Now

x(x+2)=x2+2x=(x+1)21.x(x+2)=x^2+2x=(x+1)^2-1.

Therefore

n(n+1)(n+2)(n+3)=(n2+3n+1)21,n(n+1)(n+2)(n+3)=\left(n^2+3n+1\right)^2-1,

which is indeed one less than a square.

No messages yet.