document.write( "Question 998587: How can I find the sum of the first n multiples of 4? \n" ); document.write( "
Algebra.Com's Answer #616350 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The sum of an arithmetic series is found by
\n" ); document.write( "Sn = (n/2)(a1 + an)
\n" ); document.write( "Here an = 4n and a1 = 4, so
\n" ); document.write( "Sn = (n/2)(4 + 4n) = n(2 + 2n) = 2n^2 + 2n
\n" ); document.write( "
\n" );