There is a number $N$ that if we add to him the number $100$ we take a square and if we add to him the number $168$ we take a square.Find this $N$
Any ideas would be apreciated for this puzzle
There is a number $N$ that if we add to him the number $100$ we take a square and if we add to him the number $168$ we take a square.Find this $N$
Any ideas would be apreciated for this puzzle
Let $s^2 = N+168$ and $t^2 = N+100$. Then $(s+t)(s-t) = s^2 - t^2 = 68 = 2\cdot 2 \cdot 17$. The choices for $s-t$ give $s=t+1, s=t+2, s=t+4, s=t+17, s=t+34, s=t+68$. (Restricting to positive integers because $\pm s$ and $\pm t$ work for any working choice of $s$ and $t$...)
Having worked through the choices the only solution is $N = 156$.
Edit: Added a little more detail to the cases.