Can anyone help on this?
What is the positive integer such that the sum of the positive integer and 100 is a square number, and the sum of the positive integer and 168 is also a square number?
Here is what I did: assume the positive integer being $x$, then $$ x+100=y^2$$ $$x+168=z^2$$ This gives $(z-y)(z+y)=68=17*2^2$. There are many possibilities. Is there an simple way to find the answer from here?