Math Problem Statement

Solve Linear Programming Problem by big-M method :

Maximise Z=3X_1+2X_2+〖3X〗_3

subjected to constraints

2X_1+X_2+X_3≤2

                                    3X_1+4X_2+2X_3≥8;           X_1,X_2,X_3≥0

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Programming
Optimization
Simplex Method
Big-M Method

Formulas

Objective Function: Z = 3X_1 + 2X_2 + 3X_3
Slack Variables: For inequalities ≤
Surplus and Artificial Variables: For inequalities ≥
Modified Objective with Penalty: Z = 3X_1 + 2X_2 + 3X_3 - M A_1

Theorems

Simplex Method
Big-M Method
Non-negativity of Variables
Ratio Test for Simplex Algorithm

Suitable Grade Level

University-Level (Undergraduate)