素因数分解計算機
無料の素因数分解ツール。数字を入力すると、その素因数と指数が即座に表示されます。算術の基本定理を学びます。
任意の数を素因数に分解し、指数表記を表示します。
What Is Prime Factorization?
Prime factorization is the process of decomposing a number into its prime factors. Every integer greater than 1 has a unique prime factorization.
How to Use
- Start with the smallest prime (2)
- Divide repeatedly until a prime no longer divides
- Move to the next prime (3, 5, 7, …)
- Stop when you reach √n
- If the remainder > 1, it is prime
Examples
Example 1: Factorize 84
84 = 2² × 3 × 7
Example 2: Factorize 360
360 = 2³ × 3² × 5
Example 3: Factorize a Prime (97)
97 = 97
FAQ
Q: Why is prime factorization important? A: Essential in mathematics, cryptography, and number theory.
Q: What is a prime number? A: A natural number greater than 1 divisible only by 1 and itself.
Q: What is the Fundamental Theorem of Arithmetic? A: Every integer > 1 has a unique prime factorization.