For $x,y,z$ positive real numbers $3x+4y+7z=1$. Find minimum integer value of $1/x+1/y+1/z$
My solution like this: Using Cauchy-Schwarz inequality $$(3x+4y+7z)(1/x+1/y+1/z)\ge (\sqrt{3}+2+\sqrt{7})^2$$ $$(1/x+1/y+1/z)\ge 40,68$$ so min integer value of $1/x+1/y+1/z=41$
I wonder if there is more easy solution that not use Cauchy-Schwarz inequality. I seek more elementary solution. Thank you.
Also, we can use AM-GM: $$(3x+4y+7z)\left(\frac{1}{x}+\frac{1}{y}+\frac{1}{z}\right)=14+\frac{3x}{y}+\frac{4y}{x}+\frac{3x}{z}+\frac{7z}{x}+\frac{7z}{y}+\frac{4y}{z}\geq$$ $$\geq14+4\sqrt3+2\sqrt{21}+4\sqrt7.$$
The equality occurs for $\frac{3x}{y}=\frac{4y}{x}$, $\frac{3x}{z}=\frac{7z}{x}$ and $\frac{7z}{y}=\frac{4y}{z},$ which says that $14+4\sqrt3+2\sqrt{21}+4\sqrt7$ is a minimal value and since $$[14+4\sqrt3+2\sqrt{21}+4\sqrt7]+1=41,$$ we got an answer.