Problem

Minimize the objective function P = 2x + 3y subject to the following constraints:x+y32x+y6x,y0 using the Simplex Method.

Answer

Expert–verified
Hide Steps
Answer

Since all entries in the bottom row are now nonnegative, we have found the optimal solution. The values of the variables are given by the rightmost column: x=3, y=0, s1=0, and s2=3. Substituting these into the objective function gives P=2(3)+3(0)=6.

Steps

Step 1 :First, convert the inequalities into equalities by introducing slack variables. For the first inequality, subtract a slack variable s1, and for the second, add a slack variable s2. This gives us:x+ys1=32x+y+s2=6x,y,s1,s20 The objective function is now P=2x+3y+0s1+0s2.

Step 2 :Next, set up the initial simplex tableau:111032101623000 The bottom row represents the negative of the objective function.

Step 3 :The pivot column is the one with the most negative entry in the bottom row, which is the second column. The pivot row is the one where the ratio of the rightmost column to the pivot column is smallest, which is the first row. Therefore, the pivot element is the 1 in the first row and second column.

Step 4 :Perform the pivot operation to make the pivot element 1 and all other elements in the pivot column 0. This gives us the new simplex tableau:111030121301206

Step 5 :Since all entries in the bottom row are now nonnegative, we have found the optimal solution. The values of the variables are given by the rightmost column: x=3, y=0, s1=0, and s2=3. Substituting these into the objective function gives P=2(3)+3(0)=6.

link_gpt