Given that n∈[10,100] and n∈N.
Let us take the values of n=1,2,3,... and check whether 3n−3 is divisible by 7 or not.
⇒31−3=0 is divisible by 7
⇒32−3=3, 3 is not divisible by 7
⇒36=7k+1 is not divisible by 7
⇒37=7α+3,
⇒37−3=7α is divisible by 7
Similarly ⇒313=(7k+1)(7α+3)
=7β+3
⇒313−3=7β is divisible by 7
If we observe the pattern for n=1,7,13, 3n−3 is divisible by 7.
That means the series forms an AP with d=6.
Also n∈[10,100]
The required progression is 13,19,......an
⇒an=13+(n−1)6
But 13+(n−1)6<100
⇒n<15.5
⇒n=15∈N
Therefore, the required answer is 15.