Operations research formulation question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
mikky05v
Messages
53
Reaction score
0
I'm not sure where this subject is supposed to go but it seemed to fit better here than in calculus and beyond.

Homework Statement


Formulate the following problem and then use desmos or guess and check to solve it: The magnetic attraction company produces large and small magnets at 2 different factories, with the following daily output.

Location: Port Huron
Large: 80
Small: 100
Location: Boca Raton
Large: 125
Small: 90

Maximize the total number of magnets that can be produced in a ten day period if neither factory can be open more than seven days, the number of large magnets cannot exceed 750, and the number of small magnets cannot exceed 850, Note the plant cannot be opened half of a day.

The Attempt at a Solution



I think three of my constraints would be
100x[itex]_{1}[/itex] +90x[itex]_{2}[/itex] ≤ 850
80x[itex]_{1}[/itex] +125x[itex]_{2}[/itex] ≤ 750
x[itex]_{i}[/itex]>0
but I'm lost on the z, i know I'm supposed to pull it out of the 10 day statement but I don't know what numbers to use. Can someone explain to me how to pull this out of the statement?
 
Last edited:
Physics news on Phys.org
[STRIKE][/STRIKE]attempt 2: trying a strategy used in some solved problems from the book

Objective: maximize the number of magnets, z that can be produced in a 10 day period if neither factory can be open more than 7 days (I don't know how to fit this into the problem, it sounds like a constraint but I don't know how to formulate it)

so z = the number f small magnets times the number of days plus the number of large magnets times the number of days.
but then my variables x[itex]_{1}[/itex] and x[itex]_{2}[/itex] are both the number of days and I know the number of days to be 10 so this doesn't make sense.

the variables have to be the number of days factory 1 is open and the number of days factory 2 is open and somehow it needs to pull in the fact that they can't be open more than 7 days.
 
In a bit more detail, x1 is the number of days that the Port Huron factory operates, and x2 is the number of days that the Boca Raton factory operates.

Since neither factory can be open more than 7 days in the 10-day period, you have two more constraints.