What makes a number prime
A prime has exactly two divisors: 1 and itself. The checker tests divisibility only up to √n because any factor larger than √n must pair with one smaller than it.
Test whether a number is prime and see its smallest factors when it isn't.
Trial division up to √n
97 has no divisors between 2 and 9, so it is prime.
A prime has exactly two divisors: 1 and itself. The checker tests divisibility only up to √n because any factor larger than √n must pair with one smaller than it.
By definition primes need two distinct divisors. 1 has only one, which keeps factorizations like 6 = 2×3 unique.
Values up to about 10¹⁵ respond instantly.
Generate random integers or decimals in any range, with optional unique values for draws and raffles.
Calculate X% of Y, find what percent one number is of another, and solve percentage increase problems in one place.
Find the percentage increase between an original value and a new value, including the absolute change.
Add, subtract, multiply and divide fractions and mixed numbers, with results automatically simplified.
Find √ of any non-negative number, plus perfect-square detection and nearby roots.
Full expression calculator with parentheses, powers, roots, trigonometry, logarithms and constants π and e.