$$ \frac{2}{x} + \frac{5}{y} = \frac{1}{3}$$ where $x,y$ belongs to Natural numbers. Prove that it has
- 6 solutions when both $x\ \&\ y$ are even
- 6 solutions when both $x\ \&\ y$ are odd
- 0 solutions when $x$ is even and $y$ is odd
- 0 solutions when $x$ is odd and $y$ is even
I tried doing it case by case for the first case taking $x=2n$ and $y=2m$ and I got $ \frac{5}{2m} = \frac{n-3}{3n}$ from there I tried to find values of $m,n$ such that $x,y$ comes out natural number, I found $(16,24)$. This process is very lengthy and if the question asked to find the number of solutions instead of proving, it would fail miserably.
How can I analyse this to find the solutions?