diff --git a/README.md b/README.md index 298e8c7..d7eeab3 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,9 @@ The **graphical method** for solving simple linear programming (LP) problems inv ## Steps to Solve Graphically +1. **[Plot the Constraints](0:** For each constraint, treat it as an equality and plot the corresponding straight line on the Cartesian plane (\(x_1\) on the horizontal axis, \(x_2\) on the vertical axis). + +