document.write( "Question 880063: Find the number of terms in the sequence: -6,-2,2,6,.......70 \n" ); document.write( "
Algebra.Com's Answer #531288 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 70 = -6 + 4*(n - 1) \n" ); document.write( "76=4n-4 \n" ); document.write( "80=4n \n" ); document.write( "n=20 \n" ); document.write( "20 terms \n" ); document.write( " \n" ); document.write( " |