I have been doing some practice questions for an upcoming Maths Challenge. There's one question I can't seem to grasp. I'm not sure entirely sure where to start. I don't know how to approach this one. Any help would be appreciated
$n$ in the form $n = pq$ where $p$ and $q$ are different odd prime numbers is not superdeficient. Not being superdeficient means the sum of $n$'s proper factors less than $n$, when multiplied by $2$, is more than $n$.
E.g. $35$ is superdeficient since $1+5+7=13 \times 2=26<35$ but $15$ isn't since $1+3+5=9 \times 2=18>15$.
We want to find all pairs of distinct odd primes $p < q$ such that $pq$ is not superdeficient i.e., it satisfies $1+p+q>\frac{pq}{2}$. Note first that if $p \geq 5$, then $\frac{pq}{2} \geq \frac{5}{2}q \geq 2q>1+p+q$, a contradiction. Hence $p=3$. Hence it remains to find primes $q>3$ which obey $4+q>\frac{3}{2}q$. These are only $q=7, q=5$
Concluding, we have solutions $(3,5)$ and $(3,7)$.