The correct options are
A f(n)+1 is divisible by 3
C f(n) is divisible by 7
D f(4) is divisible by 5
37n+2=(36+1)n+2=36k1+116n+1=(15+1)n+1=15k2+130n
Where k1,k2∈N
Now,
f(n)+1=36k1+15k2+30n+3
Therefore, this is divisible by 3.
37n+2=(35+2)n+2=35k3+2n+216n+1=(14+2)n+1=14k4+2n+130n=(28+2)n=28k5+2n
Where k3,k4,k5∈N
Now,
f(n)=35k3+14k4+28k5+2n(22+2+1)⇒f(n)=35k3+14k4+28k5+2n(7)
Therefore, this is divisible by 7.
37n+2=(35+2)n+2=35k3+2n+216n+1=(15+1)n+1=15k2+130n
Now,
f(n)=35k3+15k2+30n+2n+2+1⇒f(4)=35k3+15k2+30n+65
Therefore, f(4) is divisible by 5.