Skip to main content

learn.howToCalculate

learn.whatIsHeading

Factors (or divisors) of a number n are all integers that divide n exactly with no remainder. Prime factorization expresses n as a product of prime numbers — unique for every integer greater than 1 (Fundamental Theorem of Arithmetic).

단계별 가이드

  1. 1Trial division: test divisibility by 2, then odd numbers up to √n
  2. 2If divisible, it's a factor — add both divisor and quotient
  3. 3Prime factorization: keep dividing by the smallest prime factor
  4. 4Number of factors = product of (exponent + 1) for each prime factor

풀어진 예시

입력
Factors of 36
결과
1, 2, 3, 4, 6, 9, 12, 18, 36
36 = 2² × 3² → (2+1)(2+1) = 9 factors
입력
Prime factorization of 360
결과
2³ × 3² × 5
360 = 8 × 9 × 5

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

직접 시도해 보세요 →

설정

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