document.write( "Question 711986: Determine the number of terms in the following arithmetic sequence: 315, 304, 293, ... , 18. \n" ); document.write( "
Algebra.Com's Answer #437694 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Determine the number of terms in the following arithmetic sequence: \n" ); document.write( "315, 304, 293, ... , 18 \n" ); document.write( "----- \n" ); document.write( "a = 315 \n" ); document.write( "d = 304-315 = -11 \n" ); document.write( "---- \n" ); document.write( "Solve for \"n\": \n" ); document.write( "a(n) = a + (n-1)d \n" ); document.write( "---- \n" ); document.write( "18 = 315 + (n-1)(-11) \n" ); document.write( "-297 = (n-1)(-11) \n" ); document.write( "n-1 = (-297/-11) \n" ); document.write( "n-1 = 27 \n" ); document.write( "n = 28 (# of terms) \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |