Thread Closed

Linear Programming Production Line

 
Share Thread Thread Tools
Dec21-09, 10:43 PM   #1
 

Linear Programming Production Line


I have absolutely no ides where to go from here, I am horrible at this, If you could help me I would appreciate it, I want help doing it, not just answers.

1. The problem statement, all variables and given/known data
You are the owner of a manufacturing plant. We've been hired by Apple to produce iPhone and iPods. Apples pays us $50 for every iPhone and $30 for every iPod. The constraints are that I only have 480 minutes of skilled labor and 2,000 minutes of machine use.

The iPhones require 2 minutes of skilled labor and 6 minutes of machine use time.
The iPods require 1 minute of skilled labor, and 10 minutes of machine use time.

In TOTAL, I can only make 250 units


P= Profit
A= iPhone
B= iPod




3. The attempt at a solution

a = 2(skilled) + 6(machine) + 50(profit)
b = 1(skilled) + 10(machine) + 30(profit)
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Dec22-09, 06:20 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by masrad View Post
I have absolutely no ides where to go from here, I am horrible at this, If you could help me I would appreciate it, I want help doing it, not just answers.

1. The problem statement, all variables and given/known data
You are the owner of a manufacturing plant. We've been hired by Apple to produce iPhone and iPods. Apples pays us $50 for every iPhone and $30 for every iPod. The constraints are that I only have 480 minutes of skilled labor and 2,000 minutes of machine use.

The iPhones require 2 minutes of skilled labor and 6 minutes of machine use time.
The iPods require 1 minute of skilled labor, and 10 minutes of machine use time.

In TOTAL, I can only make 250 units


P= Profit
A= iPhone
B= iPod
Much better to write full sentences in order to be clear and precise. I presume that what you mean is that you can make P dollars if you make A iphones and B ipods.




3. The attempt at a solution

a = 2(skilled) + 6(machine) + 50(profit)
b = 1(skilled) + 10(machine) + 30(profit)
Again, you haven't defined your terms. Are "a" and "b" the same as "A" and "B"? If so that makes no sense. Those numbers look like the numbers given in how many minutes are required to make an iPhone or iPod. But then those are NOT equations. It looks like you are multiplying "2" by "skilled" and that is meaningless. And you certainly cannot add "minutes" and "dollars".

Let A be the number of iPhones made and let B be the number of iPods made. How much money would you make? That is the "object function".

How many minutes of skilled labor would be required? That must be larger than or equal to 0 and less than or equal to 480.

How many minutes of machine time would be required? That must be larger than or equal to 0 and less than or equal to 2000.

The total number of units made, A+ B, must be greater than or equal to 0 and less than or equal to 250.

The two inequalities define your "feasible region". The basic theorem of Linear programing is that max or min of a linear object function occur at the vertices of a convex polygonal feasible region.
Thread Closed

Tags
algebra, business, economics, linear, programming
Thread Tools


Similar Threads for: Linear Programming Production Line
Thread Forum Replies
Linear Programming Linear & Abstract Algebra 2
linear programming Precalculus Mathematics Homework 5
Linear Programming Introductory Physics Homework 3
Linear programming? Introductory Physics Homework 5