diff --git a/README.md b/README.md index 92c36d0..0be53d3 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ $$
-##### ➢ [***Note***](): ***This equation represents a simple solution to an ordinary differential equation.*** +##### [***Note***](): ***This equation represents a simple solution to an ordinary differential equation.***
@@ -174,11 +174,15 @@ $$ A chocolate manufacturer has a stock of chocolates, consisting of 130 kg with cherry filling and 170 kg with mint filling. He decides to sell the stock in the form of two different assorted packages. One package contains a mix with half the weight in cherry chocolates and half in mint chocolates and sells for R$ 20.00 per kg. The other package contains a mix of one-third cherry chocolates and two-thirds mint chocolates and sells for R$ 12.50 per kg. How many kilograms of each mix should the seller prepare to maximize his sales profit? +
+ ### [Solution](): ### ***Objective Function*** -### ➢ [Maximize](): +### [Maximize](): + +
$$ Z = 20x_1 + 12.5x_2 @@ -192,7 +196,7 @@ Z = 20x_1 + 12.5x_2
-### ➣ [Subject to Constraints](): +### [Subject to Constraints](): $$ \begin{cases} @@ -216,6 +220,7 @@ $$ ### ➢ [Solution Steps](): +
1. Express the cherry chocolate constraint: