This page is best for three related tasks. First, deciding whether an integer is prime. Second, factoring a number into its prime factors. Third, listing every prime in a selected interval. Because those three tools live together, the page works well for classroom practice, early number theory study, contest prep, and quick verification.
Unlike pages that return only one yes-or-no answer, this one also shows nearby primes, smallest factor, or divisor count depending on the mode. That makes it more useful for understanding the number, not just labeling it.
The current page supports three modes.
check for primality testingfactor for prime factorizationrange for listing all primes in an intervalLa página actual admite comprobación de primalidad, factorización en primos y listado de primos por rango.
La página actual requiere un entero mayor o igual que 2.
La página actual requiere que el valor final sea mayor o igual que el inicial, y la amplitud no puede superar 100000.
Sí. La página actual recalcula cuando cambian las entradas, y el botón de calcular ejecuta la misma lógica manualmente.
Check prime numbers, factor integers, and list all primes inside a chosen range.