Question 166542
your constraints are:
x >= 0
y >= 0
x+y >=1
-----
since the equation is 23*x and 21*y, you want to make x = 0 which will be the smallest term you can use for x or y.
-----
if you make x = 0, then x + y >=1 becomes y >= 1 which means you want to make y = 1 because 1 is the smallest it can become.
-----
assuming x = 0 and y = 1, the results of the equation become:
23*0 + 21*1 + 22 = 43.
-----
the smallest value of your equation is 43 which is option b.
-----
if you had made y = 0, then x would have had to have been 1, and your equation would have become:
23*1 + 21*0 + 22 = 45
-----
option b is your answer and the values you had to use are:
x = 0
y = 1