SOLUTION: Maximum z = 10x1 + 9x2 subject to: x1 + x2 = 30 x1 + x2 >= 25 2x1 + x2 <= 40

Algebra.Com
Question 161668: Maximum z = 10x1 + 9x2
subject to: x1 + x2 = 30
x1 + x2 >= 25
2x1 + x2 <= 40

Answer by the_tutor2008(2)   (Show Source): You can put this solution on YOUR website!
Let x=x1 and y=x2


So the equations are

z = 10x + 9y,
x+y= 30,
x+y>= 25,
2x+y<= 40



1) First plot the last three equations (you need to solve for y)

2) Find the intersections of the three equations.

3) Plug in the coordinates of the intersection into z = 10x + 9y

For example one intersection is (10,15) which means that x=10 and y=15.

The largest value of z will maximize z = 10x + 9y

RELATED QUESTIONS

Maximize z = 2x1 + 3x2 subject to: 2x1 + x2 ≤ 10 9x1 + 3x2 ≤ 15 x1 ≥ 0, x2 ≥... (answered by ikleyn)
Use graphical method for LPP Minimize Z=15x1+20x2 Subject to following constrains :... (answered by aldo)
Please help. Minimize Z=12x1+16x2 Subject to 10x1+20x2<=120 8x1+8x2<=80... (answered by ikleyn)
Classify the following problems as to whether they are pure-integer, mixed-integer,... (answered by solver91311)
The following maximum problem is in standard form. Introduce slack variables and set up... (answered by solver91311)
The following maximum problem is in standard form. Introduce slack variables and set up... (answered by Edwin McCravy)
Zmax=8x1+16x2 subject to x1+x2<200 3x1+6x2<900 x2=125 x1... (answered by Fombitz)
Determine if the following maximum linear programming problem is in standard form. Do... (answered by solver91311)
Maximize z=4x1+3x2 subject to 20x1+10x2<=230 5x1+15x1<=120 (answered by ikleyn)