document.write( "Question 314406: fimd the sum of the first 30 numbers:6+10+14+18+22 \n" ); document.write( "
Algebra.Com's Answer #224757 by Jstrasner(112)![]() ![]() You can put this solution on YOUR website! Ok so first this is an arithmetic equation. To find the sum, you would use this formula:\r \n" ); document.write( "\n" ); document.write( "S(n)=(n/2)(a1+a(n)) \n" ); document.write( "a1 being the first number in the sequence.\r \n" ); document.write( "\n" ); document.write( "To find the 30th term, we use the definition of a arithmetic series:\r \n" ); document.write( "\n" ); document.write( "a(n)= a1+(n-1)r => a(30)=6+29(4)=122\r \n" ); document.write( "\n" ); document.write( "Therefore:\r \n" ); document.write( "\n" ); document.write( "s(30)=(30/2)(6+122)= 1920 \r \n" ); document.write( "\n" ); document.write( "i hope this helps! \n" ); document.write( " |