If $a^2 + b^2 = c^2$, can $b + c$ be a prime number?
2026-03-28 06:23:22.1774679002
Can $b+c$ in the pythagorean triplets $(a, b, c)$ be a prime number?
118 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
If the Pythagorean Triple $(a, b, c)$ is not primitive, then $b+c$ is trivially composite. Thus, let it be primitive. Then $$a=m^2-n^2$$ $$b=2mn$$ $$c=m^2+n^2$$ where $b$ and $a$ are interchangeable. Then we are looking at the sum $b+c=2m^2$ or $(m+n)^2$
Looking back at this answer, the only possibility for $b+c$ to be prime is when $m=1, b=1-n^2$, and thus $b+c=2$.