document.write( "Question 1132827: Find the 20th term of the AP: 80, 75, 70,…and calculate the number of terms required to make the sum equal to zero \n" ); document.write( "
Algebra.Com's Answer #749958 by Alex.33(110)![]() ![]() You can put this solution on YOUR website! We have \n" ); document.write( "1.It is arithmetic sequence \n" ); document.write( "2.the first 3 terms 80, 75, 70 \n" ); document.write( "We want \n" ); document.write( "1.the 20th term \n" ); document.write( "2.the number n, for which the sum of the sequence S(n)=0 \n" ); document.write( "Approach: \n" ); document.write( "1.the general formula of the nth term: a(n) \n" ); document.write( "2.plug n=20 in=>1. \n" ); document.write( "3.the general formula for the sum of the first n terms: S(n) \n" ); document.write( "4.set S(n)=0 and solve.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the common difference: -5 \n" ); document.write( "the first term: 80 \n" ); document.write( "a(n)=80+(-5)*(n-1)=85-5n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a(20)=-15=>the twelfth term\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S(n)=(80+a(n))*n/2=0 \n" ); document.write( "n=33=>the number of terms required to make the sum equal to zero \n" ); document.write( " |