Mathwords logoMathwords

Percentage Difference — Definition, Formula & Examples

Percentage difference is a way to compare two values by showing how far apart they are as a percentage of their average. It treats both values equally — neither one is considered the "starting" or "original" value.

The percentage difference between two non-zero values aa and bb is defined as the absolute difference of the values divided by the mean of those values, multiplied by 100. Because the denominator is the average of both values, percentage difference is symmetric: swapping aa and bb produces the same result.

Key Formula

Percentage Difference=aba+b2×100\text{Percentage Difference} = \frac{|a - b|}{\dfrac{a + b}{2}} \times 100
Where:
  • aa = First value
  • bb = Second value
  • ab|a - b| = Absolute difference (always positive)
  • a+b2\dfrac{a + b}{2} = Average (mean) of the two values

How It Works

Use percentage difference when you have two values and neither one is clearly the "original" or "reference" value. For example, comparing the population of two cities or the prices of two products. You find the absolute difference between the two numbers, divide by their average, and multiply by 100 to convert to a percent. The result tells you how large the gap is relative to the size of the values themselves.

Worked Example

Problem: A basketball team scored 80 points in Game 1 and 60 points in Game 2. What is the percentage difference between the two scores?
Find the absolute difference: Subtract the smaller value from the larger (or use absolute value).
8060=20|80 - 60| = 20
Find the average of the two values: Add the two scores and divide by 2.
80+602=1402=70\frac{80 + 60}{2} = \frac{140}{2} = 70
Divide and multiply by 100: Divide the difference by the average, then convert to a percent.
2070×10028.57%\frac{20}{70} \times 100 \approx 28.57\%
Answer: The percentage difference between the two scores is approximately 28.57%.

Another Example

Problem: Store A sells a backpack for $45 and Store B sells a similar backpack for $50. What is the percentage difference in price?
Find the absolute difference: Subtract the two prices.
4550=5|45 - 50| = 5
Find the average: Add the prices and divide by 2.
45+502=952=47.50\frac{45 + 50}{2} = \frac{95}{2} = 47.50
Calculate the percentage difference: Divide the difference by the average and multiply by 100.
547.50×10010.53%\frac{5}{47.50} \times 100 \approx 10.53\%
Answer: The percentage difference in price is approximately 10.53%.

Visualization

Why It Matters

Percentage difference comes up in science classes whenever you compare experimental results from two trials without a known "correct" value. It is also widely used in business and economics to compare data like salaries, prices, or performance metrics between two groups. Mastering this concept builds a foundation for statistics and data analysis courses in high school and beyond.

Common Mistakes

Mistake: Dividing by just one of the two values instead of their average.
Correction: Percentage difference specifically uses the average of both values as the denominator. Dividing by a single value gives you percentage change, which is a different calculation.
Mistake: Forgetting the absolute value and getting a negative result.
Correction: Percentage difference is always positive (or zero) because it measures the size of the gap, not the direction. Always take the absolute value of the difference.

Related Terms

  • DecimalResult is often expressed as a decimal first
  • FractionThe formula is built on dividing two quantities
  • RatioPercentage difference is a type of ratio comparison
  • NumeratorThe absolute difference sits in the numerator
  • DenominatorThe average of both values serves as the denominator
  • Fraction RulesSimplifying the formula uses fraction operations