document.write( "Question 1164687: NEED HELP
\n" );
document.write( "How do I make a formula for an increasingly decreasing sequence?
\n" );
document.write( "eg: 50,49,47,44,40,35,...
\n" );
document.write( "and how do I find the next three terms of the sequence? \n" );
document.write( "
Algebra.Com's Answer #789107 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! 50,49,47,44,40,35,... \n" ); document.write( " \r\n" ); document.write( "Make the set of first and second differences\r\n" ); document.write( "\r\n" ); document.write( "50 49 47 44 40 35\r\n" ); document.write( " -1 -2 -3 -4 -5\r\n" ); document.write( " -1 -1 -1 -1 \r\n" ); document.write( " \r\n" ); document.write( "and since the second differences are constant, we\r\n" ); document.write( "assume a 2nd degree polynomial in n for the general term:\r\n" ); document.write( "\r\n" ); document.write( "[If the kth differences are constant, the the general term\r\n" ); document.write( "will be a polynomial in n of degree k.\r\n" ); document.write( "\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |