How to compute setup cost and increment cost provided two quantities and prices

23 Views Asked by At
  • q is qty
  • s is setup cost
  • i is incremental cost
  • u is unit cost $$ u = \frac{s}{q} + i $$ provided

u1 = 3.02000 q1 = 1000

u2 = 1.64710 q2 = 2500

I am trying to come up with a general formula for computing setup and incremental given two unit costs and quantities.