document.write( "Question 1143720: Find the next two terms in this sequence. 1,4,2,5,3,6,4 \n" ); document.write( "
Algebra.Com's Answer #787654 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "The odd-numbered terms go 1,2,3,4,...\r\n" ); document.write( "The even numbered terms go 4,5,6,...\r\n" ); document.write( "\r\n" ); document.write( "So the next term, which is the 8th, an even-numbered term, is 8.\r\n" ); document.write( "The next term after that, which is the 9th, an odd-numbered term, is 5. \r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |