Solve any percentage problem with six specialized modes: find a percentage of a number, determine the ratio between two numbers, calculate percentage increase/decrease, compute absolute percentage difference, or add/subtract a percentage to/from a value.
A percentage is a ratio expressed as a fraction of 100. It is one of the most widely used mathematical concepts, appearing in finance (interest rates, discounts), statistics (growth rates, survey results), retail (markup, sales tax), and academics (test scores). This calculator provides six distinct modes to handle every common percentage scenario with precision and clarity.
? Core Formulas:
Result = (X / 100) × Y
Percentage = (X / Y) × 100%
%Δ = ((Y - X) / |X|) × 100%
% diff = (|A - B| / ((A+B)/2)) × 100%
Result = Y × (1 + X/100)
Result = Y × (1 - X/100)
A clothing retailer applies a 30% discount on a $85 jacket → using Subtract X% from Y yields $59.50 final price. Later, they want to add a 40% markup on a $40 cost item → Add X% to Y gives $56 wholesale price. To compare year-over-year sales: last year $12,000, this year $15,600 → % Change mode shows a +30% growth. This calculator streamlines all such operations, ensuring pricing accuracy and performance tracking.
| Mode | Use Case Example | Mathematical Formula |
|---|---|---|
| X% of Y | Find 20% of 150 → 30 | (20/100)×150 = 30 |
| X is what % of Y | 45 is what % of 90 → 50% | (45/90)×100% = 50% |
| % Change (X → Y) | From 50 to 75 → +50% increase | ((75-50)/|50|)×100% = 50% |
| % Difference (A vs B) | Difference between 100 and 80 → 22.22% | (|100-80|/((100+80)/2))×100% = 22.22% |
| Add X% to Y | Add 15% tip to $42 → $48.30 | 42 × (1+0.15) = 48.30 |
| Subtract X% from Y | 20% discount on $85 → $68 | 85 × (1-0.20) = 68 |
The concept of “per centum” emerged in Ancient Rome, where fractions of 100 were used in tax calculations. By the 15th century, Italian merchants adopted percentage arithmetic for trade. The modern percent sign (%) evolved from a contraction of the Italian “per cento”. Today, percentages are universal — from economic indicators to probability statements, they simplify complex ratios.