How Large is the Largest Prime Number?

For almost 2,000 years, mathematicians have been searching for prime numbers. Even in the time of the ancient Greek mathematician Euclid, humans were fascinated by finding primes. Many have been found, but since prime numbers are infinite, the search goes on. Of the primes found to date, what is the largest? And how are such huge primes discovered? Well, before discussing the largest prime, let's understand what a prime number is. A prime number is that which cannot be divided by any number other than 1 and itself. The simple meaning of the statement is that it is divisible only by 1 and itself. For example, 7 is a prime number because it can't be divided into parts by any number besides 1 and 7. Every integer greater than 1 is either a prime or a product of primes. For instance, 18 is not a prime, but all of its divisors are primes: 2×3×3=18. And this is true for all numbers. The currently largest known prime number is 2^(82,589,933) − 1 . While this is easy to write, finding...