Using only SOLVER on Excel create a spreadsheet
2. Solving constrained linear problems
Show how Solver can be used to solve constrained linear problems, using the following problem as an example.
You have three variables -- x, y, z. You are told that:
x+y+z 6
x + 2y+ 3z 10
3x+ 2y+ 2z =15
What is the maximum value that the following function can take, given these constraints:
x + 9y+ z?