Use $A = \frac{1}{2}bh$ to find the function of the area.
$$A = \frac{1}{2}(x)\bigg(\frac{10}{x}+x-4\bigg)$$
$$A = \frac{1}{2}x^2-2x+5$$
Think of this as a function - a quadratic function. The maxima/minima of a function can be found where its first derivative is equal to $0$. This is a quadratic function where the coefficient of the leading term ($a$) is positive. Hence, we can confirm it must be the minimum.
$$A’ = x-2$$
Now, set $A’ = 0$ and see what you get for $x$. Evaluate $A$ (the original function) for that value of $x$ you get.
Edit: If you aren’t familiar with calculus, you could just go with finding the vertex of function $A$. The vertex of the function is at the point $(h, k)$.
$$A = \frac{1}{2}x^2-2x+5$$
$$h = -\frac{b}{2a}$$
$h$ is the $x$-coordinate of the vertex of function $A$. Evaluate it, and just plug in that value in the original function to find $k$, or the $y$-coordinate of the vertex of function $A$. That value of $k$ will be the minimum output, or in this case, the minimum area.
Yet again, you can immediately find $k$ without calculating $h$ first by using a general formula.
$$k = c-\frac{b^2}{4a}$$
$$A(x) = 5 - \frac{1}{2}x^2 - 2x$$
In calculus, we learn that we can use the first derivative test to find minima, i.e. wherever $A'(x) = 0$ there is a minimum or maximum, and trying $x$ in $A(x)$ on just either side of the $x$ that gives $A'(x) = 0$ can help us see if it's a minimum or maximum. (If it's a minimum, for $x$ to the nearby left and right, $A(x)$ will be greater than what you get at the the $x$ that gives a zero derivative.)
– PrincessEev Nov 02 '18 at 08:52education. – José Carlos Santos Nov 02 '18 at 08:54