So I asked lord of the mark to not only solve this equation for me but also minimize some factors, and I added some more info to it.
{A/[H/C]}=T
A=(x+((w*L)*(S1+S2+S3+S4+S5))
H=(S1*E1+S2*E2+S3*E3+S4*E4+S5*E5)
C=9/(w(1+E+R+O) and is always rounded up
T=dependent variable, what you're solving for, what you are trying to keep at minimum
x = user defined
w = user defined, whole numbers, try to find equilibrium with s1,s2,s3,s4,s5
L=120
s1,s2,s3,s4,s5 = user defined, whole numbers, try to find equilibrium with w
E, R, O are user defined as either true or false
If E,R,O = true then E,R,O = .5
If E = true then O = False
E1, E2, E3, E4, E4 are user defined as either true or false
If E1 = true then E1 = 90, false = 60
If E2 = true then E1 = 90, false = 60
If E3 = true then E1 = 74, false = 50
If E4 = true then E1 = 60, false = 40
If E5 = true then E1 =44, false = 30
If E1,E2,E3,E4,E5 = true then E1 through E5 = true
0=< S1 <=8
0=< S2 <=12
0=< S3 <=16
0=< S4 <=20
0=< S5 <=24
this is an equation to find optimal time (T) for producing a given amount (X). With S1 through S5 being the sale type and E1 through E5 being the amount of the sale. The yes or no logical questions relate to sale output increases for E1 through E5.
W are the amount of workers on each sale, and C is how long it takes to make that sale. E, O, R are worker productivity bonuses and increase their productivity by 50% additively. You always round C up to the nearest ones place. 1 worker will produce the the sale in 9 units of time with no bonuses productivity. 2 workers working together will produce a sale in 4.5 turns, but that will be rounded up to 5 units of time with no bonuses to their productivity.
L=the cost of each worker
So what I want to know is how to minimize T to reach X while finding an equilibrium relationship between all the S variables and W as a mathematical function or expression.
I will be going to be in a minute and will be back in around 11 am PST.
{A/[H/C]}=T
A=(x+((w*L)*(S1+S2+S3+S4+S5))
H=(S1*E1+S2*E2+S3*E3+S4*E4+S5*E5)
C=9/(w(1+E+R+O) and is always rounded up
T=dependent variable, what you're solving for, what you are trying to keep at minimum
x = user defined
w = user defined, whole numbers, try to find equilibrium with s1,s2,s3,s4,s5
L=120
s1,s2,s3,s4,s5 = user defined, whole numbers, try to find equilibrium with w
E, R, O are user defined as either true or false
If E,R,O = true then E,R,O = .5
If E = true then O = False
E1, E2, E3, E4, E4 are user defined as either true or false
If E1 = true then E1 = 90, false = 60
If E2 = true then E1 = 90, false = 60
If E3 = true then E1 = 74, false = 50
If E4 = true then E1 = 60, false = 40
If E5 = true then E1 =44, false = 30
If E1,E2,E3,E4,E5 = true then E1 through E5 = true
0=< S1 <=8
0=< S2 <=12
0=< S3 <=16
0=< S4 <=20
0=< S5 <=24
this is an equation to find optimal time (T) for producing a given amount (X). With S1 through S5 being the sale type and E1 through E5 being the amount of the sale. The yes or no logical questions relate to sale output increases for E1 through E5.
W are the amount of workers on each sale, and C is how long it takes to make that sale. E, O, R are worker productivity bonuses and increase their productivity by 50% additively. You always round C up to the nearest ones place. 1 worker will produce the the sale in 9 units of time with no bonuses productivity. 2 workers working together will produce a sale in 4.5 turns, but that will be rounded up to 5 units of time with no bonuses to their productivity.
L=the cost of each worker
So what I want to know is how to minimize T to reach X while finding an equilibrium relationship between all the S variables and W as a mathematical function or expression.
I will be going to be in a minute and will be back in around 11 am PST.
Comment