This final project discusses the solution of fractional linear programming using dynamic programming forward methods. The solution to this problem is to find the optimal solution of the fractional linear programing by changing the fractional objective function to an approximation function using the simplified method, followed by using the simplex method until the optimal solution is obtained. T…