document.write( "Question 48756: Use the arithmetic sequence of numbers 2, 4, 6, 8, 10, what is the sum of the first 30 terms? I came up with 930, am I correct? \r
\n" );
document.write( "\n" );
document.write( "Also how do I type in the term or subscript? Ex: a1 a2 a3..... \n" );
document.write( "
Algebra.Com's Answer #32284 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Use the arithmetic sequence of numbers\r\n" ); document.write( "\r\n" ); document.write( "2, 4, 6, 8, 10,\r\n" ); document.write( "\r\n" ); document.write( "what is the sum of the first 30 terms?\r\n" ); document.write( "I came up with 930, am I correct? \r\n" ); document.write( "\r\n" ); document.write( "2nd term - 1st term = 4 - 2 = 2\r\n" ); document.write( "3rd term - 2nd term = 6 - 4 = 2\r\n" ); document.write( "4th term - 3rd term = 8 - 6 = 2\r\n" ); document.write( "5th term - 4th term = 10 - 8 = 2\r\n" ); document.write( "\r\n" ); document.write( "These are all 2, so the common difference, d = 2.\r\n" ); document.write( "\r\n" ); document.write( "The sum of the first n terms is given by the formula\r\n" ); document.write( "\r\n" ); document.write( "Sn = n[2a1 + (n-1)d]/2\r\n" ); document.write( "\r\n" ); document.write( "n = 30, a1 = 2, d = 2\r\n" ); document.write( "\r\n" ); document.write( "S30 = 30[2(2) + (30-1)(2)]/2\r\n" ); document.write( "\r\n" ); document.write( "S30 = 30[4 + (29)(2)]/2\r\n" ); document.write( "\r\n" ); document.write( "S30 = 30(4 + 58)/2\r\n" ); document.write( "\r\n" ); document.write( "S30 = 30(62)/2 \r\n" ); document.write( "\r\n" ); document.write( "S30 = 1860/2\r\n" ); document.write( "\r\n" ); document.write( "S30 = 930\r\n" ); document.write( "\r\n" ); document.write( "Looks like you're right!\r\n" ); document.write( "\r\n" ); document.write( "-------------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "Also how do I type in the term or subscript? \r\n" ); document.write( "Ex: a1 a2 a3.....\r\n" ); document.write( "\r\n" ); document.write( "With HTML tags. To type\r\n" ); document.write( "\r\n" ); document.write( "a1 \r\n" ); document.write( "\r\n" ); document.write( "you have to type \r\n" ); document.write( "\r\n" ); document.write( "a< sub>1< /sub>\r\n" ); document.write( "\r\n" ); document.write( "except you close those spaces after the < 's. I didn't \r\n" ); document.write( "here because if I had you'd have only seen a1.\r\n" ); document.write( "I don't type the tags individually. That takes too long.\r\n" ); document.write( "I put the tags in after I finish, using 'cut and paste'.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |