Skip to content

Commit f077e99

Browse files
Merge pull request #364 from Quantum-Software-Development/FabianaCampanari-patch-3
Update README.md
2 parents 381a4f8 + 004cda4 commit f077e99

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

README.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -548,20 +548,37 @@ After running Solver:
548548
- **y = 20**
549549
- **Z = 40×10 + 30×20 = 1000**
550550

551+
<br>
552+
553+
## Extras Excercise:
551554

552-
## Extras Excercise
555+
<br>
553556

557+
### 1. [Develop a Mathematical Model – Linear Programming (LP)]():
554558

559+
📘 Problem Statement in English
560+
561+
A company, after a production rationalization process, has 3 available productive resources: R1, R2, and R3. A study indicated the feasibility of manufacturing two products: P1 and P2. After analyzing costs and consulting the sales department, it was found that P1 yields a profit of 120 u.m. per unit and P2 yields 150 u.m. per unit. The production department provided the following resource usage table:
562+
563+
| Product | R1/unit | R2/unit | R3/unit |
564+
|---------|---------|---------|---------|
565+
| P1 | 2 | 3 | 5 |
566+
| P2 | 4 | 0 | 3 |
567+
568+
| Resource Availability per month | R1 = 100 | R2 = 90 | R3 = 120 |
555569

556570

557571

558572

559573

560-
<br>
561574

562575

563-
### **2.** Solve graphically the LP presented below:
576+
<br><br>
577+
564578

579+
### **2.** [Solve graphically the LP presented below]():
580+
581+
<br>
565582

566583
$$
567584
\
@@ -581,10 +598,13 @@ $$
581598

582599

583600

601+
584602
<br><br>
585603

586604

587-
### **3.** Solve the following linear programming problem using the Simplex method.:
605+
### **3.** [Solve the following linear programming problem using the Simplex method]():
606+
607+
<br>
588608

589609
$$
590610
\

0 commit comments

Comments
 (0)