Easy
Find a closed form for An (sum of the first n terms of the AP), then sum An from 1 to 25 using the standard formulas ∑n2=6n(n+1)(2n+1) and ∑n=2n(n+1). Keep the factor 25 floating so it cancels neatly at the end.
1
Closed form for An. First term a=3, common difference d=4:
An=2n[2⋅3+(n−1)⋅4]=2n(4n+2)=2n2+n.
2
Sum it for n=1 to 25:
251n=1∑25(2n2+n)=251[2⋅625⋅26⋅51+225⋅26].
3
Factor out 25 and cancel:
=251[25⋅26⋅17+25⋅13]=26⋅17+13=442+13=455.
251n=1∑25An=455 — option (c).