math calculator
Prime Factorization & Divisors Calculator
Decompose numbers into prime factors, find all divisors, and compute GCD/LCM with steps.
Inputs
Results
Prime Status
360 is Composite
Prime Factor Exponent Chart
Prime bases with exponent heights
Prime Factors
Division Steps
Start with n = 360. Divide out each prime factor:
Step 1: \(8\) is divisible by \(2^{3}\). Divide: remaining = \(45\)
Step 2: \(72\) is divisible by \(3^{2}\). Divide: remaining = \(5\)
Step 3: Remaining factor is a prime: \(5\)
Total number of divisors: \(\tau(360) = (3+1) \times (2+1) \times (1+1) = 24\)
Euler\'s Totient: \(\phi(360) = 2^{3-1}(2-1) \times 3^{2-1}(3-1) \times 5^{1-1}(5-1) = 96\)
Formula
Prime Factorization Formula
n = p_1^{a_1} \cdot p_2^{a_2} \cdots p_k^{a_k}, \quad \tau(n) = \prod(a_i + 1)Every integer ≥ 2 factors uniquely into primes. The number of divisors equals the product of each exponent incremented by one.
Step by step
How the calculation works
- 1Enter any integer ≥ 2. The calculator performs trial division to find all prime factors.
- 2The result shows the full prime factorization in exponential notation.
- 3See derived values including total divisors τ(n) and Euler's totient φ(n).
Related guides
Learn more about this calculation
Guide
Fraction Operations Guide: Add, Subtract, Multiply, Divide
Learn the rules for adding, subtracting, multiplying, and dividing fractions, with simplification steps and live DTC calculator workflows.
Site Guide
How to Use Do The Calculation Calculators: A Practical Step-by-Step Guide
Learn the fastest reliable workflow for using Do The Calculation calculators, reading results, checking formulas, and using save, print, share, and export actions correctly.
Fraction Calc
Fraction Calculator
Simplify and compute fractions using GCD from prime factorization.
Long Division
Long Division Calculator
Divide integers with step-by-step remainders.