I'm trying to come up with a pricing algorithm for my product. I've already set some prices at low intervals, but I need the algorithm to calculate a reasonable for very large orders.
Here are the prices I've already set:
20 units = $35 (1.75 per unit)
40 units = $65 (1.625 per unit)
60 units = $95 (1.583 per unit)
80 units = $125 (1.562 per unit)
100 units = $155 (1.55 per unit)
Is there a simple equation that can be used to carry on this type of trend? Ideally 100,000 units would work out to be about 1.00 per unit.
Adding another answer to show a tool for a direct approach. Use Wolfram Alpha to get a fit suggestion. Logically the log form is better, it suggests $$ 2.10714-0.124745 \log(x) $$ which has a goodness of fit of $R^2 \approx 95\%$.