We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88b7014 + 811226e commit 5a917aaCopy full SHA for 5a917aa
1 file changed
README.md
@@ -671,8 +671,18 @@ $3x_1 \leq 90
671
```latex
672
x_1 \geq 0, \quad x_2 \geq 0
673
```
674
+<br>
675
676
+### 5. [Complete Mathematical Model]():
677
678
+### $\boxed{
679
+\begin{cases}
680
+\text{Maximize } Z = 120x_1 + 150x_2 \\
681
+2x_1 + 4x_2 \leq 100 \\
682
+3x_1 \leq 90 \\
683
+5x_1 + 3x_2 \leq 120 \\
684
+x_1 \geq 0, \quad x_2 \geq 0
685
+\end{ca$
686
687
688
0 commit comments