Hussien M. answered 10/13/23
"Physics Teacher, Graduate of the Faculty of Education with a Bac
To find a basic solution that is not feasible, we need to set some of the variables to zero and solve the resulting system of equations. Let's set x3 and x4 to zero and solve for x1 and x2:
From equation (a):
3x1 + 6x2 + x3 = 16
Setting x3 = 0:
3x1 + 6x2 = 16
From equation (b):
5x1 + 2x2 - x4 = 18
Setting x4 = 0:
5x1 + 2x2 = 18
Now we have a system of two equations with two variables. Solving these equations, we get:
3x1 + 6x2 = 16 --> x1 = (16 - 6x2) / 3
5x1 + 2x2 = 18 --> x1 = (18 - 2x2) / 5
Setting the two expressions for x1 equal to each other:
(16 - 6x2) / 3 = (18 - 2x2) / 5
Cross-multiplying and simplifying:
5(16 - 6x2) = 3(18 - 2x2)
80 - 30x2 = 54 - 6x2
24 = 24x2
x2 = 1
Substituting x2 = 1 into one of the equations, we get:
3x1 + 6(1) = 16
3x1 + 6 = 16
3x1 = 10
x1 = 10/3 = 3.33
Therefore, a basic solution that is not feasible is (x1, x2, x3, x4) = (3.33, 1, 0, 0).