Albert1
- 1,221
- 0
$ 4^{27}+4^{500}+4^\text{n}=\text {k}^2 $
where n and k are positive integers ,please find max(n)
where n and k are positive integers ,please find max(n)
First, notice that $n$ must be quite large. The reason for that is that $4^{500} = \bigl(2^{500}\bigr)^2$ is a square. The next square after that is $\bigl(2^{500}+1\bigr)^2 = 4^{500} + 2^{501} + 1$. So we must have $4^{27}+4^n > 2^{501} > 4^{250}$, and it follows that $n$ must be at least $250$.Albert said:$ 4^{27}+4^{500}+4^n=k^2 $
where n and k are positive integers ,please find max(n)