Let $P(x)=4x^2+6x+4$ and $Q(y) =4y^2-12y+25$. If $x,y$ satisfy the equation $P(x)Q(y)=28$, then find the value of $11y-26x$.
I know this question has been asked earlier here but the answer given states "Note that we have...". I want to know how we can arrive at that statement mathematically instead of trial and error method, because I wasn't able to get that while trying to solve it.
Any other way of solving this question would also be helpful.
In the solution of the problem you linked to it was shown that completing the square gives the result that
$$ P(x)Q(y)=\left[\left(2x+\frac{3}{2}\right)^2+\frac{7}{4}\right]\cdot\left[(2y-3)^2+16\right]$$
If you multiply out those terms you get three terms which are non-negative plus a constant term of $28$. Therefore the product must be no smaller than $28$. In order for the product to exactly equal $28$ each of the non-negative terms must equal $0$. Thus
$2x+\frac{3}{2}=0$ and $2y-3=0$. Therefore we know that $x=-\frac{3}{4}$ and $y=\frac{3}{2}$. Then finding $11y-26x$ is easy.