document.write( "Question 106469: I would to solve this problem that I am stuck on the problem is sequences 2,6,8,14 I need to know the next three numbers in the pattern.
\n" );
document.write( "
\n" );
document.write( " Thank You \n" );
document.write( "
Algebra.Com's Answer #77482 by solver91311(24713)![]() ![]() You can put this solution on YOUR website! This looks sort of like a variant of the Fibonacci series that starts with 0 and 1 and then each subsequent term is the sum of the two preceeding it. In this case, the series starts with 2 and 6, but it looks like the same rule applies, since 2 + 6 = 8, and 6 + 8 = 14.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So my guess at the next three numbers would be:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8 + 14 = 22 \n" ); document.write( "14 + 22 = 38 \n" ); document.write( "and \n" ); document.write( "22 + 38 = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "No guarantees on this one, however.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |