With $x,y,z \ge 0, x^3+y^3+z^3=3$: find the minimum of $A=\dfrac{x^3}{3y+1}+\dfrac{y^3}{3z+1}+\dfrac{z^3}{3x+1}$
My attempts: $A=\dfrac{x^6}{3yx^3+x^3}+\dfrac{y^6}{3zy^3+y^3}+\dfrac{z^6}{3xz^3+z^3} \ge \dfrac{(x^3+y^3+z^3)^2}{3(yx^3+zy^3+xz^3)+x^3+y^3+z^3}=\dfrac{3}{yx^3+zy^3+xz^3+1}$ and I don't know what to do next (I think my approach is not right)
