document.write( "Question 995635: I have to use one of the arithmetic series formula. The arithmetic series 5 + 9 + 13 +...+ tn has a sum of 945. How many terms does this series have? \n" ); document.write( "
Algebra.Com's Answer #614956 by atique.ah(27)![]() ![]() ![]() You can put this solution on YOUR website! Sn=(t1+tn)*(n/2) \n" ); document.write( "945=(5+tn)*(n/2) \n" ); document.write( "945*2=(5+tn)*n \n" ); document.write( "1890=(5+tn)*n .......... 1\r \n" ); document.write( "\n" ); document.write( "tn=t1+(n-1)d \n" ); document.write( "tn=5+(n-1)4 \n" ); document.write( "tn=5+4n-4 \n" ); document.write( "tn=1+4n ................2\r \n" ); document.write( "\n" ); document.write( "substituting the value of tn in eq 1 \n" ); document.write( "1890=(5+1+4n)*n \n" ); document.write( "1890=(6+4n)*n \n" ); document.write( "1890=6n+4n^2 or writing in the standard form \n" ); document.write( "4n^2+6n-1890=0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The series have 21 terms because n cannot be a fraction \n" ); document.write( " |