Skip to main content

learn.howToCalculate

learn.whatIsHeading

The geometric mean is the nth root of the product of n numbers. It's used for rates of change, growth rates, and situations where multiplicative processes occur.

공식

GM = ⁿ√(x₁ × x₂ × ... × xₙ)

단계별 가이드

  1. 1Multiply all n numbers together
  2. 2Take the nth root of the product
  3. 3Use logarithms to avoid overflow with large numbers

풀어진 예시

입력
Numbers: 2, 8, 4
결과
GM = 4
∛(2×8×4) = ∛64 = 4

피해야 할 일반적인 실수

  • Using arithmetic mean instead
  • Root degree not matching number of values

계산할 준비가 되셨나요? 무료 Geometric Mean 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro