document.write( "Question 1202384: What are the next two terms of the sequence: -8; 4; -2 \n" ); document.write( "
Algebra.Com's Answer #837169 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
looks like the formula for the next term in the sequence is the curreent term * minus 1/3.
\n" ); document.write( "-8 * -1/2 = 4
\n" ); document.write( "4 * -1/2 = -2
\n" ); document.write( "-2 * -1/2 = 1
\n" ); document.write( "1 * -1/2 = -1/2
\n" ); document.write( "
\n" );