document.write( "Question 1184291: Solve each problem and show the solutions.\r
\n" );
document.write( "\n" );
document.write( "1.find the sum of the first 20 integers
\n" );
document.write( "2.find the sum of the first 30 even integers
\n" );
document.write( "3.find the sum of the integers from 4 to 128 \n" );
document.write( "
Algebra.Com's Answer #814872 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 1. This is n(n+1)/2=20*21/2=210 \n" ); document.write( "2. This is n(n+1)=30*31=930 \n" ); document.write( "3. sum from 4 to 128 \n" ); document.write( "Sum of first 128 is 128*129/2=8256 \n" ); document.write( "sum of first 3 is 6 \n" ); document.write( "the difference is the answer, or 8250. \n" ); document.write( " |