Math Problem Statement

Formulate a linear programming problem that can be used to solve the following question. A plane delivers cargo in two types of crates between two destinations. The light crate is 16 cubic feet in volume and 1100 pounds in weight, and earns $11 in revenue. Each heavy crate is 20 cubic feet in volume and 700 pounds in weight, and earns $25 in revenue. The plane has available at most 1296 cubic feet and 78300 pounds for the crates. Finally, at least twice the number of light crates as the heavy ones must be shipped. Find the number of crates of each type of cargo to ship in order to maximize revenue. x = ---Select---

y = ---Select---

---Select--- F = (objective function) Subject to (volume) (weight) (ratio) x ---Select--- 0, y ---Select--- 0 (nonnegativity constraint)

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
Inequalities

Formulas

Objective function: F = 11x + 25y
Volume constraint: 16x + 20y ≤ 1296
Weight constraint: 1100x + 700y ≤ 78300
Ratio constraint: x ≥ 2y
Non-negativity constraint: x ≥ 0, y ≥ 0

Theorems

Linear Programming Optimization

Suitable Grade Level

College or Advanced High School (Grades 11-12)