document.write( "Question 346329: how do i find the sum of the numbers 2 + 4 + 6 +....+ 96 + 98 without adding each number up individually? \n" ); document.write( "
Algebra.Com's Answer #247665 by edjones(8007)![]() ![]() You can put this solution on YOUR website! This is an arithmetic sequence. \n" ); document.write( "S[n]=n/2(a[1]+a[n]) where n is the number of terms, s=sum, a=a term of the sequence. \n" ); document.write( "n=98/2=49 \n" ); document.write( "S=49/2(2+98) \n" ); document.write( "=49/2 * 100 \n" ); document.write( "=4900/2 \n" ); document.write( "=2450 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |