Kalkulator różnicy procentowej
Percentage difference compares two values symmetrically, using their average as the reference. Use it when neither value is clearly the “original” — for example comparing two prices or two measurements.
Przykład rozwiązania
100 vs 120: (20 ÷ 110) × 100 ≈ 18.18%
Jak obliczyć
- Enter the first value.
- Enter the second value.
- Read the relative difference — the result is the same whichever value you enter first.
Wzór
Difference = (|A − B| ÷ ((A + B) ÷ 2)) × 100
Wyjaśnienie
- Comparing two quotes, suppliers or measurements.
- Science and engineering: comparing two experimental readings.
Powiązane kalkulatory
Kalkulator zmiany procentowej
Oblicz procentową zmianę między dwiema wartościami — zarówno wzrost, jak i spadek.
Użyj kalkulatoraKalkulator wzrostu procentowego
Znajdź wzrost procentowy od wartości początkowej do nowej wartości wraz z kwotą wzrostu.
Użyj kalkulatoraKalkulator procentowy
Oblicz, ile procent stanowi jedna liczba względem drugiej, ile wynosi procent z liczby oraz procentową zmianę między dwiema wartościami.
Użyj kalkulatoraKalkulator „ile to procent”
Oblicz, jaki procent całości stanowi dana część.
Użyj kalkulatoraKalkulator spadku procentowego
Oblicz procentowy spadek między wartością początkową a nową, mniejszą wartością.
Użyj kalkulatoraCzęsto zadawane pytania
Difference vs change — which one do I need?
Use percentage change when one value is the reference (before → after). Use percentage difference when comparing two values with no natural reference.
Why divide by the average?
Dividing by the average makes the result symmetric: swapping the two values gives the same percentage, which is what “difference” should mean.