Is it possible to show that there is some multiple of 4 that when added to a multiple of 16, will give you perfect square?

32 Views Asked by At

Like given some multiple of 16, (in the integers), is it possible to show that there is some multiple of 4 that would make it a perfect square? For example, 32, you can add 4 to make it a perfect square? Can we prove this? If yes, then how, because I'm stuck. Or do we need more info (because there is a second (somewhat separate) condition I'm leaving out because it doesn't seem useful. Any help would be appreciated. I'm so stuck

2

There are 2 best solutions below

1
On BEST ANSWER

If I interpret your question correctly, then given $16k$, does there exist $n \in \Bbb{N}$ such that $4n+16k$ is a perfect square?

Let $n=k^2+4$, then $4n+16k=4(k^2+4)+16k=(2k+4)^2$

0
On

If $k$ is given, then take $n$ sufficiently large such that $n^2-4k >0$. Then $16k + 4(n^2-4k)=(2n)^2$ is a perfect square.