document.write( "Question 206234: What is the next number in the sequence 2, 1, 3, 4, 7, 11, …? \n" ); document.write( "
Algebra.Com's Answer #155811 by Targetweek(62)![]() ![]() ![]() You can put this solution on YOUR website! well 2 + 1 = 3 \n" ); document.write( "then 1 + 3 = 4 \n" ); document.write( "then 3 + 4 = 7 \n" ); document.write( "then 4 + 7 = 11 \n" ); document.write( "then 7 + 11 = 18 \n" ); document.write( "The answer is 18 \n" ); document.write( " |