Tags | |
UUID | c98a36a9-6214-11e4-a9fb-bc764e2038f2 |
The Add Percentage calculator adds a specified percentage, y, amount to an original amount, x.
Instructions:
EXAMPLE:
If you have some value you want to increase by a percentage, you are in essence performing the following:
Result = `x + (y/100 * x)` = `x * (1 + y/100)`
As an example 17,035 increased by 4.5% would be:
Result = `17035 * (1 + 4.5/100)` = `17035 *1.045` = 17801.575
Additional Resources:
The Subtract Percentage calculator subtracts a specified percentage, y, from an original amount, x (CLICK HERE).
The Percentage to Decimal calculator converts a percentage into a decimal (CLICK HERE).
No comments |