What’s the point to searching for the largest prime number?

458 views

What’s the point to searching for the largest prime number?

In: 12

18 Answers

Anonymous 0 Comments

Large prime numbers are used in encryption algorithms. Multiplying two primes together is easy, but factoring a prime is hard. It’s this difficulty of factoring primes that make encryption hard to break. The bigger the starting primes, the better.

Besides cryptography, we search for new primes simply because we can. We humans often like to do stuff that’s hard for its own sake, even if it doesn’t have an obvious use case.

You are viewing 1 out of 18 answers, click here to view all answers.