File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -675,9 +675,9 @@ x_1 \geq 0, \quad x_2 \geq 0
675675
676676### 5. [ Complete Mathematical Model] ( ) :
677677
678+
678679<br >
679680
680- $$
681681\boxed{
682682\begin{cases}
683683\text{Maximize } Z = 120x_1 + 150x_2 \\
@@ -689,8 +689,6 @@ x_1 \geq 0, \quad x_2 \geq 0
689689}
690690$$
691691
692- <br >
693-
694692```latex
695693\boxed{
696694\begin{cases}
@@ -702,8 +700,19 @@ x_1 \geq 0, \quad x_2 \geq 0
702700\end{cases}
703701}
704702```
703+
705704<br>
706705
706+ ## 📌 Summary Tables
707+
708+ ### 🔢 Profit per Product
709+
710+ | Product | Profit per Unit (u.m.) |
711+ |:--------|:----------------------:|
712+ | **P1** | 120 |
713+ | **P2** | 150 |
714+
715+
707716### 🧰 Resource Usage per Unit
708717
709718| Product | R1/unit | R2/unit | R3/unit |
@@ -722,6 +731,7 @@ x_1 \geq 0, \quad x_2 \geq 0
722731| **R3** | 120 |
723732
724733
734+
725735
726736
727737
You can’t perform that action at this time.
0 commit comments