gmatusa2010 wrote:How many primes between 6!+2 and 6!+6. Is there an quick way to do this without multiply out 6!? Just wondering in case we get something much larger like 20!.
(6! + 2) = (6*5*4*3*2*1 + 2) = 2*(6*5*4*3*1 + 1) => Multiple of 2
(6! + 3) = (6*5*4*3*2*1 + 3) = 3*(6*5*4*2*1 + 1) => Multiple of 3
(6! + 4) = (6*5*4*3*2*1 + 4) = 4*(6*5*3*2*1 + 1) => Multiple of 4
(6! + 5) = (6*5*4*3*2*1 + 5) = 5*(6*4*3*2*1 + 1) => Multiple of 5
(6! + 6) = (6*5*4*3*2*1 + 6) = 6*(5*4*3*2*1 + 1) => Multiple of 6
Thus there is no prime between (6! + 2) and (6! + 6).
Yes, there is short way.
In general, for any positive integer k, there is no prime between (k! + 2) and (k! + k). Proof is as above.