20,779 views
31 votes
31 votes
Please help me solve this giys

Please help me solve this giys-example-1
User Sheen Vempeny
by
2.8k points

1 Answer

10 votes
10 votes

Answer:

(0, -2)

(-3, 1)

(3, -4)

Explanation:

The constraints given as;

x + y ≥ -2

3x - y ≤ 2

x - y ≥ -4

Since we want to find vertices of the feasible region, we will ignore the less than or greater than sign and use the equal to sign to some simultaneously.

Let's add first and third constraint together to get;

2x = -6

x = -6/2

x = - 3

Put - 3 for x in equation 1 to get;

-3 + y = -2

y = 3 - 2

y = 1

Thus, vertex here is; (-3, 1)

Lets add first and third equations to get;

4x + 0 = 0

Thus, x = 0

Putting this for x in eq 1;

0 + y = -2

y = -2

vertex here is; (0, -2)

Lets subtract eq 3 from eq 2 to get;

2x = 6

x = 6/2

x = 3

Put 3 for x in eq 3;

x - y = -4

vertex here is; (3, -4)

User Michael Lafayette
by
3.4k points