As $p$ and $q$ are successive odd primes, for example if $p = 3$, $q = 5$ then $p + q = 8 = 2 \times 4$ here 4 is a composite number. But how to prove it generally in all conditions?
2026-03-25 15:52:44.1774453964
On
if $p$ and $q$ are successive odd primes and $p + q = 2r$ then $r$ is composite,
1.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
5
On
Suppose $p < q$. If $r$ were a prime number, then we would have $p < r < q$. But that is a contradiction since $p$ and $q$ are supposed to be successive prime numbers. It follows that $q$ must be a composite number.
Are you requiring $p$ and $q$ to be twin primes? As in $p = r - 1$ and $q = r + 1$? Then $p + q = (r - 1) + (r + 1) = 2r$. This means that $r$ is even and thus composite. e.g., 5 + 7 = 12 which is twice 6.
But if you don't require $p$ and $q$ to be twin primes, but merely that every integer strictly between $p$ and $q$ be composite, then we have $p = r - k$ and $q = r + k$, where $r$ may be odd or even but certainly composite, and we're not too concerned with the value of $k$. e.g., 7 + 11 = 18, which is twice 9.
The foregoing assumes we're only talking about positive primes. But considering negative primes hardly changes things: $-2 + 2 = 0 = 2 \times 0$.