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
2026-03-25 06:30:20.1774420220
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 Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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$