kmlawrenson
New member
- Joined
- May 7, 2019
- Messages
- 2
If I have a number that is to be simultaneously adjusted by two or more percentages at the same time, how is this calculated?? For example, a store charges two upgrades at the same time at check-out, say 15% more because you are getting a custom finish and 20% more because you are shopping on Tuesday.
Do I take the 15% plus the total to get a new total, and then take 20% plus the new total, for a total of 38% more?? I.E., if x = total before adjustment, then adjusted total = (x) * (1 + 0.15) * (1 + 0.20) = 1.38 * x
Or, do I calculate the total adjustment by splitting the two percentages and applying both to the total before adjustment?? I.E., if x = total before adjustment, then the adjusted total = x + ( x * 0.15) + ( x * 0.20) = 1.35 * x
I am pretty sure the former is correct, but how do I explain this to a colleague??
Thank you for your time, Ken
Do I take the 15% plus the total to get a new total, and then take 20% plus the new total, for a total of 38% more?? I.E., if x = total before adjustment, then adjusted total = (x) * (1 + 0.15) * (1 + 0.20) = 1.38 * x
Or, do I calculate the total adjustment by splitting the two percentages and applying both to the total before adjustment?? I.E., if x = total before adjustment, then the adjusted total = x + ( x * 0.15) + ( x * 0.20) = 1.35 * x
I am pretty sure the former is correct, but how do I explain this to a colleague??
Thank you for your time, Ken