PercentAddPtoX
PercentAddPtoX[ proc, n ]
PercentAddPtoX[ proc, n ] adds the percentage proc of a number n to n, i.e. (100+proc)/100 * n. You commonly use it to instruct the student to increase a number with a certain percentage.
| Example | in | rendered | reduced |
|---|---|---|---|
60 increased by a quarter. |
PercentAddPtoX[ Quantity[25, '%'], 60 ] |
add 25% to 60 |
75 |