<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>GROUP ASSIGMENT 1 (BJTNK2023) by Amir Hafiz</title>
      <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-11-07 14:51:46 UTC</pubDate>
      <lastBuildDate>2025-11-20 05:25:03 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/8.0/png/1f9e0.png</url>
      </image>
      <item>
         <title>How is the optimal solution point identified on the graph of a LP model?</title>
         <author>sarahwho2003</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209315171</link>
         <description><![CDATA[<p>Suppose a small factory produces two types of products: x and y. The factory wants to maximize profit, given certain constraints on production time and material.</p><ol><li><p><strong>Objective Function</strong>: Maximize profit Z=5x+3y, where:</p><ul><li><p>x is the quantity of product 1.</p></li><li><p>y is the quantity of product 2.</p></li><li><p>Each unit of x brings in a profit of 5, and each unit of y brings in a profit of 3.</p></li></ul></li><li><p><strong>Constraints</strong>:</p><ul><li><p><strong>Time Constraint</strong>: x+2y ≤ 8</p></li><li><p><strong>Material Constraint</strong>: 2x+y ≤ 8</p></li><li><p><strong>Non-negativity Constraints</strong>: x ≥ 0, y ≥ 0</p></li></ul></li><li><p><strong>Goal</strong>: Find the values of x and y that maximize Z=5x+3y while satisfying the constraints.</p></li></ol><p>Steps to Solve</p><ol><li><p><strong>Graph the Constraints</strong>: Plot each inequality on the x-y plane to find the feasible region.</p></li><li><p><strong>Identify the Feasible Region</strong>: This is the area where all constraints overlap.</p></li><li><p><strong>Evaluate the Objective Function at Each Vertex</strong>: Substitute the coordinates of each vertex of the feasible region into the objective function Z = 5x + 3y</p></li><li><p><strong>Determine the Optimal Solution</strong>: Choose the vertex with the highest Z value.</p></li></ol><p>In the graph above:</p><ul><li><p>The lines represent the constraints x+2y ≤ 8 x 2x+y ≤ 8</p></li><li><p>The shaded region is the feasible region where all constraints are satisfied.</p></li><li><p>The vertices (corner points) of the feasible region are marked: (0,0),(4,0), (2,3) and (0,4).</p></li></ul><p><strong>Evaluating the Objective Function at Each Vertex.</strong></p><p>To find the optimal solution, we substitute each vertex into the objective function Z = 5x + 3y:</p><ol><li><p>At (0,0): Z=5(0)+3(0)=0</p></li><li><p>At (4,0): Z=5(4)+3(0)=20</p></li><li><p>At (2,3): Z=5(2)+3(3)=10+9=19</p></li><li><p>At (0,4): Z=5(0)+3(4)=12</p></li></ol><p>The maximum value of Z is 20, which occurs at the vertex (4,0). Therefore, the optimal solution is to produce 4 units of product x and 0 units of product y to maximize profit. ​</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3011788218/b4b1a03808a0f04e6202dcd373850abc/image.png" />
         <pubDate>2024-11-09 16:50:09 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209315171</guid>
      </item>
      <item>
         <title>In the graphical analysis of a LP problem, how does the determination of a solution differ between a maximization problem and a minimization problem?</title>
         <author>sarahwho2003</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209315869</link>
         <description><![CDATA[<p>In graphical analysis, the approach to finding the optimal solution differs slightly between maximization and minimization problems: </p><p><br></p><p>1. <strong>Maximization Problem</strong></p><ul><li><p>In a maximization problem, you aim to find the highest possible value of the objective function within the feasible region.</p></li><li><p>After graphing the feasible region and constraint lines, you move the objective function line (parallel to itself) outward (increasing its value) within the feasible region until it reaches the farthest vertex it can touch.</p></li><li><p>The optimal solution is typically found at the <strong>farthest vertex</strong> of the feasible region in the direction that increases the objective function value. This is often the vertex with the highest Z value (for Z= ax + by)</p></li></ul><p>2. <strong>Minimization Problem</strong></p><ul><li><p>In a minimization problem, the goal is to find the lowest possible value of the objective function within the feasible region.</p></li><li><p>After drawing the feasible region, you shift the objective function line inward (decreasing its value) until it reaches the <strong>nearest vertex</strong> within the feasible region.</p></li><li><p>The optimal solution is typically found at the <strong>nearest vertex</strong> of the feasible region in the direction that decreases the objective function value. This is often the vertex with the lowest Z value.</p></li></ul><p>Summary of Differences</p><ul><li><p><strong>Direction of Objective Function Movement</strong>: In maximization, the objective line is moved outward; in minimization, it is moved inward.</p></li><li><p><strong>Optimal Vertex Selection</strong>: For maximization, select the vertex where the objective function has the highest value; for minimization, select the vertex with the lowest value.</p></li></ul><p>In both cases, if there are multiple vertices that yield the same optimal value, any point along the edge connecting these vertices is also an optimal solution.</p><p>Suppose a factory produces two types of components, x and y, and wants to minimize production cost, given certain resource constraints.</p><p><strong>For example :</strong></p><ol><li><p><strong>Objective Function</strong>: Minimize cost Z= 3x + 4y, where:</p><ul><li><p>x represents the quantity of component 1.</p></li><li><p>y represents the quantity of component 2.</p></li><li><p>The production cost per unit of x is 3, and per unit of y is 4.</p></li></ul></li><li><p><strong>Constraints</strong>:</p><ul><li><p><strong>Resource Constraint 1</strong>: x + y ≥ 4</p></li><li><p><strong>Resource Constraint 2</strong>: x + 2y ≥ 6</p></li><li><p><strong>Non-negativity Constraints</strong>: x ≥ 0, y ≥ 0</p></li></ul></li><li><p><strong>Goal</strong>: Find the values of x and y that minimize Z=3x+4y while satisfying the constraints.</p></li></ol><p>In the graph above:</p><ul><li><p>The lines represent the constraints x + y ≥ 4 and x + 2y ≥ 6.</p></li><li><p>The shaded region is the feasible region where all constraints are satisfied.</p></li><li><p>The vertices (corner points) of the feasible region are marked: (4,0), (0,4) and (2,2).</p></li></ul><p><strong>Evaluating the Objective Function at Each Vertex.</strong></p><p>To find the minimum value, we substitute each vertex into the objective function Z = 3x + 4y :</p><ol><li><p>At (4,0) : Z=3(4)+4(0)=12</p></li><li><p>At (0,4) : Z=3(0)+4(4)=16</p></li><li><p>At (2,2): Z=3(2)+4(2)=6+8=14</p></li></ol><p><strong> Conclusion</strong></p><p>The minimum value of Z is 12, which occurs at the vertex (4,0). Therefore, the optimal solution is to produce 4 units of component x and 0 units of component y to minimize the production cost. ​</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3011788218/00b19a9ab0b36483886b5f9c316f19c5/image.png" />
         <pubDate>2024-11-09 16:51:42 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209315869</guid>
      </item>
      <item>
         <title>SITI NUR MAISARAH BINTI MOHD ASRI (299505)</title>
         <author>sarahwho2003</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209318422</link>
         <description><![CDATA[<p>Hi everyone ! My name is <strong>Siti Nur Maisarah Binti Mohd Asri.</strong> My matric number is <strong>299505.</strong> Currently, i'm studying course <strong>Technology Management </strong>with honour in <strong>Semester 3</strong>. I do born and live in my dearest hometown which is in<strong> Sungai Petani, Kedah.</strong> But for now, since i am studying in UUM, i do stay in<strong> Inasis TM</strong>. You can contact me thru my phone number which is <strong>0135141778.</strong> </p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3011788218/76aa050f9079424393e8947cf1bf0bd8/image.png" />
         <pubDate>2024-11-09 16:57:34 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209318422</guid>
      </item>
      <item>
         <title>What are the benefits of the graphical method for solving LP problems</title>
         <author>efazulfah1406</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209349596</link>
         <description><![CDATA[<p>Benefits of the Graphical Method</p><ol><li><p><strong>Visualization</strong>:</p><ul><li><p>The graphical method allows you to see the feasible region formed by the constraints, making it easier to understand how constraints interact and where the solution lies.</p></li><li><p>It helps illustrate how changes in constraints or objective function affect the feasible region and solution.</p></li></ul></li><li><p><strong>Identifying the Feasible Region</strong>:</p><ul><li><p>This method clearly shows which areas of the graph satisfy all constraints simultaneously.</p></li><li><p>The feasible region is often bounded by intersecting lines of constraints, making it easy to identify feasible solutions.</p></li></ul></li><li><p><strong>Locating Optimal Solutions</strong>:</p><ul><li><p>You can visually determine the optimal point by plotting the objective function and "sliding" it over the feasible region until it reaches the optimal value.</p></li><li><p>The solution is generally located at a corner point (vertex) of the feasible region, simplifying the search.</p></li></ul></li><li><p><strong>Educational Tool</strong>:</p><ul><li><p>The graphical method is intuitive and aids in understanding LP concepts, which is beneficial for teaching and learning basic optimization principles.</p></li></ul></li><li><p><strong>Clarity on Linear Constraints</strong>:</p><ul><li><p>It is an effective way to show how linear constraints form a polyhedron (or polygon in 2D) and how they limit the set of possible solutions.</p></li></ul></li></ol><p>Example with Graph</p><p>Consider a simple LP problem:</p><p>Problem Statement:</p><p>Maximize Z = 3x + 2y<br>Subject to:</p><ol><li><p>x +y ≤ 4</p></li><li><p>x ≤ 2</p></li><li><p>y ≤ 3</p></li><li><p>x ≥ 0,y ≥ 0</p></li></ol><p>Solution with Graphical Method:</p><ol><li><p><strong>Plot the Constraints</strong>:</p><ul><li><p>Plot each inequality constraint on the graph.</p></li><li><p>The region where all constraints overlap represents the feasible region.</p></li></ul></li><li><p><strong>Objective Function Line</strong>:</p><ul><li><p>Draw the objective function line (for example, Z= 3x + 2y = 6) and move it parallel to itself within the feasible region to maximize Z.</p></li></ul></li><li><p><strong>Find the Optimal Point</strong>:</p><ul><li><p>The optimal solution will occur at a corner point of the feasible region, which can be verified by evaluating Z at each corner.</p></li></ul></li></ol><p><br></p><p>The plot above shows the graphical solution for the LP problem. The shaded purple region represents the feasible region, where all constraints are satisfied. </p><p><br></p><p>The dashed red line represents an example of the objective function line Z = 3x + 2y.</p><p>This example highlights the benefits of the graphical method: it provides a clear view of constraints, the feasible region, and the potential optimal solution, enhancing understanding of the problem structure.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3003758535/f690ab4df0e50b9493eb22b141972dba/bf5c1da8_32d0_4c98_9e6c_dc12b74c92e7.jpg" />
         <pubDate>2024-11-09 18:12:38 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209349596</guid>
      </item>
      <item>
         <title>In the graphical solution method, explain how a constraint and the objective function are plotted on the graph.</title>
         <author>efazulfah1406</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209353676</link>
         <description><![CDATA[<p>1. Plotting Constraints</p><p>Constraints in an LP problem are typically inequalities that form boundaries on the feasible region. For example, a constraint like x+y ≤ 4 represents all points (x,y)on or below the line x+y=4</p><p><br></p><p>Steps for plotting a constraint:</p><ul><li><p><strong>Convert the inequality to an equation</strong> by replacing the inequality symbol (≤, ≥) with an equal sign (=). This gives a line equation.</p></li><li><p><strong>Plot the line</strong> for this equation. This line separates the graph into two regions.</p></li><li><p><strong>Shade the feasible side</strong>: For ≤ constraints, shade the area below or to the left of the line. For ≥ constraints, shade the area above or to the right of the line.</p></li></ul><p>2. Plotting the Objective Function</p><p>The objective function represents what we want to maximize or minimize. For instance, in maximizing Z=3x+2y.</p><p><br></p><ul><li><p><strong>Set the objective function to a constant value</strong> (e.g., Z=6), converting it into a line.</p></li><li><p><strong>Plot this line</strong> on the graph.</p></li><li><p><strong>Move the line</strong> parallel to itself over the feasible region to maximize or minimize Z, stopping at the farthest point within the feasible region.</p></li></ul><p>Example: Plotting a Constraint and Objective Function</p><p>Consider the following LP problem:</p><p>Maximize Z=3x+2y<br>Subject to:</p><ol><li><p>x+y ≤ 4</p></li><li><p>x ≤ 3</p></li><li><p>y ≤ 3</p></li><li><p>x,y ≥ 0</p></li></ol><p>In this plot:</p><ul><li><p>The <strong>constraints</strong> are represented by the solid blue, green, and orange lines. Each line represents the boundary of a constraint:</p><ul><li><p>x+y≤4: Shaded below the blue line.</p></li><li><p>y≤3: Shaded below the green line.</p></li><li><p>x≤3: Shaded to the left of the orange line.</p></li></ul></li><li><p>The <strong>feasible region</strong> is the overlapping shaded area where all constraints are satisfied, bounded by these lines.</p></li><li><p>The <strong>objective function</strong> Z=3x+2y is represented by the dashed red line. This line can be moved parallel to itself within the feasible region to determine the optimal solution by maximizing Z at a corner point.</p></li></ul><p>This visualization helps to understand how constraints limit the feasible region and how the objective function line intersects with this region. ​</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3003758535/d864a1133304b806bd1308aca1869a98/2d168a67_8482_4921_ac97_0a35a0bd94b8.jpg" />
         <pubDate>2024-11-09 18:21:18 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209353676</guid>
      </item>
      <item>
         <title>What constitutes the feasible solution area on the graph of a LP model?</title>
         <author>efazulfah1406</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209355835</link>
         <description><![CDATA[<p>Key Characteristics of the Feasible Solution Area:</p><ol><li><p><strong>Intersection of Constraints</strong>:</p><ul><li><p>Each constraint divides the plane into two regions. The feasible solution area is where these regions overlap, satisfying all constraints simultaneously.</p></li></ul></li><li><p><strong>Boundaries Defined by Constraints</strong>:</p><ul><li><p>Each constraint line forms part of the boundary of the feasible region, either enclosing it or creating one side of the feasible area.</p></li></ul></li><li><p><strong>Polygonal Shape</strong>:</p><ul><li><p>In two-variable LP problems, the feasible region is often a polygon (a closed shape), which may be bounded (e.g., a triangle, quadrilateral) or unbounded, depending on the constraints.</p></li></ul></li><li><p><strong>Corner Points</strong>:</p><ul><li><p>The feasible region has corner points (vertices), which are where the lines representing the constraints intersect. According to the <strong>fundamental theorem of linear programming</strong>, the optimal solution lies at one of these corner points.</p></li></ul></li></ol><p>Example with Graph</p><p>Consider the following LP problem:</p><p>Maximize Z= 3x + 2y<br>Subject to:</p><ol><li><p>x + y ≤ 4</p></li><li><p>x ≤ 3</p></li><li><p>y ≤ 3</p></li><li><p>x, y ≥ 0</p></li></ol><p>In this graph:</p><ul><li><p>The <strong>feasible solution area</strong> is highlighted in purple. This region represents the set of all points that satisfy all constraints:</p><ul><li><p>x + y ≤ 4  (blue line, shaded below),</p></li><li><p>y ≤ 3 (green line, shaded below),</p></li><li><p>x ≤ 3 (orange line, shaded left).</p></li></ul></li><li><p><strong>Corner points</strong> (0, 0), (0, 3), (3, 1), and (3, 0) mark where constraints intersect and form the vertices of the feasible region.</p></li></ul><p>The feasible solution area is where all shaded regions intersect, and any point within this region is a feasible solution that satisfies all constraints in the LP problem. The optimal solution, if it exists, will be at one of these corner points. ​</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3003758535/ad252af35c8cf81e7e42617328e25a96/69c1a101_b025_4914_83ed_a61805298604.jpg" />
         <pubDate>2024-11-09 18:26:14 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209355835</guid>
      </item>
      <item>
         <title>In the graphical analysis of a LP model, what occurs when the slope of the objective function is the same as slope of one pf the constraint equation.</title>
         <author>24maerwan</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209563381</link>
         <description><![CDATA[<ul><li><p><strong>Parallel Lines</strong>: The objective function line and the constraint line are parallel to each other. This means they have the same direction or angle on the graph.</p></li><li><p><strong>Multiple Optimal Solutions (in Some Cases)</strong>: When the objective function has the same slope as a constraint, the line representing the objective function can "slide" along that constraint without leaving the feasible region. This can result in multiple optimal solutions along that line segment.</p></li><li><p><strong>Interpretation</strong>: If you maximize or minimize the objective function along that constraint, you might reach the optimal point at more than one place along the line (rather than a single corner point), leading to multiple optimal solutions</p></li></ul><p>Explaination of the graph above:</p><p><br></p><ul><li><p>The <strong>purple dashed line</strong> represents the objective function (exp: maximizing Z=x+y), with a slope of -1.</p></li><li><p>The <strong>blue solid line</strong> represents a constraint with the same slope (exp: x+y=8).</p></li><li><p>The <strong>green solid line</strong> represents another constraint (exp: 2x+y=12), creating the boundary for the feasible region.</p></li></ul><p>Since the objective function and one of the constraints have the same slope, they are <strong>parallel</strong>. This means that the objective function can "slide" along this constraint line. In this case, if you maximize or minimize the objective function, you can achieve the optimal solution at multiple points along the blue constraint line where it intersects with other boundaries of the feasible region.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1274198489/0f77722d77821e75018dbc51b8b74246/IMG_0601.png" />
         <pubDate>2024-11-10 06:23:24 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209563381</guid>
      </item>
      <item>
         <title></title>
         <author>24maerwan</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209648270</link>
         <description><![CDATA[<p>The graphical method for solving linear programming (LP) problems is useful for simple problems, but it has some key limitations:</p><ol><li><p><strong>Only Works for Two Variables</strong>:</p><ul><li><p>The graphical method is limited to problems with two decision variables (like xxx and yyy), as we can only visualize two dimensions on a graph.</p></li><li><p>If a problem has three or more variables, we can't use a 2D graph to solve it.</p></li></ul></li><li><p><strong>Difficult with Many Constraints</strong>:</p><ul><li><p>If there are many constraints, the feasible region becomes harder to identify and visualize. The graph can get cluttered, and it’s easy to make mistakes in shading the feasible area.</p></li></ul></li><li><p><strong>Not Suitable for Complex Problems</strong>:</p><ul><li><p>Real-world LP problems are often more complex, involving many variables and constraints. The graphical method doesn’t scale well for these cases, as it can’t handle the complexity.</p></li></ul></li><li><p><strong>Limited to Linear Constraints</strong>:</p><ul><li><p>The method only works with linear constraints and objectives. If there are non-linear relationships (curved lines), the graphical method is no longer usable.</p></li></ul></li></ol><p><br></p><p>Fraph above  illustrating the limitations of the graphical method for solving LP problems:</p><ul><li><p><strong>Multiple Constraints</strong>: With more constraints (exp: the purple line x+y≤6x + y in addition to x+2y≤8), the feasible region becomes smaller and harder to identify, especially if constraints overlap closely or are numerous.</p></li><li><p><strong>Complexity for Visualization</strong>: If additional constraints were added, the graph would become cluttered, making it difficult to determine the feasible region and the optimal solution.</p></li><li><p><strong>Only for Two Variables</strong>: This graph works because it has two variables (x and y). However, adding a third variable would make it impossible to display in 2D, showing the method's limitation for larger, real-world problems.</p></li></ul><p><br></p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1274198489/efd5f0205d44f1572c20dc0804b2ade1/Screenshot__57_.png" />
         <pubDate>2024-11-10 10:03:06 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3209648270</guid>
      </item>
      <item>
         <title>Discussion questions 7-8</title>
         <author>efazulfah1406</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3226667549</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://youtu.be/KIVAP9JIrO8?si=zpH_WRERpy6FFpnj" />
         <pubDate>2024-11-20 17:51:22 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3226667549</guid>
      </item>
      <item>
         <title>Discussion questions 4-6</title>
         <author>efazulfah1406</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3226669884</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://youtu.be/jIrwtS7mdqg?si=GzONKEEwA9Q4KoU4" />
         <pubDate>2024-11-20 17:53:03 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3226669884</guid>
      </item>
      <item>
         <title>Discussion Question 1-3</title>
         <author>24maerwan</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3260591926</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://youtu.be/S5gAsjETn4M?si=5KFs2_aJld3finxB" />
         <pubDate>2024-12-15 11:50:25 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3260591926</guid>
      </item>
      <item>
         <title>YUSRINA ZULFAH BINTI MOHD YUSAINI BALDERAM (299031)</title>
         <author>24maerwan</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3260593034</link>
         <description><![CDATA[<p>Hi everyone, I'm Yusrina Zulfah Binti Mohd Yusaini Balderam, and my matric number is 299031. I'm currently in Semester 3, pursuing a degree in Technology Management. My beloved hometown is Sungai Petani, Kedah, where I was born and raised. These days, while studying at UUM, I stay at Inasis TM. Feel free to reach out to me if needed!</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1274198489/209cbd92bf45000031d60295c87e15b3/WhatsApp_Image_2024_12_15_at_7_48_34_PM.jpeg" />
         <pubDate>2024-12-15 11:52:45 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3260593034</guid>
      </item>
      <item>
         <title>MUHAMMAD AMIR HAFIZ BIN ERWAN (301726)</title>
         <author>24maerwan</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3260594873</link>
         <description><![CDATA[<p>Hello everyone! My name is Muhammad Amir Hafiz Bin Erwan, and I’m a Semester 3 student majoring in Operations Management. I’m from Bangsar, Kuala Lumpur and currently, I’m staying at Inasis Tradewinds while pursuing my studies. My matric number is 301726. Looking forward to connecting with all of you!</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1274198489/22214295b89b049a1d89b63b7c92da3e/WhatsApp_Image_2024_12_15_at_8_02_36_PM.jpeg" />
         <pubDate>2024-12-15 11:57:04 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3260594873</guid>
      </item>
      <item>
         <title>Summarize the steps for solving a LP model graphically</title>
         <author>24maerwan</author>
         <link>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3260610805</link>
         <description><![CDATA[<ul><li><p><strong>Define the Objective Function and Constraints:</strong></p><ul><li><p>Identify what you’re trying to optimize (maximize or minimize) and write it as an equation (exp: maximize Z=3x+4y).</p></li><li><p>List the constraints as inequalities (exp: x+2y≤8, x≥0, y≥0).</p></li></ul></li><li><p><strong>Plot Each Constraint on the Graph:</strong></p><ul><li><p>Convert each inequality constraint to an equation to plot a line (exp: for x+2y≤8,  plot x+2y=8x ).</p></li><li><p>Shade the area that satisfies each inequality (e.g., below the line if it’s ≤).</p></li></ul></li><li><p><strong>Identify the Feasible Region:</strong></p><ul><li><p>The feasible region is the area where all shaded regions from the constraints overlap. Any point within this region satisfies all constraints and is a feasible solution.</p></li></ul></li><li><p><strong>Plot the Objective Function Line:</strong></p><ul><li><p>Plot the objective function line as a reference (exp: Z=3x+4y=c, where c is a constant).</p></li><li><p>Move this line parallelly across the feasible region to find the point where it maximizes or minimizes the objective value.</p></li></ul></li><li><p><strong>Find the Optimal Solution:</strong></p><ul><li><p>The optimal solution will typically be at a corner (or vertex) of the feasible region. Evaluate the objective function at each corner point to find the one that gives the best value.</p></li></ul></li></ul><p><br></p><ul><li><p><strong>Blue Line</strong>: Represents the constraint x+2y≤8x</p></li><li><p><strong>Red Dashed Line</strong>: Shows a sample objective function line (exp: Z=3x+4y) positioned for demonstration.</p></li><li><p><strong>Feasible Region (Green Shaded Area)</strong>: This is where all constraints overlap, and any point within this region satisfies the constraints.</p></li><li><p><strong>Axes</strong>: Constraints for x≥0 and y≥0y  are implied by the axes</p></li></ul>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1274198489/69d9f9e76fcb77bd2a3c0fc235c68283/WhatsApp_Image_2024_12_15_at_8_31_08_PM.jpeg" />
         <pubDate>2024-12-15 12:31:31 UTC</pubDate>
         <guid>https://padlet.com/24maerwan/5q3tig7cjw0cp8by/wish/3260610805</guid>
      </item>
   </channel>
</rss>
