Core notation
Percentage questions become easier when every value receives a role. In this reference:
- part is the amount being compared;
- whole or base is the reference amount;
- rate is the percentage written as a decimal for calculation;
- old and new identify direction when measuring change.
Convert a percentage to a decimal by dividing by 100. Thus 18% becomes 0.18, and 0.6% becomes 0.006. Convert a decimal rate back to a percentage by multiplying by 100 and adding the percent sign.
The most important question is usually not “which button do I press?” but “which value is the base?” A percentage has no meaning without a reference quantity.
Find a percentage of an amount
Use:
result = amount × (percentage ÷ 100)
Example: 18% of 250 is 250 × 0.18 = 45.
The Percentage Calculator can evaluate this and the reverse forms below. Keep units consistent: 18% of $250 produces a dollar result, while 18% of 250 kilograms produces kilograms.
Find what percentage one amount is of another
Use:
percentage = (part ÷ whole) × 100
Example: 45 is what percentage of 250? 45 ÷ 250 × 100 = 18%.
The whole is the denominator. Swapping 45 and 250 answers a different question and produces about 555.56%. Percentages greater than 100 are valid when the part is larger than the reference whole.
Do not divide by zero. If the reference amount is zero, the ordinary percentage ratio is undefined. A calculator should report that condition rather than inventing a finite percentage.
Percentage increase and decrease
For change from an old value to a new value, use:
change = new − old
percentage change = (change ÷ old) × 100
Example: a quantity rises from 80 to 100. The change is 20, and
20 ÷ 80 × 100 = 25%. If it falls from 100 to 80, the change is -20, and
-20 ÷ 100 × 100 = -20%.
The increase and decrease are not symmetric because their bases differ. A 25%
increase followed by a 20% decrease returns to the starting value:
80 × 1.25 × 0.80 = 80. Subtracting percentage labels without considering the
base is a common mistake.
When the old value is zero, ordinary percentage change is undefined. Report the absolute change and explain the zero baseline instead of presenting an infinite or arbitrary growth rate.
Percentage points versus percent change
Percentage points compare two values that are already percentages. If a rate
moves from 20% to 25%, it increased by 5 percentage points. Relative to the
original 20%, the percent increase is (25 − 20) ÷ 20 × 100 = 25%.
Both descriptions can be correct, but they answer different questions. Use “percentage points” for the direct gap and “percent increase” for the change relative to the original rate. Always name which measure you report.
Reverse percentages
If a known final amount includes an increase of rate r, recover the original
with:
original = final ÷ (1 + r)
If the final amount follows a decrease:
original = final ÷ (1 − r)
Here r is decimal. If a price after a 20% increase is $120, the original was
120 ÷ 1.20 = $100. If a price after a 20% discount is $80, the original was
80 ÷ 0.80 = $100.
Do not simply subtract 20% of the final increased amount. Twenty percent of $120 is $24, which would imply $96 and uses the wrong base. Reverse problems require division by the multiplier that produced the final value.
Discounts and sale prices
For an original price P and discount rate d:
discount amount = P × d
sale price = P × (1 − d)
Example: a $160 item with a 15% discount has a discount of
160 × 0.15 = $24 and a sale price of $136. The
Discount Calculator shows both amounts.
Sequential discounts multiply; they do not normally add. A 20% discount followed by 10% off the reduced price gives:
$100 × 0.80 × 0.90 = $72
That is an effective 28% discount, not 30%. Each step uses the price remaining after the prior step.
Sales tax and tax-inclusive prices
For a pre-tax subtotal S and tax rate t:
tax = S × t
total = S × (1 + t)
At 8.25%, a $200 taxable subtotal produces $200 × 0.0825 = $16.50 tax and a
$216.50 total. The Sales Tax Calculator
can check that arithmetic.
To extract a pre-tax amount from a tax-inclusive total, divide by the multiplier:
pre-tax amount = inclusive total ÷ (1 + t)
tax portion = inclusive total − pre-tax amount
Tax rules determine what is taxable, which rate applies, whether multiple taxes compound, and when rounding occurs. A generic percentage calculation does not answer those legal or jurisdiction-specific questions. Verify an actual filing, invoice, or compliance decision with the applicable authority or a qualified professional.
Margin and markup are different bases
Let C be cost and P be selling price.
profit = P − C
markup percentage = (profit ÷ C) × 100
margin percentage = (profit ÷ P) × 100
Suppose cost is $60 and selling price is $100. Profit is $40. Markup is
40 ÷ 60 × 100 = 66.67%, while margin is 40 ÷ 100 × 100 = 40%.
The values differ because markup uses cost as its base and margin uses selling price. The Margin & Markup Calculator keeps these denominators visible.
To set a selling price for a target margin m:
selling price = cost ÷ (1 − m)
For a $60 cost and 40% target margin, 60 ÷ 0.60 = $100. Multiplying cost by
1.40 would create a 40% markup, not a 40% margin.
Simple versus compound growth
Simple growth applies the rate to the original principal each period:
final = principal × (1 + rate × periods)
Compound growth applies growth to the accumulated balance:
final = principal × (1 + rate per period) ^ number of periods
For $1,000 growing 5% annually for three years:
simple: 1000 × (1 + 0.05 × 3) = $1,150.00
compound: 1000 × 1.05³ = $1,157.63
The Compound Interest Calculator supports periodic contributions and compounding choices. Its output is an illustration based on entered assumptions, not a prediction of returns.
When the stated annual rate compounds more than once per year, a common model is:
final = principal × (1 + annual rate ÷ n) ^ (n × years)
Here n is the number of compounding periods per year. Real products may use
fees, daily balances, irregular deposits, tiered rates, or conventions not
captured by this simplified formula.
Ratios and percentage shares
A ratio a:b describes relative parts. If the total is known, the share for
a is:
a share = total × a ÷ (a + b)
b share = total × b ÷ (a + b)
For a 2:3 split of 250, the shares are 250 × 2/5 = 100 and
250 × 3/5 = 150. The first share is 40% of the total and the second is 60%.
Use the Ratio Calculator to simplify ratios or
split a quantity.
A ratio is not automatically a percentage until it is compared with a total.
The statement “two for every three” can mean a 2:3 relationship, while “two out
of three” means 2 ÷ 3, or about 66.67%. Write the denominator explicitly.
Rounding without changing the decision
Keep extra precision during intermediate steps and round the reported result at the end unless a governing rule says otherwise. Repeated rounding can drift, especially across many line items or compounding periods.
Money commonly displays two decimal places, but that display convention does not define how tax, interest, currency conversion, or allocation must be rounded. Some workflows round each item; others round only a subtotal. Record the method when different approaches could change the payable amount.
Distinguish an exact input from a rounded display. If 1/3 is shown as 33.33%, multiplying later by 0.3333 is an approximation. Keep the fraction or a higher-precision decimal internally when the total must reconcile.
Sanity checks for any percentage result
Before using an answer, ask:
- Is the base correct? Name the denominator in words.
- Is the direction correct? “From old to new” is not interchangeable with “from new to old.”
- Is the rate decimal correct? Five percent is 0.05, not 5.
- Should the result be above or below the base? A discount should not make a positive price larger.
- Can you reverse the operation? Applying the inverse multiplier should approximately restore the starting amount.
- Are units consistent? Do not divide dollars by kilograms and label the result a unitless percentage without explaining the rate.
- Was rounding delayed and documented? Confirm the displayed precision is appropriate for the decision.
Compact formula sheet
percentage of amount = amount × rate
part as percentage of whole = part ÷ whole × 100
percentage change = (new − old) ÷ old × 100
after increase = original × (1 + rate)
after decrease = original × (1 − rate)
reverse an increase = final ÷ (1 + rate)
reverse a decrease = final ÷ (1 − rate)
margin = profit ÷ selling price × 100
markup = profit ÷ cost × 100
compound growth = principal × (1 + periodic rate) ^ periods
In formulas containing 1 ± rate, use the decimal rate. In formulas ending
with × 100, the result is being converted to percentage form.
These formulas support estimation and verification, but a correct calculation can still rest on a wrong business, tax, financial, health, or contractual assumption. For consequential decisions, verify both the arithmetic and the rules that define the inputs.