The constraints of a problem are listed below. What are the vertices of the feasible region?
x+3y<=6
4x+6y>=9
x>=0
y>=0

Respuesta :

The vertices of the feasible region of the constraints is (0,2.5)

How to determine the vertices?

The constraints are given as:

x + 3y ≤ 6

4x + 6y ≥ 9

x ≥ 0,  y ≥ 0

Express the inequalities as equations

x + 3y = 6

4x + 6y = 9

Make x the subject in x + 3y = 6

x = 6 - 3y

Substitute x = 6 - 3y in 4x + 6y = 9

4(6 - 3y) + 6y = 9

Expand

24 - 12y + 6y = 9

Evaluate the like terms

-6y = -15

Divide by 6

y = 2.5

Substitute y = 2.5 in x = 6 - 3y

x = 6 - 3 * 2.5

Evaluate

x = -1.5

So, we have:

(x,y) = (-1.5, 2.5)

Recall that: x ≥ 0,  y ≥ 0

This means that the feasible region must have positive coordinates or zero

So, we set x = 0

(x,y) = (0, 2.5)

Hence, the vertices of the feasible region of the constraints is (0,2.5)

Read more about feasible region at:

https://brainly.com/question/14381991

#SPJ1