Jonathan Question: Find the small integer n such that n +1, n+2, n+3, and n+4 are all composite Hi Jonathan, one thing to notice is that n!+2, ..., n!+n are divisible by 2, ..., n respectively. This should narrow down your search for the smallest n. Penny
|