Given $x,y,z \in \mathbb{R}$ and $x,y,z>2,$ I want to show that if,
$$\frac{1}{x^2-4}+\frac{1}{y^2-4}+\frac{1}{z^2-4} = \frac{1}{7}$$
then,
$$\frac{1}{x+2} + \frac{1}{y+2} + \frac{1}{z+2} \leq \frac{3}{7}.$$
I follow the solution here: http://artofproblemsolving.com/community/c6h514107_inequality_by_poru_loh
but I don't know how to alter it to fit this problem?!
Just another way is to note that for $t> 2$, $$f(t) = \left(\frac17-\frac1{t+2}\right)-\frac9{10}\left(\frac1{21}-\frac1{t^2-4} \right)=\frac{(t-5)^2}{10(t^2-4)} \ge 0$$ and the inequality is equivalent to $f(x)+f(y)+f(z) \ge 0$. So its true and equality is iff $x=y=z=5$.