This document compares three methods for finding an initial basic feasible solution for transportation problems: Vogel's Approximation Method (VAM), a Proposed Approximation Method (PAM), and a new Minimum Transportation Cost Method (MTCM). It presents the algorithms for each method and applies them to a sample transportation problem. The MTCM provides not only the minimum transportation cost but also an optimal solution, unlike VAM and PAM which sometimes only find a close to optimal solution. The document aims to evaluate which initial basic feasible solution method works best.