Prime Numbers Math Example 3
Follow the full solution, then compare it with the other examples linked below.
Example 3
easyList all prime numbers between 20 and 40.
Solution
- 1 Check each number: 21 = , 22 = , 23 is prime, 24β28 are composite, 29 is prime, 30β30 composite, 31 is prime, 32β36 composite, 37 is prime, 38β40 composite.
- 2 The primes are: .
Answer
Systematically test each candidate by checking divisibility by small primes. Memorizing small primes helps speed up factorization problems.
About Prime Numbers
Integers greater than 1 whose only positive divisors are 1 and themselvesβthey cannot be factored further.
Learn more about Prime Numbers β