document.write( "Question 350075: Please help me solve this equation: Use the Gauss technique to determine the sum for the following:
\n" );
document.write( "(a) 1+2+3+...+250
\n" );
document.write( "(b) 5+10+15+...+305 \n" );
document.write( "
Algebra.Com's Answer #250195 by Jk22(389)![]() ![]() You can put this solution on YOUR website! (a)S1= 1 +2 +3+...+ 250 |sum with the series reversed, 250 terms equals to \n" ); document.write( "_____+250+249+248+..+1 | 251 \n" ); document.write( "------------------------- \n" ); document.write( " \n" ); document.write( "=250*251=62750=2*S1 => S1=31375 \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "(b) 5+10+15+...+305=5*(1+2+3+...61)=5*S2, \n" ); document.write( " \n" ); document.write( "S2=__1+2+3+...61 \n" ); document.write( "+S2=61+60+.....1 \n" ); document.write( "------------------ \n" ); document.write( "=62*61=2*S2 \n" ); document.write( " \n" ); document.write( "=>S2=31*61=1830+61=1891 => 5*S2=5000+4000+450+5=9455(=310*313/2) \n" ); document.write( " |