Let D=a2+b2+c2 where a and b are successive positive integers and c=ab. How will you show that D is an odd positive integer?

1 Answer
Jun 28, 2016

See below

Explanation:

Making a=n and b=n+1 and substituting in

a2+b2+a2b2=n2+(n+1)2+n2(n+1)2

which gives

1+2n+3n2+2n3+n4

but

1+2n+3n2+2n3+n4=(1+n+n2)2

which is the square of an odd integer