document.write( "Question 1125867: What is the next numbers in these sequences and why are they as they are:
\n" );
document.write( "-9 -8 -4 5 21 46 ... ...
\n" );
document.write( "and
\n" );
document.write( "2 4 6 10 16 26 42 ... ...
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #742190 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The difference between the numbers in the first one ar 1,4,9,16,25, all perfect squares of 1-5. The next difference will be 6^2 or 36, so the number will be 46+36, or 82. After that, it will be 118, 200.\r \n" ); document.write( "\n" ); document.write( "The first two numbers add to equal the third. Each number is the sum of the preceding two. So the next number in the series will be 26+42, or 68. \n" ); document.write( " |