Is It a Prime Number? Test
Check whether a number is prime.
Result
Prime
97 is a prime number.
Result in all units
Step-by-step solution
What Is the Prime Number Test?
A prime number is an integer greater than 1 that has no divisors other than 1 and itself. This test determines whether a number is prime.
How is it calculated?
How Is It Calculated?
- Enter the number.
- Divisibility is checked for the numbers from 2 up to its square root.
- If none of them divide it, the number is prime.
Frequently Asked Questions
Is 1 a prime number?
No; the definition of a prime number requires it to be greater than 1, so 1 is not prime.