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 c71caf9 + 6d7a3fa commit f48b0feCopy full SHA for f48b0fe
1 file changed
README.md
@@ -624,10 +624,10 @@ x_2 = \text{quantity produced of product P2}
624
625
#### Maximize total profit:
626
627
-### $\text{Maximize } Z = 120x_1 + 150x_2$
+### $\text{Maximize: } Z = 120x_1 + 150x_2$
628
629
```latex
630
-\text{Maximize } Z = 120x_1 + 150x_2
+\text{Maximize: } Z = 120x_1 + 150x_2
631
```
632
633
<br>
0 commit comments