document.write( "Question 936142: find the sum of the first 20 terms in the series 1,5,9,13,17... \n" ); document.write( "
Algebra.Com's Answer #569578 by srinivas.g(540) You can put this solution on YOUR website! Given series is 1,5,9,13,17.... \n" ); document.write( " first term (a)= 1 \n" ); document.write( " difference b/w first term and second term = 5-1 =4 \n" ); document.write( "difference b/w second and third term = 9-5=4 \n" ); document.write( "every where difference b/w two consecutive terms is 4 \n" ); document.write( "hence the give series is Arithmetic series \n" ); document.write( "formula ; \n" ); document.write( " where n= no of terms \n" ); document.write( " d is common difference \n" ); document.write( " n= 20 \n" ); document.write( "d= 4 \n" ); document.write( "a = 1 \n" ); document.write( "sum = \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( " = \n" ); document.write( " =780 \n" ); document.write( "Result : sum =780 \n" ); document.write( " \n" ); document.write( " |