Sieve of Eratosthenes
Can we list all the prime numbers from 1 to 100?
Here is an interesting way to find prime numbers. Just follow the steps given below and see what happens.
Step 1: Cross out 1 because it is neither prime nor composite.
Step 2: Circle 2, and then cross out all multiples of 2 after that, i.e., 4, 6, 8, and so on.
Step 3: You will find that the next uncrossed number is 3. Circle 3 and then cross out all the multiples of 3 after that, i.e., 6, 9, 12, and so on.
Step 4: The next uncrossed number is 5. Circle 5 and then cross out all the multiples of 5 after that, i.e., 10, 15, 20, and so on.
Step 5: Continue this process till all the numbers in the list are either circled or crossed out.
All the circled numbers are
This procedure can be carried on for numbers greater than 100 also. Eratosthenes was a Greek mathematician who lived around 2200 years ago and developed this method of listing primes.
The Sieve of Eratosthenes
It turned out to be quite difficult to determine if a number is prime: you always had to find all its prime factors, which gets more and more challenging as the numbers get bigger. Instead, the Greek mathematician
Now we can count that, in total, there are
1. We see that 2 is a prime and also an even number. Is there any other even prime?
Answer:
2. Look at the list of primes till 100. What is the smallest difference between two successive primes? What is the largest difference?
Answer: The smallest difference is
3. Are there an equal number of primes occurring in every row in the table on the previous page? Which decades have the least number of primes? Which have the most number of primes?
Answer:
Primes through the Ages
Prime numbers are the building blocks of all whole numbers. Starting from the time of the Greek civilisation (more than 2000 years ago) to this day, mathematicians are still struggling to uncover their secrets!
Food for thought: is there a largest prime number? Or does the list of prime numbers go on without an end? A mathematician named Euclid found the answer and so will you in a later class!
Fun fact: The largest prime number that anyone has 'written down' is so large that it would take around 6500 pages to write it! So they could only write it on a computer!
4. Which of the following numbers are prime: 23, 51, 37, 26?
Answer: 23 and 37 are
5. Write three pairs of prime numbers less than 20 whose sum is a multiple of 5.
Answer: (
6. The numbers 13 and 31 are prime numbers. Both these numbers have same digits 1 and 3. Find such pairs of prime numbers up to 100.
Answer: (13, 31), (17,
7. Find seven consecutive composite numbers between 1 and 100.
Answer: 90, 91, 92, 93,
8. Twin primes are pairs of primes having a difference of 2. For example, 3 and 5 are twin primes. So are 17 and 19. Find the other twin primes between 1 and 100.
Answer: (5, 7), (11,
9. Identify whether each statement is true or false. Explain. a. There is no prime number whose units digit is 4. b. A product of primes can also be prime. c. Prime numbers do not have any factors. d. All even numbers are composite numbers. e. 2 is a prime and so is the next number, 3. For every other prime, the next number is composite.
Answer:
a.
b.
c.
d.
e.
10. Which of the following numbers is the product of exactly three distinct prime numbers: 45, 60, 91, 105, 330?
Answer: 105 = 3 ×
11. How many three-digit prime numbers can you make using each of 2, 4 and 5 once?
Answer:
12. Observe that 3 is a prime number, and 2 × 3 + 1 = 7 is also a prime. Are there other primes for which doubling and adding 1 gives another prime? Find at least five such examples.
Answer: 3 →
5 →
11 →
29 →
41 →