document.write( "Question 849725: In an arithmetic series, the terms of the series are equally spread out. For example, in
\n" ); document.write( "1 + 5 + 9 + 13 + 17, consecutive terms are 4 apart. If the first term in an arithmetic series is
\n" ); document.write( "3, the last term is 136, and the sum is 1,390, what are the first 3 terms?
\n" ); document.write( "

Algebra.Com's Answer #511706 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
Sn = (A1 + An)/2 * n \r
\n" ); document.write( "\n" ); document.write( "1390 = (3+136)/2 * n\r
\n" ); document.write( "\n" ); document.write( "2780 = 139n\r
\n" ); document.write( "\n" ); document.write( "n = 20\r
\n" ); document.write( "\n" ); document.write( "136 = 3 + (20-1)*d\r
\n" ); document.write( "\n" ); document.write( "136 = 3 + 19d\r
\n" ); document.write( "\n" ); document.write( "133 = 19d\r
\n" ); document.write( "\n" ); document.write( "d = 7\r
\n" ); document.write( "\n" ); document.write( "3, 3+7, 3+2*7\r
\n" ); document.write( "\n" ); document.write( "3,10,17
\n" ); document.write( "
\n" );