Sieve of Eratosthenes

Your first task is to click on number 1. One is not a prime number as it does not have two factors.

12345678910
11121314151617181920
21222324252627282930
31323334353637383940
41424344454647484950
51525354555657585960
61626364656667686970
71727374757677787980
81828384858687888990
919293949596979899100

There is no simple formula for generating the sequence of Prime numbers but a method devised many years ago by the mathematician Eratosthenes. It involves methodically eliminating the numbers that are know not to be prime until only the prime numbers remain. Begin by crossing out one as it is not a prime number (it does not have two factors, it is a square number). Two is a prime number but all of its multiples a not (they are composite numbers) so cross out all of the multiples of two but leave two as the first prime number. Next cross out all of the multiples of three except three itself. The number four and all of its multiples have already been crossed out as they are also multiples of two. Next cross out all the multiples of five except five itself. Continue this process until you have discovered as many prime numbers as you need.

Do you have any comments? It is always useful to receive feedback and helps make this free resource even more useful for those learning Mathematics anywhere in the world. Click here to enter your comments.

© www.Transum.org