{"id":1689,"date":"2025-08-25T16:43:38","date_gmt":"2025-08-25T09:43:38","guid":{"rendered":"https:\/\/base.binus.ac.id\/business-engineering\/?p=1689"},"modified":"2025-08-26T10:26:44","modified_gmt":"2025-08-26T03:26:44","slug":"least-cost-method-for-transportation-problem","status":"publish","type":"post","link":"https:\/\/base.binus.ac.id\/business-engineering\/2025\/08\/25\/least-cost-method-for-transportation-problem\/","title":{"rendered":"Least Cost Method for Transportation Problem"},"content":{"rendered":"<h1>Minimizing Transportation Costs with the Least Cost Method<\/h1>\n<p>In logistics and supply chain management, cost efficiency is just as important as meeting demand. That\u2019s why solving transportation problems isn\u2019t only about finding a feasible solution\u2014it\u2019s about finding a low-cost one. After using simple methods like the Northwest Corner Method (NWC) to get a starting solution, the Least Cost Method (LCM) offers a smarter way to build an initial plan that considers cost right from the start.<\/p>\n<p>This article explains how the Least Cost Method works, when to use it, and how it helps bring businesses closer to optimal transportation plans.<\/p>\n<h2>What is the Least Cost Method?<\/h2>\n<p>The Least Cost Method is a technique used to solve transportation problems by starting with the lowest possible cost (Nugraha et al., 2023). Unlike NWC, which ignores cost in its early steps, LCM builds the allocation by selecting cells with the smallest unit cost first, while still satisfying supply and demand constraints.<\/p>\n<p>Its goal is to generate a better initial basic feasible solution (IBFS)\u2014one that\u2019s closer to the optimal solution and more efficient from the beginning.<\/p>\n<h2>Step-by-Step: How the Least Cost Method Works<\/h2>\n<h3>Step 1: Identify the cell with the lowest cost<\/h3>\n<ul>\n<li>Look across the entire cost matrix.<\/li>\n<li>Choose the cell with the lowest shipping cost.<\/li>\n<\/ul>\n<h3>Step 2: Allocate as much as possible to that cell<\/h3>\n<ul>\n<li>Allocate the maximum number within the limit of the demand or supply to that cell.<\/li>\n<li>Subtract the allocation from both row supply and column demand.<\/li>\n<\/ul>\n<h3>Step 3: Cross out the row or column that has been fulfilled<\/h3>\n<ul>\n<li>If the demand has been fulfilled, then the rest of the cells in that column will be allocated 0 units.<\/li>\n<li>If the supply has been fulfilled, then the rest of the cells in that row will be allocated 0 units.<\/li>\n<\/ul>\n<h3>Step 4: Repeat the process<\/h3>\n<ul>\n<li>Continue selecting the next lowest-cost cell from the remaining options.<\/li>\n<li>Repeat allocation and crossing out until all supply and demand values are satisfied.<\/li>\n<\/ul>\n<h3>Step 5: Calculate the total shipping cost<\/h3>\n<ul>\n<li>The total shipping cost can be found by summing up the product of units and shipping cost in each cell.<\/li>\n<\/ul>\n<h2>Example Question<\/h2>\n<h3>Question:<\/h3>\n<p>Let's say you have 2 factories (sources, denoted as F) and 2 warehouses (destinations, denoted as W).<\/p>\n<p>The supply from Factory A is 20 units. Meanwhile, the supply from Factory B is 30 units.<\/p>\n<p>On the other hand, both Warehouse X and Y have a demand of 25 units each.<\/p>\n<p>The transportation costs are as follows:<\/p>\n<ul>\n<li>Factory A to Warehouse X = $10<\/li>\n<li>F<sub>A<\/sub> to W<sub>Y<\/sub> = $3<\/li>\n<li>Factory B to Warehouse X = $5<\/li>\n<li>F<sub>B<\/sub> to W<sub>Y<\/sub> = $8<\/li>\n<\/ul>\n<p>Refer to figure 1 for an illustration of the question.<\/p>\n<figure id=\"attachment_1680\" aria-describedby=\"figcaption_attachment_1680\" class=\"wp-caption clear aligncenter\" itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" style=\"width: 438px\"><img loading=\"lazy\" decoding=\"async\" itemprop=\"contentURL\" class=\"size-full wp-image-1680\" src=\"http:\/\/base.binus.ac.id\/business-engineering\/wp-content\/uploads\/sites\/4\/2025\/07\/nwc-question.png\" alt=\"Example Question for Least Cost Method\" width=\"438\" height=\"371\" \/><figcaption id=\"figcaption_attachment_1680\" class=\"wp-caption-text\" itemprop=\"description\">Figure 1. Example Question for Least Cost Method<\/figcaption><\/figure>\n<h3>Solution:<\/h3>\n<h4><strong>Step 1: Find the lowest cost<\/strong><\/h4>\n<ul>\n<li>The lowest cost is at cell AY\u00a0with only a $3 shipping cost.<\/li>\n<li>It has a limit of 20 units for supply and 25 units for demand.<\/li>\n<li>So, allocate 20 units in that cell.<\/li>\n<li>A's supply is now 0, so cross out the rest of row A.<\/li>\n<\/ul>\n<h4>Step 2: Next lowest cost<\/h4>\n<ul>\n<li>The next lowest cost is at cell BX, costing $5.<\/li>\n<li>It has a limit of 30 units for supply and 25 units for demand.<\/li>\n<li>So, allocate 25 units in that cell.<\/li>\n<li>X's demand is now 0, so cross out the rest of column X.<\/li>\n<\/ul>\n<h4>Step 3: The last cell<\/h4>\n<ul>\n<li>The only cell left to be filled out is cell BY, costing $8.<\/li>\n<li>Fill it out with the remaining 5 units.<\/li>\n<\/ul>\n<figure id=\"attachment_1691\" aria-describedby=\"figcaption_attachment_1691\" class=\"wp-caption clear aligncenter\" itemscope itemtype=\"http:\/\/schema.org\/ImageObject\" style=\"width: 478px\"><img loading=\"lazy\" decoding=\"async\" itemprop=\"contentURL\" class=\"size-full wp-image-1691\" src=\"http:\/\/base.binus.ac.id\/business-engineering\/wp-content\/uploads\/sites\/4\/2025\/07\/least-cost-answer.png\" alt=\"Answer using least cost method\" width=\"478\" height=\"363\" \/><figcaption id=\"figcaption_attachment_1691\" class=\"wp-caption-text\" itemprop=\"description\">Figure 2. Example Question's Answer Using the Least Cost Method<\/figcaption><\/figure>\n<h4>Step 4: Total shipping cost<\/h4>\n<p>The total shipping cost is the sum of the product of the allocated units by the shipping cost.<\/p>\n<p>(20 x 3) + (25 x 5) + (5 x 8) = $225<\/p>\n<h2>Strengths and Weaknesses<\/h2>\n<h3>Advantages:<\/h3>\n<ul>\n<li>Considers cost<\/li>\n<li>Provides a closer approximation to the optimal solution<\/li>\n<li>Works for most real-world transport model<\/li>\n<\/ul>\n<h3>Disadvantages:<\/h3>\n<ul>\n<li>Still no guarantee that the result is optimal<\/li>\n<li>Slightly more complex than the Northwest Corner Method<\/li>\n<li>Needs tie-breaking if multiple lowest cost exist<\/li>\n<\/ul>\n<h2>Final Thoughts<\/h2>\n<p>The Least Cost Method is a practical and powerful tool in solving transportation problems. It builds on the strengths of simpler methods like NWC, but goes a step further by introducing cost-awareness into the equation. While it may not always give the absolute best answer, it gets you much closer to the ideal solution\u2014saving time, money, and resources.<\/p>\n<h2>References<\/h2>\n<p>Nugraha, I., Winursito, Y. C., &amp; Sari, T. P. (2023). Shipping cost optimization using least cost and stepping stone method at the Xender brand sandal factory. <em>Biomedical and Mechanical Engineering Journal (BIOMEJ), 3<\/em>(1), 36\u201342. <a href=\"https:\/\/doi.org\/10.33005\/biomej.v3i1.74\">https:\/\/doi.org\/10.33005\/biomej.v3i1.74<\/a><\/p>\n<p>SGD's 4 : Quality Education<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Minimizing Transportation Costs with the Least Cost Method In logistics and supply chain management, cost efficiency is just as important as meeting demand. That\u2019s why solving transportation problems isn\u2019t only about finding a feasible solution\u2014it\u2019s about finding a low-cost one. After using simple methods like the Northwest Corner Method (NWC) to get a starting solution, [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":1691,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1689","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles"],"featured_image":{"phone":"https:\/\/base.binus.ac.id\/business-engineering\/wp-content\/uploads\/sites\/4\/2025\/07\/least-cost-answer.png","tablet":"https:\/\/base.binus.ac.id\/business-engineering\/wp-content\/uploads\/sites\/4\/2025\/07\/least-cost-answer.png"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v14.4.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Least Cost Method for Transportation Problem - Business Engineering<\/title>\n<meta name=\"description\" content=\"This article discusses on how transportation problems can be solved using the least cost method, to give solutions that are closer to the optimal answer.\" \/>\n<meta name=\"robots\" content=\"index, follow\" \/>\n<meta name=\"googlebot\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta name=\"bingbot\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/base.binus.ac.id\/business-engineering\/2025\/08\/25\/least-cost-method-for-transportation-problem\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Least Cost Method for Transportation Problem - Business Engineering\" \/>\n<meta property=\"og:description\" content=\"This article discusses on how transportation problems can be solved using the least cost method, to give solutions that are closer to the optimal answer.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/base.binus.ac.id\/business-engineering\/2025\/08\/25\/least-cost-method-for-transportation-problem\/\" \/>\n<meta property=\"og:site_name\" content=\"Business Engineering\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-25T09:43:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-26T03:26:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/base.binus.ac.id\/business-engineering\/wp-content\/uploads\/sites\/4\/2025\/07\/least-cost-answer.png\" \/>\n\t<meta property=\"og:image:width\" content=\"478\" \/>\n\t<meta property=\"og:image:height\" content=\"363\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/base.binus.ac.id\/business-engineering\/#website\",\"url\":\"https:\/\/base.binus.ac.id\/business-engineering\/\",\"name\":\"Business Engineering\",\"description\":\"BINUS UNIVERSITY\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/base.binus.ac.id\/business-engineering\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/base.binus.ac.id\/business-engineering\/2025\/08\/25\/least-cost-method-for-transportation-problem\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/base.binus.ac.id\/business-engineering\/wp-content\/uploads\/sites\/4\/2025\/07\/least-cost-answer.png\",\"width\":478,\"height\":363,\"caption\":\"Figure 2. Example Question's Answer Using the Least Cost Method\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/base.binus.ac.id\/business-engineering\/2025\/08\/25\/least-cost-method-for-transportation-problem\/#webpage\",\"url\":\"https:\/\/base.binus.ac.id\/business-engineering\/2025\/08\/25\/least-cost-method-for-transportation-problem\/\",\"name\":\"Least Cost Method for Transportation Problem - Business Engineering\",\"isPartOf\":{\"@id\":\"https:\/\/base.binus.ac.id\/business-engineering\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/base.binus.ac.id\/business-engineering\/2025\/08\/25\/least-cost-method-for-transportation-problem\/#primaryimage\"},\"datePublished\":\"2025-08-25T09:43:38+00:00\",\"dateModified\":\"2025-08-26T03:26:44+00:00\",\"author\":{\"@id\":\"https:\/\/base.binus.ac.id\/business-engineering\/#\/schema\/person\/f9b77807075fb6cd0764cc54d29813b5\"},\"description\":\"This article discusses on how transportation problems can be solved using the least cost method, to give solutions that are closer to the optimal answer.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/base.binus.ac.id\/business-engineering\/2025\/08\/25\/least-cost-method-for-transportation-problem\/\"]}]},{\"@type\":[\"Person\"],\"@id\":\"https:\/\/base.binus.ac.id\/business-engineering\/#\/schema\/person\/f9b77807075fb6cd0764cc54d29813b5\",\"name\":\"authorbasebuseng\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/base.binus.ac.id\/business-engineering\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7008c0cb08f8d2b192b47fb862de8a6f?s=96&d=mm&r=g\",\"caption\":\"authorbasebuseng\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/posts\/1689"}],"collection":[{"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/comments?post=1689"}],"version-history":[{"count":5,"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/posts\/1689\/revisions"}],"predecessor-version":[{"id":1766,"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/posts\/1689\/revisions\/1766"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/media\/1691"}],"wp:attachment":[{"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/media?parent=1689"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/categories?post=1689"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/base.binus.ac.id\/business-engineering\/wp-json\/wp\/v2\/tags?post=1689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}