Math Problem Statement

Please setup the following maximization problem and then solve it. [That is you want to Maximize the Objective function Subject to the Constraints.] A factory manufactures three products, A, B, and C. Each product requires the use of two machines, Machine I and Machine II. The total hours available, respectively, on Machine I and Machine II per month are 180 and 300. The time requirements and profit per unit for each product are listed below.

A B C Machine I 1 2 2 Machine II 2 2 4 Profit 20 30 40

How many units of each product should be manufactured to maximize profit, and what is the maximum profit? As usual, we start by defining our variables: A = number of units of product A manufactured B = number of units of product B manufactured C = number of units of product B manufactured Resource: simplex me - the simple simplex solver Links to an external site. http://www.simplexme.com/en/ Links to an external site. Note: When using the simplex solver the variables are A=x1, B=x2 & C=x3

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

Formulas

Objective Function: Z = 20x1 + 30x2 + 40x3
Machine I Constraint: x1 + 2x2 + 2x3 ≤ 180
Machine II Constraint: 2x1 + 2x2 + 4x3 ≤ 300

Theorems

Simplex Algorithm

Suitable Grade Level

Grades 11-12, Undergraduate