Solveeit Logo

Question

Mathematics Question on Linear Programmig Problem

The corner points of the feasible region determined by x+y8x + y \leq 8, 2x+y82x + y \geq 8, x0x \geq 0, y0y \geq 0 are A(0,8)A(0, 8), B(4,0)B(4, 0), and C(8,0)C(8, 0). If the objective function Z=ax+byZ = ax + by has its maximum value on the line segment ABAB, then the relation between aa and bb is:

A

8a+4=b8a + 4 = b

B

a=2ba = 2b

C

b=2ab = 2a

D

8b+4=a8b + 4 = a

Answer

a=2ba = 2b

Explanation

Solution

The line segment ABAB has the points A(0,8)A(0, 8) and B(4,0)B(4, 0). The objective function Z=ax+byZ = ax + by will have a maximum value on ABAB if ab=change in ychange in x\frac{a}{b} = -\frac{\text{change in } y}{\text{change in } x}.

Between points AA and BB:

Slope of ABAB is given by:

Slope of AB=0840=2\text{Slope of } AB = \frac{0 - 8}{4 - 0} = -2

Thus, the ratio ab=2\frac{a}{b} = 2 implies a=2ba = 2b.