document.write( "Question 1060992: Describe the pattern and find the next two terms of each sequence ; 6, -36, 216, -1296, 7776 \n" ); document.write( "
Algebra.Com's Answer #675822 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 6, -36, 216, -1296, 7776 \n" ); document.write( ": \n" ); document.write( "x(n) = (-1)^(n-1) * (6)^n \n" ); document.write( ": \n" ); document.write( "x(6) = (-1)^(6-1) * (6)^6 = -46656 \n" ); document.write( "x(7) = (-1)^(7-1) * (6)^7 = 279936 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |