A Tiny Discount Calculation
Suppose there are tiered discount rates: say up to , above Now suppose I need things that cost before any discount is applied. Assuming , I get the 10% discount, having to pay . Could I perhaps add some more items to be eligible for the 15% discount and still end up paying less than ?
This inequality means that for initial (undiscounted) amounts of or higher, adding exactly enough to reach 5000 will give me more stuff while costing less than the original.
This makes sense – needs to be large enough to get to , but not too much so that we can actually save money.
Great! But there’s a slight issue. Not all discounts are like this, so how do I decide next time when there’s something else I want and the store is throwing a similar puzzle at me? Let’s generalise more! Let be the discount rates, be the threshold between them. Repeating the previous calculations:
is the extra savings on the original amount by getting the higher discount rate. That should be more than the amount we end up paying for the extra discount which is ! I find it beautiful that all we did was start with a condition we want and then manipulate it to get a different but equivalent condition. This new condition somehow says more than the original. Seems so obvious now but somehow it wasn’t so obvious in the beginning – at least to me.
Let’s flip sides: suppose I am a corporate salesperson and I don’t want the discounts to be such that people get more stuff and still for literally less money. Can I still have a tiered discount rate but make this impossible?
Putting this in terms of our earlier notation, we want for all and all such that . But we have variables on both sides of this inequality ( on the left, on the right) and hence no matter what are, we can make really small, and really large to be able to satisfy this inequality. This is assuming . If we make then the left side is always negative so this inequality always fails – so that’s one way to do what we want: reduce the discount offered for higher amounts spent. But that’s ridiculous, right? As a salesperson we want to encourage more expenditure. The next assumption to break is but that’s a discount rate of more than 100% – paying people for buying stuff will surely not help the profit margin.
What else could I do? Remember the last condition that was there just for completeness? Well, if that inequality exists, but no product (or combination of products) can actually cost enough to add up to a value between those two bounds ( and ) then we can still advertise a sensible tiered discount but ensure that every upsell actually makes the company more money instead of less. The most straightforward way to go about this would be to restrict the discount such that it applies only to products above a certain price point, or only for certain combinations.
Let me try to make an example. Keeping numbers simple: . This reduces the condition to Suppose all products cost 499 (or multiples of 499 like 999, 1499, etc.) but the threshold is can only be or before crossing the threshold. So can be . None of these are above the minimum , so is impossible! The only way to cross the threshold is to buy three things worth each, but then the 25% discount cuts down the price by 1/4, not 1/3. That verifies the example!