document.write( "Question 1119057: 2 , 6, -18, -54, ... What will be the next term. What will be the formula?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #734497 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Although there is an apparent pattern in this sequence, it is in fact impossible to answer this question (or any like it), because any subsequent numbers will form a valid sequence. \n" ); document.write( "Assuming the apparent pattern continues, there are many ways you could define a formula that produces the sequence. With the signs of the terms changing on only every OTHER term, an explicit formula would be messy. \n" ); document.write( "One example of a recursive formula that defines the sequence could be \n" ); document.write( ".. t(1) = 2 \n" ); document.write( ".. t(n) = 3*t(n-1) if n is even \n" ); document.write( ".. t(n) = -3*t(n-1) if n is odd and greater than 1 \n" ); document.write( " |