3 3 votes Consider the following transportation problem:FactoriesStores IIIIIIIVSupplyA4681350B131110870C144101330D91113850Demand253510520 The transportation cost in the initial basic feasible solution of the above transportation problem using Vogel's Approximation method is$1450$$1465$$1480$$1520$ Optimization ugcnetcse-dec2015-paper3 optimization transportation-problem + – go_editor 7.0k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 4 4 votes ans is B here demand and supply are not equal so a dummy column (with cost 0 for all elements) is added with demand 15 to balance it . Then by vogel 's method penalties are calculated and we choose the row with highest panalties and if there is tie chosse the min , next min cost etc Sanjay Sharma answered Aug 11, 2016 • selected Apr 21, 2017 by Deepthi_ts Sanjay Sharma comment Share Follow See all 8 Comments 8 8 Comments reply Show 5 previous comments komal07 commented Nov 3, 2017 reply Follow flag Can the second row be chosen instead of fourth row since both have equal penalty as 8 ? 0 0 replyShare Sanjay Sharma commented Nov 3, 2017 reply Follow flag for initial basic soln any one can be chosen but for optimal soln in case of tie always choose the row which has next min cost which is 9 here in 4th row in comparison of 10 in 2nd row 0 0 replyShare komal07 commented Nov 4, 2017 reply Follow flag Thanks. 0 0 replyShare Please log in or register to add a comment.