Given a, b, c ∈ N
p = bc + a ,
q = ab + c ,
r = ca + b
we know that p q r are primes. Prove that at least two of the p ,q ,r are the same.
Edit: i have tried with contradiction method.I assumed all three p q r were not the same got 2 cases where i have 2 even numbers and one odd which is contadiction but that is dead end because after i can only get one even and two odd numbers which doesn't tell me anything
Assume $a,b,c$ are positive integers and $p,q,r$ are prime numbers such that \begin{align*} p&=c^a+b\\[4pt] q&=a^b+c\\[4pt] r&=b^c+a\\[4pt] \end{align*}
Claim:$\;$At least two of $p,q,r$ must be equal.
Suppose instead that $p,q,r$ are all distinct
If two of $p,q,r$ are even, those two primes must both be equal to $2$, contradiction.
Hence at most of one of $p.q.r$ is even.
Consider four cases . . .
Case $(1)$:$\;p$ is even and $q,r$ are both odd. \begin{align*} & p\;\text{is even} \\[4pt] \implies\;& p=2 \\[4pt] \implies\;& b=a=1 \\[4pt] \implies\;& q=1+c\;\text{and}\;r=c+1 \\[4pt] \implies\;& q=r \\[4pt] \end{align*} contradiction.
Case $(2)$:$\;q$ is even and $p,r$ are both odd. \begin{align*} & q\;\text{is even} \\[4pt] \implies\;& q=2 \\[4pt] \implies\;& a=c=1 \\[4pt] \implies\;& p=b+1\;\text{and}\;r=1+b \\[4pt] \implies\;& p=r \\[4pt] \end{align*} contradiction.
Case $(3)$:$\;r$ is even and $p,q$ are both odd. \begin{align*} & r\;\text{is even} \\[4pt] \implies\;& r=2 \\[4pt] \implies\;& c=b=1 \\[4pt] \implies\;& p=1+a\;\text{and}\;q=a+1 \\[4pt] \implies\;& p=q \\[4pt] \end{align*} contradiction.
Case $(4)$:$\;p,q,r$ are all odd.
First suppose $a$ is even.
Next suppose $a$ is odd.
Thus each of the four cases yields a contradiction.
It follows that $p,q,r$ cannot all be distinct, hence at least two of $p,q,r$ must be equal.