The correct options are
A The number of integers n in (1,15) is 3
B The number of integers n in (5,17) is 4
C The number of integers n in (1,20) is 8
Solution-
f(n)=n!+(n+1)!+(n+2)!
=n!(1+(n+1)+(n+1)(n+2))
=n!(1+n+1+n2+3n+2)
=n!(n2+4n+4)
=n!(n+2)2
for divisibility by 49.
there must be two factors of 7 in it.
n=5 is divisible.
n=12 is divisible.
n=14 ... are all divisible.
because 14×7 will be there in n!
No. of integers in (1,15) are5,12,14→3
No. of integers in (5,17) are 12,14,15,16→4.
No. of integers in (1,20) are 5,12,19,15,16,17,18,19→8.
A,B,C is correct.