To find the number of prime numbers between 389 and 403, we need to check the primality of each integer in this range (inclusive).
A prime number is a natural number greater than 1 that has only two distinct positive divisors: 1 and itself.
We need to test numbers from 389 to 403.
To check if a number '$n$' is prime, we test its divisibility by prime numbers up to the square root of '$n$'.
For the upper bound, 403, the square root is approximately $\sqrt{403} \approx 20.07$.
The prime numbers less than 20.07 are 2, 3, 5, 7, 11, 13, 17, and 19.
The prime numbers identified in the range [389, 403] are 389, 397, and 401.
Therefore, there are 3 prime numbers between 389 and 403, inclusive.
Which of the following is NOT a pair of co-prime numbers?
a and b are two positive integers such that the least prime factor of a is 2 and the least prime factor of b is 5. Then the least prime factor of a + b is
Which of the following is a pair of coprime numbers ?
If product of two prime numbers A and B (A < B) is 221, then what is the value of (4A – 3B)?
Sum of all the prime numbers between 70 and 100 is :