Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.
Customized for You
we will pick new questions that match your level based on your Timer History
Track Your Progress
every week, we’ll send you an estimated GRE score based on your performance
Practice Pays
we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Thank you for using the timer!
We noticed you are actually not timing your practice. Click the START button first next time you use the timer.
There are many benefits to timing your practice, including:
Your score will improve and your results will be more realistic
Is there something wrong with our timer?Let us know!
I have posted a video on YouTube to discuss about Sieve of Eratosthenes Method: To Find Prime Numbers between 1 to 100
Attached pdf of this Article as SPOILER at the top! Happy learning!
Following is Covered in the Video
¤ Sieve of Eratosthenes Method to find all prime numbers ≤ a number ¤ Find Prime numbers between 1 to 100
Sieve of Eratosthenes Method
Sieve of Eratosthenes Method is a method to find all the prime numbers ≤ a number.
Following are the steps involved in finding all the prime numbers ≤ n
STEP 1 : Cancel out 1 as it is not prime STEP 2 : Find all the prime numbers from 2 to √𝑛 STEP 3 : Take each prime number from 2 to √𝑛 and cancel out all the multiples of these prime numbers except the number itself. STEP 4 : Remaining numbers are prime numbers