Given positive numbers $x_1,\dots,x_n$ such that $x_1\cdots x_n=1$ prove that $\frac{1}{n-1+x_1}+\cdots+\frac{1}{n-1+x_n}\le 1$.
I tried solving this question through substitution, e.g. $a_1=\sqrt[n]{x_1},...,a_n=\sqrt[n]{x_n}$, hence $a_1...a_n=1$. Also for $k=1,2,...,n$ we have that $x_k=a_k^n=a_ka_k^{n-1}=\frac{a_k^{n-1}}{a_1...a_n}$.
This is where I got stuck. My intuition tells me that I should be able to finish it off from here using AM-GM, however it isn't working out for me. Could you please explain to me how to finish the question off?
One can use Lagrange multipliers for: $$L = \sum_{k=1}^{n} 1/(n-1 + x_{k}) - \lambda(\prod_{k=1}^{n}x_{k} - 1)$$ One has: $$\frac{dL}{dx_{k}} = -\frac{x_{k}}{(n-1+ x_{k})^{2}} -\lambda\prod_{j\neq k}x_{j}$$ And when this is zero, one can multiply both sides by $x_{k}$ to get: $$\frac{x_{k}^{2}}{(n-1+ x_{k})^{2}} =\lambda\prod_{k}x_{k}$$ Because of condition on product of $x_{k}'s$ all $x_{k}$ must be the same and equal to 1 at the maximum.