document.write( "Question 974240: 7+-2+-11+-20+...+-119 given the following series, write each series using summation notation, using the nth term \n" ); document.write( "
Algebra.Com's Answer #596208 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 7+-2+-11+-20+...+-119 given the following series, write each series using summation notation, using the nth term \n" ); document.write( "---- \n" ); document.write( "If n = 1 , 7 \n" ); document.write( "If n = 2 , 7-9 = -2 \n" ); document.write( "If n = 3 , 7-2*9 = -11 \n" ); document.write( "--- \n" ); document.write( "Solve 7-9x = -119 \n" ); document.write( "-9x = -126 \n" ); document.write( "x = 14 \n" ); document.write( "------- \n" ); document.write( "So, if n = 15, 7-14*9 = -119 \n" ); document.write( "------- \n" ); document.write( "Ans: summation from n = 1 to 14 of (7-(n-1)9) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |