this is regarding programming, so i just throw it here.
i have 3 variables: t, w and i
these are 4 possible values of them
t = 10, w = 500, i = 50
t= 5, w = 1000, i = 50
t = 10, w = 1000, i = 100
t = 20, w = 500, i = 100
if you notice, t will decrease when w increased and t will increase when i increased.
can you guys help me to come up with equation t = blah blah blah with w and i in right side of the equation so that it will fit to the above 4 values.
thanks.
i have 3 variables: t, w and i
these are 4 possible values of them
t = 10, w = 500, i = 50
t= 5, w = 1000, i = 50
t = 10, w = 1000, i = 100
t = 20, w = 500, i = 100
if you notice, t will decrease when w increased and t will increase when i increased.
can you guys help me to come up with equation t = blah blah blah with w and i in right side of the equation so that it will fit to the above 4 values.
thanks.
