Math Problem Statement

استخرج الحل الأمثل لمشكلة البرمجة الخطية طريقة الرسم البياني :- Max (z) = 101 + 82 S.t.o 3X1 + 6X2 18 6X1 12 X1 X2 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
Graphical Method
Optimization

Formulas

Z = 10X1 + 8X2 (Objective function)
3X1 + 6X2 <= 18 (Constraint)
6X1 <= 12 (Constraint)
X1 >= 0, X2 >= 0 (Non-negativity condition)

Theorems

Feasible Region Theorem
Corner Point Theorem

Suitable Grade Level

Grades 10-12