Determine whether a given positive integer is a prime number. A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself.
Determine whether a given positive integer is a prime number. A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself.
Enter an integer greater than or equal to 2
A number n > 1 is prime if it is not divisible by any integer from 2 to √n.
How this calculator works
A number n > 1 is prime if it is not divisible by any integer from 2 to √n.
Common questions about this calculator