Problem 1: How many prime numbers exist?

A prime number is any whole number that is not divisible by any number except itself and 1.

Examples of prime numbers are:  2,3,5,7,11,13, etc.

Any whole number that is a divisible by a smaller number greater than 1 is called a composite number. 

Thus, it follows that all whole numbers greater than 1 are either prime numbers or composite numbers.

Problem 1:  Prove that there are an infinite number of prime numbers.

Here are some hints (if needed):

(1)  If there is a finite number of prime numbers, then there is a largest prime number.

(2)  If there is a finite number of prime numbers, then the product of all prime numbers is itself a finite whole number.






Comments

Popular posts from this blog

Solution 1: There are an infinite number of prime numbers