Today, my math teacher solved a problem which asked to find the maximum value of the expression $x^2y^3$ when $x$ and $y$ are related as $3x+4y=5$.
It was solved using the classic A.M.-G.M. inequality by splitting $3x$ as twice of $3x/2$ and $4y$ as thrice of $4y/3$.
He finally got an inequality as $x^2y^3\le3/16$ and he directly mapped the maximum value of the expression to 3/16 by solely depending only on this inequality. I don't get this point of assigning its maximum value. What if some other inequality says that it is even lesser than 3/16 or restricts its range even further to numbers which are less than 3/16. Can't we give any counterexample inequalities? Or won't any such inequality ever exist? If yes, then why?
I'm a pre-calculus student and I'm still a beginner and am sorry if my question is too dishonorable.
The AM-GM inequality says that for non-negative reals $x_1,x_2,\ldots,x_k$ we always have $$\frac{x_1+x_2+\cdots+x_k}{k}\geq \sqrt[k]{x_1x_2\cdots x_k},$$ with equality if and only if $x_1=x_2=\cdots=x_k$.
Here the result says we have equality if and only if $3x/2=4y/3$. Since this can happen (if $x=2/3$ and $y=3/4$), the upper bound we get is actually the maximum.