document.write( "Question 1017338: Find sum of first 100 terms of an arithemetic
\n" ); document.write( "sequence with 15th term of 86 and first term of 2
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #633637 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
Find sum of first 100 terms of an arithmetic
\n" ); document.write( "sequence with 15th term of 86 and first term of 2.
\n" ); document.write( "
\r\n" );
document.write( "an = a1 + (n-1)d\r\n" );
document.write( "\r\n" );
document.write( "86 = 2 + (15-1)d\r\n" );
document.write( "\r\n" );
document.write( "84 = 14d\r\n" );
document.write( "\r\n" );
document.write( "\"84%2F14\" = d \r\n" );
document.write( "\r\n" );
document.write( "6 = d\r\n" );
document.write( "\r\n" );
document.write( "Sn = \"n%2F2\"[2a1 + (n-1)d] \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "S100 = \"100%2F2\"[2(2) + (100-1)6]\r\n" );
document.write( "\r\n" );
document.write( "S100 = 50[4 + (99)6]\r\n" );
document.write( "\r\n" );
document.write( "S100 = 50[4 + 594]\r\n" );
document.write( "\r\n" );
document.write( "S100 = 50[598]\r\n" );
document.write( "\r\n" );
document.write( "S100 = 29900\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );