the question
Determine $n\in N$ such that $\frac{3^n-2^n}{3^n+2^n}+\frac{5^n-3^n}{5^n+3^n} \leq \frac{5^n-2^n}{5^n+2^n}$ .
The idea
So I thought of using these formulas;
$$a^n-b^n=(a-b)(a^{n-1}+...+b^{n-1})$$
and
$$a^n+b^n=(a+b)(a^{n-1}-...+b^{n-1})$$
The last one works only for even $n$ and it won't help me that much...
I Don't know where to start. I hope one of you can help me! Thank you!

$$\frac{3^n-2^n}{3^n+2^n}+\frac{5^n-3^n}{5^n+3^n} \leq \frac{5^n-2^n}{5^n+2^n}$$ $$\iff 1-\frac{2\cdot 2^n}{3^n+2^n}+1-\frac{2\cdot 3^n}{5^n+3^n} \leq 1- \frac{2\cdot 2^n}{5^n+2^n}$$ $$\iff \frac 12 \leq \frac{2^n}{3^n+2^n}+\frac{3^n}{5^n+3^n}-\frac{2^n}{5^n+2^n}$$ $$\iff \frac{3^n}{5^n+3^n} + 2^n\cdot\left(\frac1{3^n+2^n} - \frac1{5^n+2^n}\right) \ge \frac12$$ $$\iff \frac{3^n}{5^n+3^n} + \frac{10^n-6^n}{15^n+6^n+10^n+4^n} \ge \frac12$$Clearly, the left hand side is decreasing in $n$. However, when we set $n=0$, equality holds, so there are no solutions for $n \in \Bbb N$.