Concept:
Count multiples within a range.
Explanation:
Smallest multiple of 6 greater than 25:
\[
30
\]
Largest multiple of 6 less than 125:
\[
120
\]
Now count terms in A.P.:
\[
30, 36, 42, \dots, 120
\]
\[
n = \frac{120 - 30}{6} + 1 = 15 + 1 = 16
\]