document.write( "Question 929889: I need to find the next number in the sequence but not sure how to get there\r
\n" );
document.write( "\n" );
document.write( "3, -6, 12, 4, 20\r
\n" );
document.write( "\n" );
document.write( "Answer Choices\r
\n" );
document.write( "\n" );
document.write( "13
\n" );
document.write( "14
\n" );
document.write( "6
\n" );
document.write( "16 \n" );
document.write( "
Algebra.Com's Answer #565101 by Edwin McCravy(20059)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "3, -6, 12, 4, 20\r\n" ); document.write( "\r\n" ); document.write( "The odd terms go\r\n" ); document.write( "\r\n" ); document.write( " 3, add 9, get 12, add 8, get 20\r\n" ); document.write( "\r\n" ); document.write( "We added 9, then we added 8. which is 1 less than 9.\r\n" ); document.write( "\r\n" ); document.write( "So we might guess that the even terms add 1 less each time, too\r\n" ); document.write( "\r\n" ); document.write( "So the even terms go\r\n" ); document.write( "\r\n" ); document.write( "-6, add 10, get 4, so we'd add 1 less or 9, and get 13.\r\n" ); document.write( "\r\n" ); document.write( "So I'd pick 13, assuming that the even terms add 1 less each time\r\n" ); document.write( "like the odd terms do. That's as logical as any other guess as to\r\n" ); document.write( "what they do.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |