document.write( "Question 1163967: Construct a difference table to predict the next term of the sequence.
\n" ); document.write( "−1, 3, 22, 61, 125, 219, 348, . . .
\n" ); document.write( "

Algebra.Com's Answer #788228 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Since the problem tells us to construct a difference table to predict the next term of the sequence, we can assume that in fact the sequence is generated by a polynomial function.
\r\n" );
document.write( "−1   3   22   61  125  219   348   original sequence\r\n" );
document.write( "   4   19   39   64  94   129      first differences\r\n" );
document.write( "    15    20   25  30   35         second differences\r\n" );
document.write( "        5    5    5   5            constant third difference
\r\n" ); document.write( "There is the constant difference you need. Continue that common difference for one more step:
\r\n" );
document.write( "−1   3   22   61  125  219   348\r\n" );
document.write( "   4   19   39   64  94   129\r\n" );
document.write( "    15    20   25  30   35\r\n" );
document.write( "        5    5    5   5    5

\n" ); document.write( "Then work back up the array to find the next term of the sequence.
\r\n" );
document.write( "−1   3   22   61  125  219   348   517\r\n" );
document.write( "   4   19   39   64  94   129   169\r\n" );
document.write( "    15    20   25  30   35   40\r\n" );
document.write( "        5    5    5   5    5

\n" ); document.write( "The next term in the sequence is 517.

\n" ); document.write( " \n" ); document.write( "
\n" );