The correct options are
A 3
C 5
D 15
Put n=1 in the given expression
3n5+5n3+7n
3+5+7=15
which is divisible by 3,5,15
Put n=2
3(32)+5(8)+14=150
which is divisible by 3,5,10,15
Since, P(1) and P(2) both are divisible by 3,5,15
Every number divisible by 15 is divisible by 3 and 5 also.
So, let us assume P(n)=3n5+5n3+7n is divisible by 15
⇒3n5+5n3+7n=15λ
Now, we have to prove P(n+1) is true
Consider, P(n+1)=3(n+1)5+5(n+1)3+7(n+1)
=3(n5+5n4+10n3+10n2+5n+1)+5(n3+1+3n2+3n)+7n+7
=(3n5+5n3+7n)+15n4+30n3+45n2+30n+15
=15λ+15(n4+2n3+3n2+2n+1)
=15(λ+n4+2n3+3n2+2n+1)
which is divisible by 15.
Hence, P(n+1) is divisible by 15.
Hence, by mathematical induction, given expression is divisible by 15, for all n∈N
Hence, given expression is divisible by 3,5,15