Easy
Find the common difference from a1,a2, then use the total ∑13n=1830 to pin down n. Compute ∑1n, and finally find the smallest m making m∑1n exceed 1830.
1
Identify the AP. Common difference d=a2−a1=4, so the k-th term is ak=4k−1.
ak=3+(k−1)⋅4=4k−1⇒ a3n=12n−1
2
Use the sum of 3n terms to find n.
23n(a1+a3n)=1830⇒ 23n(3+12n−1)=1830⇒ n(6n+1)=610(divide by 3, simplify)⇒ 6n2+n−610=0⇒ (n−10)(6n+61)=0⇒n=10
3
Compute ∑1n=∑110. With a10=39:
k=1∑10ak=210(3+39)=210
4
Find the smallest m.
210m>1830⇒ m>2101830≈8.71⇒ m=9