Concept:The common terms of two arithmetic progressions (APs) satisfy both general formulas. We find the condition for equality and count valid terms within the given limits.
Explanation:For AP1: first term 19, common difference 2, 110 terms. Its
nth term is
Tn=19+2(n−1)=2n+17, with last term
T110=237.
For AP2: first term 19, common difference 3, 75 terms. Its
mth term is
Sm=19+3(m−1)=3m+16, with last term
S75=241.
Set the terms equal:
2n+17=3m+16⇒2n−3m=−1.
Solve modulo 3:
2n≡2 (mod 3)⇒n≡1 (mod 3). So
n=3k+1 for integer
k.
The common term is
T3k+1=2(3k+1)+17=6k+19.
This term must not exceed the last term of AP1 (237):
6k+19≤237⇒6k≤218⇒k≤36.33, so
k≤36. Also
k≥0.
Thus
k takes values 0, 1, 2, ..., 36, giving 37 common terms.
Answer:37 (Option C)