edited by
1,293 views
1 votes
1 votes

Consider the following LPP:

Max $Z=15x_1+10 x_2$

Subject to the constraints

$4x_1 +6x_2 \leq 360$

$3x_1+0x_2 \leq 180$

$0x_1+5x_2 \leq 200$

$x_1, x_2 \geq 0$

The solution of the LPP using Graphical solution technique is

  1. $x_1=60, x_2=0$ and $Z=900$
  2. $x_1=60, x_2=20$ and $Z=1100$
  3. $x_1=60, x_2=30$ and $Z=1200$
  4. $x_1=50, x_2=40$ and $Z=1150$
edited by

1 Answer

Answer:

Related questions

1 votes
1 votes
3 answers
1
Arjun asked Nov 5, 2017
870 views
Which of the following routing technique / techniques is/are used in distributed systems?Fixed RoutingVirtual RoutingDynamic Routing(a) only(a) and (b) only(c) onlyAll (a...
1 votes
1 votes
2 answers
3
Arjun asked Nov 5, 2017
954 views
The Sigmoid activation function $f(t)$ is defined as$\dfrac{1}{\text{exp} (t) + \text{exp} (-t)}$$t \text{ exp}(-t)$$\dfrac{1}{1+ \text{exp} (t)}$$\dfrac{1}{1+ \text{exp...