diff --git a/README.md b/README.md index a0f481a..956817b 100644 --- a/README.md +++ b/README.md @@ -938,7 +938,7 @@ x_1 = \text{quantity produced of product P1} \\ x_2 = \text{quantity produced of product P2} ``` -
+

### [2](). Objective Function: @@ -954,7 +954,7 @@ $\text{Maximize: } Z = 120x_1 + 150x_2$ \text{Maximize: } Z = 120x_1 + 150x_2 ``` -
+

### [3](). Resource Constraints: @@ -1000,12 +1000,17 @@ $5x_1 + 3x_2 \leq 120$ ### ***We cannot produce a negative quantity of products***: -### $x_1 \geq 0, \quad x_2 \geq 0$ +
+ +$x_1 \geq 0, \quad x_2 \geq 0$ + +
```latex x_1 \geq 0, \quad x_2 \geq 0 ``` -
+ +

### 5. [Complete Mathematical Model](): @@ -1023,6 +1028,8 @@ x_1 \geq 0, \quad x_2 \geq 0 } $$ +
+ ```latex \boxed{ \begin{cases} @@ -1034,11 +1041,16 @@ x_1 \geq 0, \quad x_2 \geq 0 \end{cases} } ``` + +

+ +## 📌 [Summary Tables](): +
-## 📌 Summary Tables +### 🔢 {Profit per Product](): -### 🔢 Profit per Product +
| Product | Profit per Unit (u.m.) | |:--------|:----------------------:|