You might ask your "company person" to clarify the question. Your function has only
x1 and
x2 while your constraints also involve
x4 but you have conditions that
x1,
x2, and
x3 are non-negative with no mention of
x4! I am going to assume that the "
x4" in the second constraint was supposed to be "
x3.
Here the function is
F(x1,x2,x3)=5x1+3x2 (no "
x3"?) and the constraints are
g1(x1,x2,x3)=x1+2x2+x3=6 and
g2(x1,x2,x3)=3x1+x2+x3=9.
So
F(x1,x2,x3)=5x1+3x2+λ1(x1+x2+x3)+λ2(3x1+x2+x3).
The derivative with respect to
x1 is
5+λ1+3λ2=0.
The derivative with respect to
x2 is
3+λ1+2λ2=0.
The derivative with respect to
x3 is
λ1+λ2=0.
The derivative with respect to
λ1 is
x1+x2+x3=0.
The derivative with respect to
λ2 is 3x1+x2+x3=0.
Solve those four equations for
x1,
x2. You could, of course, solve for
λ1 and
λ2 but those are not asked.[/tex]