learn.howToCalculate
learn.whatIsHeading
The harmonic mean is best for rates and ratios. It emphasizes smaller values in a dataset and is the reciprocal of the arithmetic mean of reciprocals, often used for average speeds.
공식
HM = n / (1/x₁ + 1/x₂ + ... + 1/xₙ)
단계별 가이드
- 1Calculate the reciprocal of each number
- 2Sum all reciprocals
- 3Divide n by the sum of reciprocals
풀어진 예시
입력
Speeds: 60 km/h, 40 km/h
결과
HM = 48 km/h
2 / (1/60 + 1/40) = 48
피해야 할 일반적인 실수
- ✕Confusing harmonic and arithmetic means
- ✕Wrong application context
계산할 준비가 되셨나요? 무료 Harmonic Mean 계산기를 사용해 보세요
직접 시도해 보세요 →