document.write( "Question 1084676: the 7th term of an AP is 19 and the 8th term is 22.find the sum of the first 40th terms of the series \n" ); document.write( "
Algebra.Com's Answer #698760 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! an=a1+(n-1)d \n" ); document.write( "d=3, between 7th and 8th term \n" ); document.write( "a7=a1+(n-1)d \n" ); document.write( "a7=a1+6*3=a1+18 \n" ); document.write( "19=a1+18 \n" ); document.write( "a1=1 \n" ); document.write( "a40=1+(39)*3=118 \n" ); document.write( "sum=(40/2)(a1+a40)=20+(1+118)=119*20=2380 \n" ); document.write( " |