Problem: For nβ₯50 the number of prime numbers greater than n!+1 and less than n!+n, is: [n!=1β
2β―(nβ1)β
n; thus: 3!=1β
2β
3=6;5!=1β
2β
3β
4β
5=120]
Answer Choices:
A. 0
B. 1
C. nβ1
D. n
E. 2nβ for n even, 2n+1β for n odd
Solution:
Consider the integer n!+k where 1<k<n. Since n ! contains each of the factors 1,2 , 3,β¦,n, it contains the factor k. Since n!+k can be written as the product of two factors, one of which is k, it is composite. Hence, there are no primes between n!+1 and n!+n.
Comment. The conclusion holds for nβ§1.