I have tried to get prime values for which 11 p+1 is a perfect square but i didn't succeed to get a solution, I have started from :$(11p+1) \mod 2=0=m^2$ this means $11p+1 \bmod 2=0 $ implies $11 p\bmod2=1$ and this implies $p=3$ but $3$ is not a solution , any way ?
2026-03-29 10:18:12.1774779492
What primes $p$ satisfying $11 p+1$ to be a perfect square?
105 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Following from what Barry said we have:
11=(n-1)(n+1) which means that for to be prime one of the two factors must be p and the other must be 11.
When n-1=11, then n=12 and indeed we have n+1=13=p so p is prime. If n+1=11, then n=10, but n-1=9 and 9 is not prime, so =13 is the only solution.