document.write( "Question 1068729: How to calculate the number of terms if the first term in an arithmetic series is 2 the last term is 20 and the sum of all terms is 110 \n" ); document.write( "
Algebra.Com's Answer #683992 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! sum=(n/2)(a1+an) \n" ); document.write( "110=(n/2)(2+20) \n" ); document.write( "220=22n \n" ); document.write( "n=10 ANSWER \n" ); document.write( "check \n" ); document.write( "a10=a1+9d \n" ); document.write( "20=2+9d \n" ); document.write( "9d=18 \n" ); document.write( "d=2 \n" ); document.write( "2,4,6,8,10,12,14,16,18,20 \n" ); document.write( " \n" ); document.write( " |