document.write( "Question 169946: The sum of even integers between 1 and 48 \n" ); document.write( "
Algebra.Com's Answer #125403 by chiefman(11)![]() ![]() You can put this solution on YOUR website! taking the formula n+1,n+3,n+5....where n=1,2,3,4,........to get even integers we have \n" ); document.write( "2,4,6,8,.......48 this becomes an arithmetic series ie \n" ); document.write( "2+4+6+8+......+48 where first term(a)=2,common diffrence(d)=2 \n" ); document.write( "we first find the number of terms in this seies \n" ); document.write( "using the formula \n" ); document.write( "48=2+(n-1)2 \n" ); document.write( "n=24 therefore there are 24 terms. \n" ); document.write( "Now we find the the sum using the formula \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "S=[24/2(2*2+(24-1)2] \n" ); document.write( " =12(4+46) \n" ); document.write( " =600 \n" ); document.write( "therefore the sum is 600 \n" ); document.write( " |