document.write( "Question 976296: Find the sum of the first 12 terms of the arithmetic sequence whos general term is an=3n+ 5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #597894 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! Find the sum of the first 12 terms of the arithmetic sequence whose general term is an=3n+ 5 \n" ); document.write( "a1=3x1+5=8 \n" ); document.write( "a2=3x2+5=11 \n" ); document.write( "a3=3x3+5=14 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "a12=3x12+5=41 \n" ); document.write( "therefor it will be AP whose 12 therms are as 8,11,14,--------41 \n" ); document.write( "a=8 d=3 n=12 l=41 \n" ); document.write( "sn=n(a+l)/2=12(8+41)/2=12x49/2=6x49=294 \n" ); document.write( "sum of 12 terms is 294 \n" ); document.write( " |