A prime number is only divisible by 1 and itself. The first primes: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29...
What this calculator does
There are infinitely many primes (proven by Euclid). The largest known prime has over 41 million digits.
When to use this calculator
Use this calculator whenever mental arithmetic introduces uncertainty — particularly when the result will inform a decision rather than just satisfy curiosity. Even confident mathematicians use calculation tools when precision matters.
Common mistakes
The most frequent error is rounding intermediate values before completing the full calculation. Round only the final result — rounding intermediate steps compounds errors in multi-step calculations, sometimes significantly.
Real-world scenarios
A business owner spots that revenue grew from £180,000 last year to £213,400 this year. The calculator confirms the increase is 18.6% — a figure needed for the annual report and for comparing against the industry growth rate cited in the sector report.
Frequently asked questions
How do you check if a number is prime?
Test divisibility by all integers from 2 to √n. If none divide evenly, it's prime.