retagged by
0 votes
0 votes

A linear programming problem is shown below.

$\begin{array}{ll} \text{Maximize} & 3x + 7y \\ \text{Subject to} & 3x + 7y \leq 10 \\ & 4x + 6y \leq 8 \\ & x, y \geq 0 \end{array}$

It has

  1. an unbounded objective function.
  2. exactly one optimal solution.
  3. exactly two optimal solutions.
  4. infinitely many optimal solutions.
retagged by

Please log in or register to answer this question.

Answer:

Related questions

0 answers
0 votes
piyag476 asked Feb 19, 2017
Match the CORRECT pairs:$\begin{array}{llll} & \text{Numerical Integration Scheme} & & \text{Order of Fitting Polynomial} \\ P. & \text{Simpson's 3/8 Rule} & 1. & \text{F...
0 answers
0 votes
Arjun asked Feb 17, 2018
The problem of maximizing $z=x_1-x_2$ subject to constraints $x_1+x_2 \leq 10, \: x_1 \geq 0, x_2 \geq 0$ and $x_2 \leq 5$ hasno solutionone solutiontwo solutionsmore tha...
0 answers
0 votes