Understanding Percentage Daily Values on Nutrition Labels
Learn how to read and understand percentage daily values on nutrition labels. Decode food packaging percentages to make healthier dietary choices.
Read More →Compute ratios, proportions, rates, and fractional values from any two numbers
Calculate percentage increase, decrease, or difference between values
Add or remove Australia's 10% Goods and Services Tax
Calculate profit margin percentage from cost and selling price
Convert marks to percentage and Australian grade
See how your money grows with compound interest over time
A percentage is a dimensionless ratio expressed as a fraction of 100. The term derives from the Latin per centum, meaning "by the hundred." Percentages convert absolute values into standardised proportions, enabling direct comparison between quantities of different magnitudes. A percentage calculator automates the arithmetic operation of dividing a numerator by a denominator and multiplying the quotient by 100.
This tool suite contains 10 distinct calculators: percentage of a number, percentage ratio, percentage change (increase and decrease), percentage application (augmentation and reduction), discount computation, gratuity computation, Goods and Services Tax (GST) at 10%, profit margin and markup derivation, academic grade conversion, and compound interest projection. Each calculator accepts numerical inputs and returns results rounded to two decimal places.
Percentage arithmetic underpins Australian financial obligations including the 10% GST levied under the A New Tax System (Goods and Services Tax) Act 1999, the 12% superannuation guarantee contribution (2025–26 financial year), the 2% Medicare levy, and progressive income tax brackets administered by the Australian Taxation Office (ATO). Commercial applications include profit margin analysis, markup pricing, conversion rate measurement, and compound interest forecasting.
A percentage represents a number as a proportion of 100. The mathematical symbol "%" denotes this hundredths relationship. Percentage calculation transforms raw numerical data into normalised ratios that permit comparison across datasets of different scales. The base formula is: Percentage = (Part ÷ Whole) × 100. The inverse operation — extracting a part from a whole given a percentage — follows the formula: Part = (Percentage ÷ 100) × Whole.
| Calculator Type | Mathematical Operation | Formula | Input Variables |
|---|---|---|---|
| Percentage of a Number | Scalar multiplication by hundredths fraction | Result = (P ÷ 100) × N | Percentage (P), Number (N) |
| Percentage Ratio | Division followed by centesimal scaling | P = (X ÷ Y) × 100 | Part (X), Whole (Y) |
| Percentage Change | Relative difference quotient | Δ% = ((V₂ − V₁) ÷ V₁) × 100 | Original (V₁), New (V₂) |
| Percentage Increase/Decrease | Augmentation or reduction by factor | Result = N × (1 ± P÷100) | Number (N), Percentage (P) |
| Discount | Price reduction by hundredths factor | Sale Price = Price × (1 − D÷100) | Original Price, Discount (D) |
| Gratuity (Tip) | Proportional addition to base amount | Total = Bill + (Bill × T÷100) | Bill Amount, Tip Rate (T) |
| GST (10%) | Flat-rate value-added tax computation | Inclusive = Price × 1.1 | Exclusive = Price ÷ 1.1 | Price, Operation (add/remove) |
| Profit Margin | Profit-to-revenue ratio | Margin = ((SP − CP) ÷ SP) × 100 | Cost Price (CP), Selling Price (SP) |
| Grade Conversion | Score-to-total ratio with classification | Grade% = (Marks ÷ Total) × 100 | Marks Obtained, Total Marks |
| Compound Interest | Exponential growth projection | A = P × (1 + r÷100)ⁿ | Principal (P), Rate (r), Years (n) |
Each calculator accepts numerical inputs as integers or decimals. Currency symbols and commas are excluded from input fields. The computation engine processes values using JavaScript's IEEE 754 double-precision floating-point arithmetic. Results are rounded to two decimal places using standard mathematical rounding (half-up). All processing executes within the client browser — no data transmits to external servers.
| Fraction | Decimal | Percentage | Ratio (per 100) |
|---|---|---|---|
| 1/2 | 0.5 | 50% | 50:100 |
| 1/3 | 0.333... | 33.33% | 33.33:100 |
| 1/4 | 0.25 | 25% | 25:100 |
| 1/5 | 0.2 | 20% | 20:100 |
| 1/8 | 0.125 | 12.5% | 12.5:100 |
| 1/10 | 0.1 | 10% | 10:100 |
| 3/4 | 0.75 | 75% | 75:100 |
| 2/3 | 0.666... | 66.67% | 66.67:100 |
| 7/8 | 0.875 | 87.5% | 87.5:100 |
Select the required calculation type from the 10-calculator grid. Enter numerical values into the labelled input fields. Press the "Calculate" button or the Enter key. The result displays below the input fields with a descriptive output string. Re-enter new values and recalculate without page reload. Input fields accept integers, decimals, and negative numbers where mathematically valid.
Enter raw numbers without currency symbols ($), commas, or percentage signs. The arithmetic engine rounds output to two decimal places. Trailing zeros are removed (e.g., 25.00 displays as 25). All computation executes in the browser via client-side JavaScript. No input data transmits to remote servers. The calculator operates without an internet connection after initial page load.
Australia's GST is a flat 10% consumption tax. To derive the GST-inclusive price, multiply the ex-GST amount by 1.1. Example: $450 × 1.1 = $495 GST-inclusive. To extract the ex-GST price from a GST-inclusive amount, divide by 1.1. Example: $495 ÷ 1.1 = $450. To isolate the GST component, divide the GST-inclusive price by 11. Example: $495 ÷ 11 = $45 GST. The GST calculator automates these three operations.
Percentage change measures relative variation between two values: ((V₂ − V₁) ÷ V₁) × 100. Percentage points measure the arithmetic difference between two percentage values. Example: The Reserve Bank of Australia (RBA) cash rate moving from 4.10% to 3.60% is a 0.50 percentage point decrease and a 12.2% relative decrease. These two metrics are not synonymous. Media reporting conflates them; financial analysis requires the distinction.
Sale price = Original price × (1 − Discount% ÷ 100). A $120 item at 30% off: $120 × 0.70 = $84. Mental arithmetic shortcuts: 10% = shift decimal left one position; 25% = divide by 4; 50% = halve; 20% = double the 10% amount. Stacked discounts (20% then additional 10%) compound multiplicatively: $100 × 0.80 × 0.90 = $72, not $100 × 0.70 = $70. The discount calculator displays savings amount and final price.
Divide the numerator by the denominator and multiply by 100. The fraction 3/4 converts to (3 ÷ 4) × 100 = 75%. The fraction 5/8 converts to (5 ÷ 8) × 100 = 62.5%. Enter the numerator in the "Number" field and the denominator in the "of Number" field of the percentage ratio calculator. The inverse operation (percentage to fraction): place the percentage over 100 and reduce. 75% = 75/100 = 3/4.
After a reduction: Original = Final ÷ (1 − Percentage÷100). A product costs $72 after a 40% discount: $72 ÷ 0.60 = $120 original price. After an increase: Original = Final ÷ (1 + Percentage÷100). A rent of $660/week after a 10% increase: $660 ÷ 1.10 = $600 original rent. Reverse percentage is the multiplicative inverse of the forward percentage operation.
Salary increase percentage = ((New Salary − Old Salary) ÷ Old Salary) × 100. A salary change from $85,000 to $93,500: (($93,500 − $85,000) ÷ $85,000) × 100 = 10%. The Australian Fair Work Commission's Annual Wage Review 2025 raised the national minimum wage by 3.75% to $24.10 per hour. Use the percentage change calculator with old salary as "Original Value" and new salary as "New Value."
Margin = (Profit ÷ Revenue) × 100. Markup = (Profit ÷ Cost) × 100. These ratios are reciprocally related but not interchangeable. A product with $40 cost and $100 revenue: Margin = ($60 ÷ $100) × 100 = 60%. Markup = ($60 ÷ $40) × 100 = 150%. Converting between them: Margin = Markup ÷ (1 + Markup÷100). The margin versus markup reference contains full conversion tables.
Weighted average = Σ(Value × Weight) ÷ Σ(Weight). Three exam scores: 80% (weight 20%), 75% (weight 30%), 90% (weight 50%). Weighted average = (80×0.20) + (75×0.30) + (90×0.50) = 16 + 22.5 + 45 = 83.5%. An unweighted arithmetic mean of the same scores yields 81.67%. Weighted averages produce different results when sample sizes or importance factors differ.
Body fat percentage = (Fat Mass ÷ Total Body Mass) × 100. Measurement methods include dual-energy X-ray absorptiometry (DEXA, ±1.5% accuracy), bioelectrical impedance analysis (BIA, ±3–5%), and skinfold calliper measurements (7-site Jackson-Pollock method, ±3.5%). Healthy ranges: males 10–20%, females 18–28%. Use the percentage change calculator to track body composition changes over time. The body fat percentage reference details measurement protocols and clinical ranges.
Each percentage formula derives from the fundamental ratio relationship: a percentage expresses a numerator–denominator quotient scaled to a base of 100. The four core percentage operations — extraction, ratio determination, relative change, and exponential compounding — cover all arithmetic contexts where proportional reasoning applies.
Operation type: Converts a centesimal fraction into an absolute value by scalar multiplication. The percentage (P) divides by 100 to produce a decimal coefficient, which multiplies the quantity (N).
Worked example: 12% superannuation guarantee on $95,000 ordinary time earnings: (12 ÷ 100) × $95,000 = $11,400 annual employer contribution.
Operation type: Divides the subset (part) by the complete set (whole) and scales the resulting decimal to a centesimal value. This operation normalises proportions for cross-dataset comparison.
Worked example: 72 marks out of 90 total: (72 ÷ 90) × 100 = 80.00%. Under the Australian Qualifications Framework, 80% maps to a Distinction (D) grade classification.
Operation type: Measures the proportional difference between an original value (V₁) and a new value (V₂). A positive result indicates increase (growth, appreciation, inflation). A negative result indicates decrease (reduction, depreciation, deflation).
Worked example: Sydney median house price from $1,120,000 to $1,198,400: (($1,198,400 − $1,120,000) ÷ $1,120,000) × 100 = 7.0% increase.
Operation type: Applies iterative percentage growth where each period's interest accrues on the accumulated total (principal plus prior interest). This produces an exponential growth curve, distinct from linear simple interest (A = P × (1 + r×n÷100)).
Worked example: $50,000 superannuation balance at 7% annual return for 20 years: $50,000 × (1.07)²⁰ = $193,484.21. Total interest earned: $143,484.21. Simple interest comparison: $50,000 × (1 + 0.07×20) = $120,000 — compound interest exceeds simple interest by $73,484.21 (61.2% more).
The following table lists percentage rates mandated by Australian legislation, regulated by government agencies, or applied in standard financial practice. Each rate includes the governing authority, the applicable formula, and a computed example.
| Category | Rate | Governing Authority | Formula | Computed Example |
|---|---|---|---|---|
| GST (Addition) | 10% | ATO / A New Tax System Act 1999 | Price × 1.1 | $350 × 1.1 = $385 |
| GST (Removal) | 10% | ATO | Price ÷ 1.1 | $385 ÷ 1.1 = $350 |
| GST Component Isolation | 1/11th | ATO | GST-inclusive Price ÷ 11 | $385 ÷ 11 = $35 |
| Superannuation Guarantee (2025–26) | 12% | ATO / SG Act 1992 | Ordinary Time Earnings × 0.12 | $95,000 × 0.12 = $11,400/yr |
| Medicare Levy | 2% | ATO / Medicare Levy Act 1986 | Taxable Income × 0.02 | $95,000 × 0.02 = $1,900 |
| Medicare Levy Surcharge (no private cover) | 1%–1.5% | ATO | Taxable Income × 0.01 to 0.015 | $100,000 × 0.01 = $1,000 |
| Income Tax: $18,201–$45,000 bracket | 16% | ATO / ITAA 1997 | ($Income − $18,200) × 0.16 | ($45,000 − $18,200) × 0.16 = $4,288 |
| Home Deposit (standard LVR ≤ 80%) | 20% | APRA prudential guidelines | Property Value × 0.20 | $850,000 × 0.20 = $170,000 |
| 50/30/20 Budget Allocation | 50%, 30%, 20% | Personal finance framework | Net Income × ratio | $6,000: $3,000 needs, $1,800 wants, $1,200 savings |
| Restaurant Gratuity (customary) | 10%–15% | Social convention (non-obligatory in Australia) | Bill × 0.10 to 0.15 | $95 × 0.10 = $9.50 |
Learn how to read and understand percentage daily values on nutrition labels. Decode food packaging percentages to make healthier dietary choices.
Read More →Understand alcohol by volume percentages and calculate standard drinks in Australia. Essential knowledge for responsible drinking decisions.
Read More →Learn what weather percentages really mean in Australian forecasts. Understand probability of rain, humidity, and UV index interpretation.
Read More →