document.write( "Question 1110479: your sequence is as follows 1;5;14;30;55 and 8^th term is 204.\r
\n" );
document.write( "\n" );
document.write( "a)what type of sequence is this?
\n" );
document.write( "b)find the nth formula \n" );
document.write( "
Algebra.Com's Answer #725479 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 1, 5, 14, 30, 55 \n" ); document.write( ": \n" ); document.write( "This sequence is solved by using \"Level of Differences\" approach \n" ); document.write( ": \n" ); document.write( "Level 1 differences are 4, 9, 16, 25 \n" ); document.write( "Level 2 differences are 5, 7, 9 \n" ); document.write( "Level 3 differences are 2, 2 \n" ); document.write( ": \n" ); document.write( "The Level 3 differences are the same, this tells us that the degree of the nth solution formula is 3 \n" ); document.write( "; \n" ); document.write( "a) the nth solution formula is a cubic equation \n" ); document.write( ": \n" ); document.write( "b) the general form for a cubic solution formula for the nth term is \n" ); document.write( "An^3 + Bn^2 + Cn +D = nth term of sequence, where A, B, C, D are real numbers \n" ); document.write( ": \n" ); document.write( "We use the first 4 terms in the sequence \n" ); document.write( ": \n" ); document.write( " A +B +C +D = 1 \n" ); document.write( " 8A +4B +2C +D = 5 \n" ); document.write( "27A +9B +3C +D = 14 \n" ); document.write( "64A +16B +4C +D = 30 \n" ); document.write( ": \n" ); document.write( "Now use your favorite solver for 4 linear equations in 4 unknowns \n" ); document.write( ": \n" ); document.write( "A = 1/3, B = 1/2, C = 1/6, D = 0 \n" ); document.write( ": \n" ); document.write( "*********************************************************** \n" ); document.write( "x(n) = n^3/3 +n^2/2 +n/6 \n" ); document.write( ": \n" ); document.write( "we are given the 8th term is 204, so check with our formula \n" ); document.write( ": \n" ); document.write( "x(8) = (8^3/3) +(8^2/2) + 8/6 \n" ); document.write( "x(8) = (512/3) +(64/2) +(8/6) \n" ); document.write( "x(8) = (1024/6) +(192/6) +(8/6) \n" ); document.write( "x(8) = 1224/6 = 204 \n" ); document.write( ": \n" ); document.write( "the formula checks \n" ); document.write( "*********************************************************** \n" ); document.write( " |