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 intervalСтраница поддерживает проверку простоты, разложение на простые множители и перечисление простых чисел в диапазоне.
Страница требует целое число, большее или равное 2.
Конечное значение должно быть больше или равно начальному, а разница между ними не должна превышать 100 000.
Да. Страница пересчитывает результат при изменении входных данных, а кнопка «Вычислить» запускает ту же логику вручную.
Check prime numbers, factor integers, and list all primes inside a chosen range.