Question
Question: Solve the following linear programming problem graphically: Minimise \[Z = 200x + 500y\]-------(1...
Solve the following linear programming problem graphically:
Minimise Z=200x+500y-------(1)
subject to the constraints:
x+2y⩾10------(2)
3x+4y⩽24-----(3)
x⩾0,y⩾0------(4)
Solution
To solve the given above question apply linear programming and consider the graph and plot using points obtained by the above equations such as (2), (3) in graph. Equation (4) is in the first quadrant which helps to find the points and substitute the resultant points in the equation (1) and we can find the minimum value.
Complete step by step solution:
Let us take
Z=200x+500y-------(1)
Now Consider equations
x+2y⩾10------(2)
3x+4y⩽24-----(3)
x⩾0,y⩾0------(4)
Now, consider equation (2)
⇒x+2y⩾10
Put x=0 in equation (2), then
⇒0+2y=10
⇒2y=10
Divide both side by 2, then
⇒y=210
⇒y=5
∴ we obtain a point (x,y)=(0,5).
Put y=0 in equation (2), then
⇒x+0=10
⇒x=10
∴ we obtain (x,y)=(10,0)
Now, Consider equation (3)
⇒3x+4y⩽24
Put x=0in equation (3), then
⇒0+4y=24
⇒4y=24
Divide both side by 4, then
⇒y=424
⇒y=6
∴ (x,y)=(0,6)
Put y=0 in equation (3), then
⇒3x+4(0)=24
⇒3x=24
Divide both side by 3, then
⇒x=324
⇒x=8
∴ (x,y)=(8,0)
Now from equation (4) x⩾0,y⩾0
Equation (4) is in the first quadrant.
Plot the graph using all the obtained points from the above equation
From the graph consider at point A(0,5), B(0,6) and to find the midpoint C consider the given equation (2) and (3)
x+2y=10
3x+4y=24
Now solve these equations by elimination method to obtain midpoint C
Multiply equation (a) by 3, then
Solve the equations by changing a sign, we get
⇒2y=6
Divide 3 on both side, then
⇒y=3
Now substitute value of y in equation (2) or (3), to get the value of x, then
Consider equation (2)
⇒x+2y=10
⇒x+2(3)=10
⇒x+6=10
Subtract 6 on both side, then
⇒x=4
Therefore, the midpoint C point is C(4,3)
The corner point of shaded region is A(0,5), B(0,6) and C(4,3)
Now, consider the equation (1)
⇒Z=200x+500y
At point A(0,5), then
⇒Z=200(0)+500(5)
⇒Z=0+2500
⇒Z=2500
At point B(0,6), then
⇒Z=200(0)+500(6)
⇒Z=0+3000
⇒Z=3000
Lastly, at point C(4,3), then
⇒Z=200(4)+500(3)
⇒Z=800+1500
⇒Z=2300
Hence, the minimum value of Z is 2300 attained at the point (4,3).
Note:
Linear programming is a method to achieve the best outcome in a mathematical model whose requirements are represented by linear relationships. Linear programming is a technique for the optimization of a linear function subject to linear equality and linear inequality constraints. Linear equation is an equation between two variables that gives a straight line when plotted on a graph.