Let's say a credit card processor wants to charge $(3\% + \text{US}\$ 2)$ for all transaction. What formula do I use to make sure that after the charges are deducted, I get the figure I want.
Example: If my product is $\text{US}\$ 100$ How much do I need to increase the price so that I will get $\text{US} \$100$ even after the transaction is charges by the credit card processor.
If it is purely $\% $-based, then I believe it is $\dfrac{\text{US}\$100}{1-0.03}$. But with the $\text{US}\$2$ in play, I am not sure how to do it. Please help :)