Concept explainers
Use the Sieve of Eratosthenes to find all prime numbers between 100 and 120.

To find:
All prime numbers between 100 and 120, using the Sieve of Eratosthenes calculation.
Answer to Problem 1CT
Solution:
The prime numbers between 100 and 120 are 101, 103, 107, 109, and 113.
Explanation of Solution
1) Approach:
Find the list of prime number using the sieve of using the Sieve of Eratosthenes calculation.
2) Calculation:
Given,
The numbers between 100 and 120,
First list all the natural numbers from 100 to 120 as shown below.
1. Cross off 100 is multiple of 2.
2. The next number is 101, which is a prime so, circle it and cross all the multiples of 2
3. Cross off 102 and all other multiples of 2 which are 104, 106, …, 120.
4. The next number is 103, which is a prime so, circle it and cross all the multiples of 3.
5. Also cross all the multiples of 5 and 7.
6. The next prime number is 11, which is greater that the square root of 120, so stop looking for composites and circle all remaining numbers in the list.
Hence, the prime numbers between 100 and 120 are 101, 103, 107, 109, and 113.
Final statement:
Therefore, the prime numbers between 100 and 120 are 101, 103, 107, 109, and 113.
Want to see more full solutions like this?
Chapter 6 Solutions
Mathematics All Around-Workbook
- Solve the following problem over the interval from x=0 to 1 using a step size of 0.25 where y(0)= 1. dy = dt (1+4t)√√y (a) Euler's method. (b) Heun's methodarrow_forwardNo chatgpt pls will upvotearrow_forwardUse Euler method to solve y' = y + x, h=0.2, y(0)=0, 0 ≤ x ≤ 1. Also, find the exact solution and the absolute error.arrow_forward
- Evaluate = f J dx by using Simpson's rule, 2n=10. 2arrow_forwardUse Euler and Heun methods to solve y' = 2y-x, h=0.1, y(0)=0, compute y₁ y5, calculate the Abs_Error.arrow_forwardUse Heun's method to numerically integrate dy dx = -2x3 +12x² - 20x+8.5 from x=0 to x=4 with a step size of 0.5. The initial condition at x=0 is y=1. Recall that the exact solution is given by y = -0.5x + 4x³- 10x² + 8.5x+1arrow_forward
- B: Study the stability of critical points of ODES: *+(x²-2x²-1)x+x=0 and draw the phase portrait.arrow_forwardB: Study the stability of critical points of ODEs: -2x²+x²+x-2=0 and draw the phase portrait.arrow_forward2/ Draw the phase portrait and determine the stability of critical point: ✗ 00 +2X°-x²+1=0arrow_forward
- study the stability of critical point of oDES: 2 200+ (x² - 2x² - 1) + x=0 and draw the phase portrait.arrow_forwardQ/study the stability of critical point and draw the phase portrait:- to -x-x³ x = 0arrow_forwardB: Find the linearization of: x= ex+y-1 y=-x+xy 26-1 e e-10 at critical points then discuss the application of Hartman theorem.arrow_forward
- Holt Mcdougal Larson Pre-algebra: Student Edition...AlgebraISBN:9780547587776Author:HOLT MCDOUGALPublisher:HOLT MCDOUGALAlgebra: Structure And Method, Book 1AlgebraISBN:9780395977224Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. ColePublisher:McDougal LittellElementary AlgebraAlgebraISBN:9780998625713Author:Lynn Marecek, MaryAnne Anthony-SmithPublisher:OpenStax - Rice University
- Algebra & Trigonometry with Analytic GeometryAlgebraISBN:9781133382119Author:SwokowskiPublisher:CengageCollege Algebra (MindTap Course List)AlgebraISBN:9781305652231Author:R. David Gustafson, Jeff HughesPublisher:Cengage Learning




