Question

(1) Convert the following LPs to standard form: 22 (a) max z 3x1 + 2x2 s.t. 21 < 40 X1 + x2 < 80 2x1 + x2 < 100 X1, X2 > 0 (b

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The standard form required all constraints to be in '=' form. For '<=" constraints, this is obtained by adding a slack variable (s) to the LHS. For '>=' constraints, a surplus variable is subtracted instead.

Also, the RHS values must be >= 0. So, if there are any negative RHS, then both LHS and RHS will be multiplied by -1.

Also, all the decision variables will be >= 0. So, if there is any variable <= 0 declared, convert this to another non-negative variable by multiplying -1. If there is any free variable, replace it by the difference between two non-negative variables.

(a)

max z = 3x1 + 2x2 + 0s1 + 0s2 + 0s3
s.t.
x1 + s1 = 40
x1 + x2 + s2 = 80
2x1 + x2 + s3 = 100
x1, x2, s1, s2, s3 >= 0

(b)

max z = 2x1 - x2 + 0s1 + 0s2
s.t.
x1 - x2 + s1 = 1
2x1 + x2 - s2 = 6
x1, x2, s1, s2 >= 0

(c)

max z = 3x1 + x2 + 0s1 + 0s2
s.t.
x1 - s1 = 3
x1 + x2 + s2 = 4
2x1 - x2 = 3
x1, x2, s1, s2 >= 0

Add a comment
Know the answer?
Add Answer to:
(1) Convert the following LPs to standard form: 22 (a) max z 3x1 + 2x2 s.t....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT