I seem to be having a problem with writing a general sigma notation for my case.
In this example, I am trying to sell a product on multiple markets (based on the customer's needs), but for each market the customer chooses, he shall get an additional 20% discount.
If he chooses only one market the price is n
If he chooses two markets, the price should be n + n*0.1
Three, n + n*0.1 + n*0.2
Sorry for noob question, help is appreciated
Edit:
Clarification - I am selling a product on five markets. If a customer wants to buy my product, he can choose to do so on all of the five markets. For each market except the first, he will get a +10% discount on the purchase.
Example - Customer decides to buy the product on 4 markets. The price (on one market) is \$1. The customer's price shall then be \$1 (first) + \$0.9 (second) + \$0.8 (third) + \$0.7 (fourth) equaling to $3.4.
Another customer buys the product on 2 markets. The price is also \$1. His final price will be \$1 + \$0.9 = \$1.9
Also it is 10%, and not 20% as noted by Barry Cipra.