Math Problem Statement

A company produces two types of bicycles; mountain bikes and racing bikes. It takes 5 hours of assembly time and 2 hours of mechanical tuning to produce a mountain bike. It takes 8 hours of assembly time and 3 hours of mechanical tuning to produce a racing bike. The company has at most 24 hours of mechanical tuning labor per week and at most 171 hours of assembly labor per week. The company's profit is USD 120 for each mountain bike produced and USD 100 for each racing bike produced. The company wants to make as much money as possible. Let x = the number of mountain bikes they produce, and let y = the number of racing bikes they produce. What are the constraints for this problem? 5x + 2y ≤ 171, 8x + 3y ≤ 24, x ≥ 0, y ≥ 0

2x + 8y ≤ 171, 5x + 3y ≤ 24, x ≥ 0, y ≥ 0

5x + 8y ≤ 171, 2x + 3y ≥ 24, x ≥ 0, y ≥ 0

5x + 8y ≥ 171, 2x + 3y ≤ 24, x ≥ 0, y ≥ 0

5x + 8y ≤ 171, 2x + 3y ≤ 24, x ≥ 0, y ≥ 0

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Inequalities
Linear Programming
Optimization

Formulas

Assembly time constraint: 5x + 8y ≤ 171
Mechanical tuning constraint: 2x + 3y ≤ 24
Non-negativity constraints: x ≥ 0, y ≥ 0

Theorems

Linear Programming Feasible Region
Optimization in Linear Programming

Suitable Grade Level

Undergraduate - Introductory Operations Research or Linear Programming