Each of x and y is a real number that satisfies this equation:
2x + y = -6
Determine the minimum value of this expression:
(1/4)x + (1/2)y
Since y = -6 - 2*x, plot a function where that substitution is made for y:
fplot(@(x)(1/4)^x+(1/2)^(-6-2*x),[-3 .5])
grid
shows the minimum sum is 16, at x = -1.5, y = -3.
|
Posted by Charlie
on 2024-05-19 08:53:34 |