Processing math: 100%


FactorizationMethod Intermediate

Problem - 3102

Find all positive integer n such that n2+2n is a perfect square.


Let 2n+n2=k2. Then 2n=(kn)(k+n)k+n=2a,kn=2b where ab,a+b=n

  • If a=bn=0
  • If a>b, then 2n=2a2bn=2a12b1a+b=2a12b12a>2a12b12a2a<6n=6

report an error