File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed
Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change @@ -562,7 +562,8 @@ After running Solver:
562562<br >
563563
564564## Extras Excercise:
565- ### 📊 Linear Programming Mathematical Model — Production Optimization
565+
566+ ### 1- 📊 Linear Programming Mathematical Model — Production Optimization
566567
567568### ✅ Problem Statement
568569
@@ -745,25 +746,15 @@ x_1 \geq 0, \quad x_2 \geq 0
745746
746747<br>
747748
748- ### **2.** [Solve graphically the LP presented below]():
749+ ---llll---
750+
751+ ### 2- 📈 Graphical Solution to the Linear Programming (LP) Problem
752+
753+
754+
755+ ---oooo----
749756
750- <br>
751757
752- $$
753- \
754- \begin{aligned}
755- \textbf{Max.} \quad & Z = 4x_1 + 3x_2 \\
756- \textbf{S.a.} \quad &
757- \begin{cases}
758- x_1 + 3x_2 \leq 7 \\
759- 2x_1 + 2x_2 \leq 8 \\
760- x_1 + x_2 \leq 3 \\
761- x_2 \leq 2 \\
762- x_1 \geq 0 \text{ e } x_2 \geq 0
763- \end{cases}
764- \end{aligned}
765- \
766- $$
767758
768759
769760
You can’t perform that action at this time.
0 commit comments