This document discusses solving transportation problems to maximize profit rather than minimize cost. It provides 3 methods for solving these types of problems: 1) Convert it to a minimization problem by multiplying the profit matrix by -1. 2) Subtract all profits from the highest profit. 3) Solve it directly as a maximization problem by allocating to highest profit cells and checking for non-positive cell evaluations. It then works through an example problem using these steps to find the optimal solution maximizing total profit.