document.write( "Question 1023381: How do I determine the next number in the following sequence:
\n" );
document.write( "131, 130, 127, 118\r
\n" );
document.write( "\n" );
document.write( "I know the answer is 81 but I cannot figure out how/why \n" );
document.write( "
Algebra.Com's Answer #638864 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You are subtracting off increasing powers of three... \n" ); document.write( "Minus 1, minus 3, minus 9, minus 27 gives 91, not 81. \n" ); document.write( "There is a mistake somewhere. \n" ); document.write( " |