Suppose that p and q are prime numbers such that p divides q+1 and q divides p+3. Determine p+q.
I think p = 2 and q = 5 will do it.
(q+1) / p (p+3) / q
(5+1) / 2 (2+3) / 5
.