Find all positive integer $n$ such that for all prime $p$: $$\frac{pn}{p+n} \in \mathbb{Z}$$
I have tried these:
Case 1:$n$ odd
If choose $p=2$ will have: $$\frac{2n}{2+n}=\frac{2(2+n)-4}{2+n}=2-\frac{4}{2+n}$$
So: $(2+n)|4$ which is wrong because $n$ is odd
Case 2:$n$ even
In this case, I can't do anything!